On 06/19/2017 08:07 PM, Jörn Nettingsmeier wrote:
Hi *!
Does anybody know of a decent free plugin that generates arbitrary OSC
command streams from plugin automation data in the DAW? Preferrably
(gasp!) VST? Idea is to use SomeEvilDAW to send and control smart things
on a box running a friendly OS and a FriendlyDAW.
Sending OSC is not rt-safe and VST parameters are rather limited.
"arbitrary messages" are no fun and need all kinds of hacks (eg sending
them from the UI thread). There are a couple of single-parameter VSTs
though.
Along those lines there's an ancient LADSPA plugin, too:
https://code.google.com/archive/p/noisesmith-linux-audio/downloads
needs some CFLAGS=-fPIC but otherwise still compiles, but it probably
won't run in SomeEvilDAW.
A more generic solution:
https://github.com/x42/jackmidi2osc
Receive MIDI from someplace, generate fancy OSC based on rules.
Spencer wrote a similar tool
https://github.com/ssj71/OSC2MIDI/ which
despite its name can also turn MIDI into OSC.
ciao,
robin