Is there some kind of reflection capability in DSSI so that I can discover which OSC
parameters are available for a synth?
It's time to trot out Monosynth again, and this time I'd like to customize its
MIDI controls, and I usually do this via a Python script that converts MIDI to OSC. But
somehow I have to find out what parameters are exposed via OSC first.
-ken