Play a self-modifying MusicShape with a JMSL MidiInstrument using
MidiIO_JavaSound as MusicDevice
JavaSound Midi applet notes, Windows XP
Applets using JavaSound MIDI ( javax.sound.midi ) will not work using the
standard Sun Java plugin distribution.
JMSLJSynApplet.java
Generate and play a MusicShape Use a JSyn SynthNote wrapped in a polyphonic
JMSL Instrument Every repeat, the MusicShape scrambles a random subrange of
data Calls MusicShapeEditor.refresh() to update display after data changes
Create a JSyn Instrument by passing in the classname of a SynthNote Has
optional SynthContext field to pass to its allocator for making SynthCircuits
under a specified context
Constructor with SynthContext which is passed to BVAClassName in
buildFromAttributes() so allocator can make synthcircuits with the
specified SynthContext