Commit graph

231 commits

Author SHA1 Message Date
CV funk
2bcedefd58 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
2024-05-10 18:30:13 +02: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
falkTX
a6a83f3dae More build fixes
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
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
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
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
CV funk
05d4f88c92
Merge branch 'DISTRHO:main' into CVfunk 2024-03-31 17:08:15 +02:00
dreamer
8b394385ac update Befaco 2024-03-31 11:15:12 +02:00
CV funk
5e3cecc290 Add Magnets module
Added Magnets module
2024-03-25 13:18:19 +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
09dbb00346 Update plugins.cpp
add new module HexMod
2024-03-13 18:22:10 +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
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
6505acaa75
Cleanup, rebuild CI, add lighter version color util for later
Signed-off-by: falkTX <falktx@falktx.com>
2024-01-06 15:51:20 +01:00
falkTX
43bf3abe0e
Add DHE modules
Signed-off-by: falkTX <falktx@falktx.com>
2024-01-06 15:42:08 +01:00
falkTX
80bda51e7c
Update surgext
Signed-off-by: falkTX <falktx@falktx.com>
2024-01-05 19:43:57 +01:00
falkTX
1895052e17
Start updating to rack2.4 simd usage, and official darkMode API
Signed-off-by: falkTX <falktx@falktx.com>
2023-12-17 13:15:52 +01:00
Don Cross
f0a1e8588d Sapphire plugin adds new module: Glee.
Glee is a chaotic oscillator similar to Frolic.
It became available as a bonus module in v 2.3.1.
2023-11-30 17:09:57 -05:00
Don Cross
9cf2bc0eab Sapphire 2.3.0 adds modules Frolic, Tricorder, Tin. 2023-11-07 10:33:43 -05:00
dreamer
b941d7d8bc
update nonlinearcircuits; needs better fix for max macro (#586)
* update nonlinearcircuits; needs better fix for max macro

* use undef
2023-10-21 15:18:06 +02:00
Ryan McGuire
97f6eb6a1c
Add EnigmaCurry (#573)
* 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.
2023-09-04 09:18:55 +02:00
falkTX
9542ea98ac
Remove ildaeil from wasm builds
Signed-off-by: falkTX <falktx@falktx.com>
2023-05-21 02:08:04 +02:00
falkTX
871c6dbaf4
Initial work for AIDA-X module
Signed-off-by: falkTX <falktx@falktx.com>
2023-04-25 00:44:04 +02:00
Don Cross
e2ed1e02d2 Sapphire v 2.2.2: Added new module Tube Unit. 2023-03-19 09:40:30 +00:00
falkTX
0ac2736dfa Switch to custom juce from carla, update surge 2023-02-10 22:16:22 +00:00
dreamer
53b38f0c2d
update Grande commit and add new modules (#479) 2023-01-12 00:46:11 +01:00
falkTX
d0eba9e1ae
Add direct parameter changes to remote control, for LV2 and OSC
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-29 17:20:35 +00:00
falkTX
91cac905cc
More details for mini version, make menubar variant specific
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-29 15:33:16 +00:00
falkTX
2798523af8
Update BaconPlugs and Befaco
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-17 14:46:35 +00:00
Don Cross
1876ad99f9 Adding plugin Sapphire, modules Elastika, Moots. 2022-12-07 03:24:11 +00:00
falkTX
1ba43b195f
Add surgext
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-04 20:38:19 +00:00
falkTX
5b85e61d9b
Update Befaco, adds PonyVCO
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-01 22:07:05 +00:00
falkTX
55c87c2ed8
Update MindMeldModular, brings Patch Master
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-01 21:12:37 +00:00
falkTX
da56d13cf7 Finalize stoermelder-packone
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-01 19:14:00 +00:00
falkTX
977ea87310 Finalize stoermelder-p1 changes, all but audio and midi modules
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-01 19:14:00 +00:00
falkTX
26f981f843 More details for Stoermelder Pack-One, dynamic theme changes
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-01 19:14:00 +00:00
falkTX
377cf01ddc Add stoermelder-packone
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-01 19:14:00 +00:00
falkTX
7ade20936f
Fix minimal build
Signed-off-by: falkTX <falktx@falktx.com>
2022-11-25 16:53:05 +00:00
falkTX
1dbc70d626
Add RebelTech modules
Signed-off-by: falkTX <falktx@falktx.com>
2022-11-25 13:56:07 +00:00
falkTX
19eb3398ea
Handle glue-the-gian and msm light theme too
Signed-off-by: falkTX <falktx@falktx.com>
2022-09-16 01:29:49 +01:00
falkTX
68e810c8f4 Do not use zamaudio modules for now, wait until 22.10 2022-09-09 13:49:02 +01:00
falkTX
fad92579b9
Tweak name conflicts for dBiz
Signed-off-by: falkTX <falktx@falktx.com>
2022-09-08 22:20:05 +01:00