Uses of Class
com.softsynth.jmsl.util.Tuning

Packages that use Tuning
com.softsynth.jmsl.jsyn   
com.softsynth.jmsl.util   
 

Uses of Tuning in com.softsynth.jmsl.jsyn
 

Methods in com.softsynth.jmsl.jsyn that return Tuning
 Tuning TunedSynthNoteInstrument.getTuning()
           
 Tuning SynthNoteInstrument.getTuning()
           
 Tuning SimpleSamplePlayingInstrument.getTuning()
           
 

Methods in com.softsynth.jmsl.jsyn with parameters of type Tuning
 void TunedSynthNoteInstrument.setTuning(Tuning t)
          defaults to 12TET but you change that here
 void SynthNoteInstrument.setTuning(Tuning tuning)
           
 void SimpleSamplePlayingInstrument.setTuning(Tuning tuning)
           
 

Constructors in com.softsynth.jmsl.jsyn with parameters of type Tuning
TunedSynthNoteInstrument(BussedVoiceAllocatorMultiOut allocator, Tuning tuning)
          polyphonic constructor
TunedSynthNoteInstrument(com.softsynth.jsyn.SynthNote synthNote, Tuning tuning)
          monophonic constructor
 

Uses of Tuning in com.softsynth.jmsl.util
 

Subclasses of Tuning in com.softsynth.jmsl.util
 class PtolemyTuning
           
 class TuningET
          TuningET Equal tempered Tuning
 class TuningTable