Uses of Class
com.softsynth.jmsl.jsyn.TunedSynthNoteInstrument

Packages that use TunedSynthNoteInstrument
com.softsynth.jmsl.jsyn   
jmslexamples.jsyn   
jmsltutorial   
 

Uses of TunedSynthNoteInstrument in com.softsynth.jmsl.jsyn
 

Subclasses of TunedSynthNoteInstrument in com.softsynth.jmsl.jsyn
 class Brass
          FM Brass JSyn Instrument
 class JSynInsFromClassName
          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
 class RingMod
          Automatically generated source.
 class SuperNoiseSwoop
          Automatically generated source.
 class SynthNoteAllPortsInstrument
          Create an Instrument by passing in the classname of a SynthNote.
 class SynthNoteAllPortsInstrumentSP
          SignalProcessing Instrument.
 

Uses of TunedSynthNoteInstrument in jmslexamples.jsyn
 

Subclasses of TunedSynthNoteInstrument in jmslexamples.jsyn
 class PlayLurkingJSynInstrument
          This behaves just like a SynthNoteAllPortsInstrument playing a com.softsynth.jsyn.circuits.FilteredSawtoothBL, adding the PlayLurker interface so that it can be notified of elements being played by other objects.
 

Uses of TunedSynthNoteInstrument in jmsltutorial
 

Subclasses of TunedSynthNoteInstrument in jmsltutorial
 class SuperBrass
          Automatically generated source.
 class SuperRingModBell
          Automatically generated source.