Commit graph

859 commits

Author SHA1 Message Date
Don Cross
e34f73bbf2 Sapphire: Fix confusion over std::clamp types - float vs double 2024-05-08 19:21:38 -04:00
Don Cross
eee0727667 Sapphire v2.4.4
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.
2024-05-08 08:50:58 -04:00
dreamer
646f01d114
initial work for PdArray (#658)
* initial work for PdArray

* custom name for TextBox

* use DRWAV as custom for PdArray

* invert PdArray panels

* some more symbol fixes?

* Cleanup

Signed-off-by: falkTX <falktx@falktx.com>

* Fix typo

Signed-off-by: falkTX <falktx@falktx.com>

* Fix uninitialized values

Signed-off-by: falkTX <falktx@falktx.com>

---------

Signed-off-by: falkTX <falktx@falktx.com>
Co-authored-by: falkTX <falktx@falktx.com>
2024-05-04 02:29:43 +02:00
falkTX
8777f99e90
Fix missing binary resources for StarlingVia
Signed-off-by: falkTX <falktx@falktx.com>
2024-05-03 23:53:05 +02:00
CV funk
84b0e428b5
CV funk v2.0.4 (#661)
* 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.
2024-05-03 08:06:02 +02:00
CV funk
8add5e749d
CV funk bugfix (#648)
* 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.
2024-04-27 08:02:11 +02:00
falkTX
a6a83f3dae More build fixes
Signed-off-by: falkTX <falktx@falktx.com>
2024-04-15 21:05:42 +02:00
falkTX
bc7c229ef4 Use biset fork for now
Signed-off-by: falkTX <falktx@falktx.com>
2024-04-15 21:05:42 +02:00
falkTX
7948f66eb4 Continue biset changes, plugin-accessible cardinal context
Signed-off-by: falkTX <falktx@falktx.com>
2024-04-15 21:05:42 +02:00
washikano
8e17cf4ece Upd Makefile, added Blank to BISET_CUSTOM 2024-04-15 21:05:42 +02:00
washikano
b75676a5bb Temporary comment out lines related to MIDI devices for Tracker 2024-04-15 21:05:42 +02:00
washikano
872e4d4434 Modified Biset Tree 2024-04-15 21:05:42 +02:00
washikano
c801431481 preliminary work to add Biset 2024-04-15 21:05:42 +02:00
CV funk
aeb2f19574 Update CV funk to 2.0.3
Added Ouros stereo phase injection oscillator
Numerous small buxfixes to other modules
2024-04-15 14:10:27 +02:00
dreamer
6e907131b2 use dBiz with fix 2024-04-05 10:08:24 +02:00
falkTX
8239f3957a
Fix DHE-Modules and MindMeldModular for wasm
Signed-off-by: falkTX <falktx@falktx.com>
2024-04-04 21:12:42 +02:00
falkTX
6414fd36c4
Cleanup, tweak issue template
Signed-off-by: falkTX <falktx@falktx.com>
2024-04-04 17:30:01 +02:00
Filipe Coelho
0f405dd45b
Add Starling Via (#636)
* adding Starling Via

* update StarlingVia with async file dialogs; adjust plugins/Makefile

* include plugin binaries

* custom defines for StarlingVia

* extern StarlingVia

* update starlingvia

* use newer StarlingVia commit

* Fix memory issues in StarlingVia

Signed-off-by: falkTX <falktx@falktx.com>

---------

Signed-off-by: falkTX <falktx@falktx.com>
Co-authored-by: dreamer <dreamer@puikheid.nl>
Co-authored-by: dreamer <1185977+dromer@users.noreply.github.com>
2024-04-04 17:16:50 +02:00
falkTX
3b2a78534f
Invert ComputerscareStolyFickPigurePanel.svg for light mode
Signed-off-by: falkTX <falktx@falktx.com>
2024-04-04 10:45:48 +02:00
Shiera Kawa
64eafbc631
Add Computerscare modules (#614)
* 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
2024-04-04 10:22:39 +02:00
dreamer
75f3f919c2
Merge pull request #628 from codygeary/CVfunk
CVfunk add Magnets
2024-04-02 07:37:19 +02:00
CV funk
b0447480a9 Update CV funk 2.0.2 bugfix
Extensive bugfixes.
Added audiorate capabilities to HexMod.
2024-04-01 21:57:09 +02:00
Don Cross
421d263013 Sapphire v 2.4.3: Moots option to toggle via triggers.
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.
2024-04-01 12:40:03 -04:00
CV funk
077db75425 Update CVfunk 2.0.2
Update fixes bugs in Collatz and Strings, updates the panel of HexMod, and adds a Reset button to PentaSequencer
2024-03-31 17:19:29 +02:00
CV funk
05d4f88c92
Merge branch 'DISTRHO:main' into CVfunk 2024-03-31 17:08:15 +02:00
CV funk
f1231313a8 Update CV funk - bugfix
Fixed a bug in Collatz that could cause crashes on some systems.
2024-03-31 13:36:46 +02:00
dreamer
8b394385ac update Befaco 2024-03-31 11:15:12 +02:00
CV funk
79372b80af Update CVfunk
Update Strings module to have V/oct chord selection mode.
2024-03-30 20:45:55 +01:00
CV funk
e289d836e7 Update CVfunk
-Added patch memory to HexMod so it remembers its timing upon patch loading.
-Added Reset button to Magnets
-Added context option for output voltage range to Magnets.
2024-03-28 14:36:11 +01:00
CV funk
5e3cecc290 Add Magnets module
Added Magnets module
2024-03-25 13:18:19 +01:00
CV funk
657e432658 Update CVfunk
I found it too annoying for the Strings module to output -10V for the muted strings. Changed it to be copies of the root note instead.  This way if someone patches the module but not the mutes I will still sound harmonious.

Changed display colors to match gold trim.
2024-03-22 22:19:36 +01:00
CV funk
ff1ab281f7 Update CVfunk
Fixed clamp arguments that modaudio was not liking.
2024-03-20 13:03:40 +01:00
CV funk
c719b593f1 Update CVfunk
Fix panel art error on white panels.
2024-03-20 10:43:42 +01:00
CV funk
22c7a14ec4 Add 2 modules to CV Funk
Added Collatz and Strings modules to CV Funk
2024-03-20 09:53:03 +01:00
CV funk
a09c66b7fd Update CVfunk
Added 2 modules Collatz and Strings
2024-03-20 09:51:22 +01:00
CV funk
f9f2bfa68c Update CVfunk
Update CVfunk
2024-03-13 18:22:57 +01:00
CV funk
09dbb00346 Update plugins.cpp
add new module HexMod
2024-03-13 18:22:10 +01:00
falkTX
d99b2e70d8
Fix build with older GCC
Signed-off-by: falkTX <falktx@falktx.com>
2024-03-10 12:47:15 +01:00
falkTX
3c1ea27c47
Fix build
Signed-off-by: falkTX <falktx@falktx.com>
2024-03-10 12:23:31 +01:00
falkTX
70864a0b1e
Update surgext, fix uninitialized values in waveshaper
Signed-off-by: falkTX <falktx@falktx.com>
2024-03-09 22:44:36 +01:00
falkTX
32e7f7c0eb
Stop using cardinal-specific settings::darkMode
Signed-off-by: falkTX <falktx@falktx.com>
2024-03-09 13:37:51 +01:00
dreamer
8fba3a5dc8
Merge pull request #620 from cosinekitty/sapphire_v2.4.2
Sapphire v2.4.2
2024-03-08 21:25:14 +01:00
Don Cross
23ef0b9dd5 Sapphire v2.4.2
The following is a summary of changes between Sapphire versions 2.3.0 and 2.4.2.
See the Sapphire project change log for a more complete and detailed list:

https://github.com/cosinekitty/sapphire/blob/main/CHANGELOG.md

Added 5 new modules:
* Glee: a chaotic oscillator counterpart for Frolic
* Hiss: a 3D vector generator with unbiased directionality
* Nucleus: complex audio generator using physical simulation of electromagnetic particles
* Polynucleus: a version of Nucleus with vector-oriented polymorphic ports
* Tout (Tricorder OUTput): right-extender module for extracting a vector stream from Tricorder

Lots of improvements to Tricorder.
* Smoother animation
* Configurable axis rotation speed
* Other minor fixes and improvements

Bug fix: Elastika and TubeUnit now save and load Automatic Gain Control settings as part of the patch.

Added a context menu option in each attenuverter knob for a 10X low-sensitivity mode.
An orange dot appears on the knob to indicate low sensitivity.
2024-03-08 13:29:44 -05:00
CV funk
7f1a48d684
CVfunk (#618)
* 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
2024-03-08 16:09:46 +01:00
falkTX
8f084db789
Update Befaco
Signed-off-by: falkTX <falktx@falktx.com>
2024-03-01 12:58:12 +01:00
dreamer
3ebb0d14a5
start updating HetrickCV (#617)
* start updating HetrickCV

* add custom defines and new HetrickCV modules

* missing plugin_files, model and remove HetrickCV from custom/dep.cpp
2024-03-01 12:34:39 +01:00
falkTX
34a13b6b2c
Update carla and dpf, fix MOD builds
Signed-off-by: falkTX <falktx@falktx.com>
2024-03-01 12:33:31 +01:00
falkTX
c3c94f233c
Cleanup use of USING_CARDINAL_NOT_RACK build macro
Signed-off-by: falkTX <falktx@falktx.com>
2024-02-26 16:57:49 +01:00
falkTX
5c38b14b2d
Fix last commit
Signed-off-by: falkTX <falktx@falktx.com>
2024-02-26 14:49:57 +01:00
falkTX
e8d9fd0259
Fix AU setup, add new custom symbol for Valley
Signed-off-by: falkTX <falktx@falktx.com>
2024-02-26 14:45:49 +01:00