Uses of Class
com.softsynth.jmsl.util.Tuning
Package | Description |
---|---|
com.softsynth.jmsl.jsyn | |
com.softsynth.jmsl.jsyn2 | |
com.softsynth.jmsl.util |
-
Uses of Tuning in com.softsynth.jmsl.jsyn
Methods in com.softsynth.jmsl.jsyn that return Tuning Modifier and Type Method Description Tuning
SimpleSamplePlayingInstrument. getTuning()
Deprecated.Tuning
SynthNoteInstrument. getTuning()
Deprecated.Tuning
TunedSynthNoteInstrument. getTuning()
Deprecated.Methods in com.softsynth.jmsl.jsyn with parameters of type Tuning Modifier and Type Method Description void
SimpleSamplePlayingInstrument. setTuning(Tuning tuning)
Deprecated.void
SynthNoteInstrument. setTuning(Tuning tuning)
Deprecated.void
TunedSynthNoteInstrument. setTuning(Tuning t)
Deprecated.defaults to 12TET but you change that hereConstructors in com.softsynth.jmsl.jsyn with parameters of type Tuning Constructor Description TunedSynthNoteInstrument(BussedVoiceAllocatorMultiOut allocator, Tuning tuning)
Deprecated.polyphonic constructorTunedSynthNoteInstrument(com.softsynth.jsyn.SynthNote synthNote, Tuning tuning)
Deprecated.monophonic constructor -
Uses of Tuning in com.softsynth.jmsl.jsyn2
-
Uses of Tuning in com.softsynth.jmsl.util
Subclasses of Tuning in com.softsynth.jmsl.util Modifier and Type Class Description class
PtolemyTuning
class
TuningET
TuningET Equal tempered Tuningclass
TuningTable
Methods in com.softsynth.jmsl.util that return Tuning Modifier and Type Method Description Tuning
Tunable. getTuning()
Methods in com.softsynth.jmsl.util with parameters of type Tuning Modifier and Type Method Description void
Tunable. setTuning(Tuning tuning)