jorshi / synthml

SynthML
6 stars 0 forks source link

Communication between SpiegeLib and SynthML #11

Closed jorshi closed 4 years ago

jorshi commented 4 years ago

The bulk of this change includes a new class for sending and receiving OSC messages to and from SpiegeLib. References to audio files are sent to SpiegeLib, and JSON inside an OSC message is returned and loaded into the current synth plugin.

An example sound match bundle that can be served from SpiegeLib is included for testing.

Addresses #1 #2 #3 & #4