osccontrol-light icon indicating copy to clipboard operation
osccontrol-light copied to clipboard

An audio plugin that speaks OSC.

Results 12 osccontrol-light issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/drlight-code/osccontrol-light/assets/69442967/6a0fec4d-8102-4d6c-bde4-f495bf8531a2) Not sure how to replicate this issue in the debugger when running the JUCE Audio Plugin Host as it appears to not occur in that context. Only happens in...

This functionality is already there, just needs to be re-enabled and tested after the changes in how plugins are compiled (and named).

Every time I hit the cancel-button in Folderview, Ardour 5 crashes with the following Terminal-Output: `The program 'ardour-5.12.0' received an X Window System error. This probably reflects a bug in...

bug

ability to factor out reoccuring network/ui/midi settings by some kind of include directive. maybe YAML spec or yaml-cpp already provides this somehow?

enhancement

This might get tricky to do cleanly when external control is possible (see #30) because we have to decide if 0/1 or rangeMin/rangeMax will set the button state and the...

enhancement

This will enable to send OSC **to** the plugin and record it as automation of the controls in the host environment. The automation data can then be replayed (in a...

enhancement