A SynthSnapshot describes a Synth on the server.
WARNING: SynthSnapshot metadata is built using information from SynthDescLib, looked-up via name of the synth reported by the server. If the registered SynthDef differs from the one running on the server, this may be incorrect.
Returns:
A Synth representing the synth described by this snapshot. It does not create the synth on the server, nor does it guarantee it is still runnung on the server.
Returns:
An Array of IODesc's representing the outputs of the synth. These are only present if a SynthDesc can be found for the synth.
Returns:
An Array of Bus's representing the busses being output to by the synth. These are only present if a SynthDesc can be found for the synth.
Returns:
A SynthDesc for the synth, if one can be found.
Returns:
The name of the SynthDef, as reported by the server.