You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for the LV2 format thanks to the work of Filipe Coelho that created an interface for the LV2 format with JUCE.
Add a new plugin example PdStalFx that allows to dynamically load patches. It can be used in a similar way to the first Camomile versions (v0.0.1 to v0.0.7).
Add support for naming the audio buses, so you can name the first bus "MainBus" and the second bus "SideChain", for example.
Add script for Linux and MacOS that speeds up and facilitates the generation of the plugins.
Fix MIDI channels correlation between Pd (0-15) and Juce (1-16)
Fix buses with no-channels (for Debug mode only)
Improve console for concurrent access
Remove LibWebKit on Linux plugin for better Ardour and Carla Support (#116)
Fix text ellipsis of the number boxes and the symbol box
Add support for bypass parameter/manual bypass in the patch (#108)
Fix param.get abstraction for the first value (using a default value)