Updates Cardinal two versions from 2.5.1 to 2.5.3.
Includes the changes from 2.5.2, most notably the new
polyphonic filter module Sauce.
Fixes in Pop for exact timing when CHAOS=0.
Make it easy to provide V/OCT input to Pop, Gravy, and Sauce.
In all 3, the SPEED/FREQ attenuverter can now be set to 100%
so that the CV input is interpreted on a volt-per-octave scale.
Split/Add/Merge module now allows selecting 1..16 output channels.
Before this change, the output always had 3 channels.
Each Sapphire module now links directly to its own manual,
instead of linking to the Sapphire plugin table of contents.
Moots now allows you to toggle the anti-ramping option in a
more intuitive way: you can now right-click on the controller
button and toggle the option. When enabled, a "ramp" symbol
appears superimposed on the related button, for visual feedback.
The existing panel menu is still there for people who are used to it.
Added (X, Y, Z) voltage togglers to Frolic, Glee, Pivot, and Rotini.
This provides 8 times as many possible output curves for each module.
Added the following new modules:
- Galaxy: a clone of Airwindows Galactic reverb by Chris Johnson.
- Pivot: an operator that allows reorienting a vector in 3D space.
- Rotini: an operator that takes the cross product of a pair of 3D vectors.
Improvements to chaos generators:
- Glee now has 4 different chaos modes, selectable by right-clicking the CHAOS knob.
- Frolic and Glee now have a *turbo mode* option in the right-click menu for the SPEED knob. It allows audio-rate chaotic signals, but it comes with a CPU cost.
Other changes:
- Tube Unit: support low-sensitivity attenuverter knobs.
- Elastika, Nucleus, Polynucleus: right-click menu to toggle sensitivity on all attenuverter knobs.
- Elastika: allow sending either left or right output particle's position vector to Tricorder for 3D display.
* Update CV funk to 2.0.3
Added Ouros stereo phase injection oscillator
Numerous small buxfixes to other modules
* CVfunk bugfix
Fixed a bug reported by Windows10 users where switching circ/star modes in PentaSequencer would cause a crash.
* CV funk v2.0.4
Added PressedDuck, ducking compressing saturating stereo mixer.
Panel updates,
CPU improvements.
* Update CV funk to 2.0.5
Version 2.0.5
Added Flower Patch visualizer module.
Fixed stereo normal on Pressed Duck Sidechain input.
Added full-stereo processing of compression to Pressed Duck.
Added stereo lights to all ring lights of Pressed Duck.
Panel update to PentaSequencer
* CV funk 2.0.5
edit: added self-illuminating layers
This brings Cardinal in sync with VCV Rack at Sapphire v2.4.4.
Minor UI improvements.
Corrected C++17 build problems for the Sapphire plugin:
I learned not to put anything fancy in plugin.cpp or plugin.hpp!
Cardinal's C++11 code must be able to include plugins/Sapphire/plugin.hpp,
so I can't put any C++17 code there.
This frees me up to use std::clamp, std::make_unique, etc.
* Update CV funk to 2.0.3
Added Ouros stereo phase injection oscillator
Numerous small buxfixes to other modules
* CVfunk bugfix
Fixed a bug reported by Windows10 users where switching circ/star modes in PentaSequencer would cause a crash.
* CV funk v2.0.4
Added PressedDuck, ducking compressing saturating stereo mixer.
Panel updates,
CPU improvements.
* Update CV funk to 2.0.3
Added Ouros stereo phase injection oscillator
Numerous small buxfixes to other modules
* CVfunk bugfix
Fixed a bug reported by Windows10 users where switching circ/star modes in PentaSequencer would cause a crash.
* Attempt to clean up some things
* Add Makefile and plugins.cpp
* Added modified res and src for Computerscare
* Updated README.md and docs/LICENSES.md, fixed Makefile
* Updated Makefile
* Added PanelBorder to custom names, modified ComputerscareSVGPanel again
* Updated Makefile
* Modified dep.cpp for Computerscare dark mode
* Attempt to prepare ComputerscareBlank for dark mode
* [WIP] a janky fix for ComputerscareBlank dark mode, but logo disappeared!
* [WIP] eureka
* fix ComputerscareBlank for mark dode
* Updated LICENSES.md
* [WIP] patched modules so labels properly change colors, hopefully everything else still works as intended
* adjust PatchSequencer font size
* What does this option do?
* tweaked colors, text boxes now change color for dark mode
* minor upd to Computerscare and dep.cpp
* Upd ComputerscareLaundrySoup (hopefully fixes plugin-validation)
* Upd LaundrySoup again
* Delete ComputerscareIso.cpp from Computerscare
* rebase Computerscare to updated master branch
* Upd Computerscare
* Don't change object names in submodule source, instead define/undef in plugins.cpp
* revert Computerscare due to lto build failure
Added an option to the Sapphire Moots right-click menu to toggle
between using gates or triggers for the control ports.
Gate mode causes Moots to work the same way it always did.
Trigger mode causes Moots to toggle the state of each controller
every time a trigger is received.
I'm also now building Sapphire using C++17 instead of C++11.
This allows me to use cool stuff like std::clamp and std::make_unique.