* Sapphire v2.5.9 - new module Echo
Added a new multitap delay module: [Echo](https://github.com/cosinekitty/sapphire/blob/main/doc/Echo.md).
Added "neon mode" menu options to make the Sapphire panel glow. This effect is most visible when the room brightness is dim.
Chaops did not reset the FREEZE button on initialize. This has been fixed.
Fixed minor polyphony bug in Env: the number of channels in the GAIN control's CV input did not affect the number of output channels. This has been fixed.
Fixed typos in help text for Gravy and Sauce.
* Sapphire v2.5.9 attempt 2: fixed memory errors
* Sapphire v2.5.9 - fixed build problem for Windows.
There was a compatibility problem between MINGW and
my own member function named `format`. I don't need MINGW
so I disabled it in the Cardinal Makefile.
This solution was suggested by @falkTX.
It is nice because I don't have to change any Sapphire code!
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.
* 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
* Add CVfunk plugin
Added CVfunk plugin
* added CVfunk plugin
added CVfunk plugin
* removed CVfunk
removed CVfunk
* Added CVfunk as submodule
Added CVfunk as submodule
* Update .gitmodules remove duplicate CVfunk
removed extra CVfunk. my mistake
* remove extra spaces
removed extra spaces I put in by accident.
* Update Makefile
* Define modelSteps
redefine modelSteps so it doesn't conflict with other modules
* Fixerd defining of overlapping module name
Fixed definition of overlapping module name
* Fixed custom name declaration
Fixed custom name declatation
* Update Makefile
Fixed module name reference to CVfunk instead of cf.
* Add CVfunk to readme
Added CVfunk
* Update LICENSES.md
Added CVfunk
* Update LICENSES.md
added CVfunk artwork license
* Update CVfunk
update submodule linker, decreased CPU consumption to optimize better for Cardinal
* Build EnigmaCurry plugin
* Add to docs/LICENSES.md
* add back the bogaudio namespace for modelPulse - still seems necessary.
* Revert "add back the bogaudio namespace for modelPulse - still seems necessary."
This reverts commit 2b7c68cc45dd435093894aaf51590f40c58493f4.
* Adds artwork and font license information and add to main README.