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

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

Uses of FreqSynthNoteInstrument in com.softsynth.jmsl.jsyn
 

Subclasses of FreqSynthNoteInstrument 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.
 class TunedSynthNoteInstrument
          A JMSL Instrument that plays a JSyn SynthNote.
Only difference between this and superclass FreqSynthNoteInstrument is that dimension 1 of this is pitch, not frequency Optional constructor passes in a BussedVoiceAllocator to make this polyphonic.
 

Uses of FreqSynthNoteInstrument in jmslexamples.jsyn
 

Subclasses of FreqSynthNoteInstrument 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 FreqSynthNoteInstrument in jmsltutorial
 

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