Package com.softsynth.jmsl
Interface Transposable
- All Known Subinterfaces:
Instrument
,SignalProcessingInstrument
- All Known Implementing Classes:
BackgroundColorInstrument
,Brass
,FreqSynthNoteInstrument
,InstrumentAdapter
,JSynInsFromClassName
,JSynSimpleUnitVoiceInstrument
,JSynUnitVoiceInstrument
,LineInInstrument
,MaxInstrument
,MidiInstrument
,MidiScoreInstrument
,PitchBendInstrument
,QuietPlayLurkingInstrument
,RingMod
,SamplePlayingInstrument
,SimpleSamplePlayingInstrument
,SimpleSamplePlayingInstrumentWithAmplitudeMap
,SimpleSamplePlayingInstrumentWithLoops
,SineInstrument
,SuperNoiseSwoop
,SupoveVox
,SynthNoteAllPortsInstrument
,SynthNoteAllPortsInstrumentSP
,SynthNoteInstrument
,TransposingSamplePlayingInstrument
,TransposingSamplePlayingInstrumentWithAmplitudeMap
,TransposingSampleSustainingInstrument
,TunedSynthNoteInstrument
public interface Transposable
- Author:
- Nick Didkovsky, (c) 2004 All rights reserved, Email: nick@didkovsky.com
-
Method Summary
Modifier and Type Method Description double
getTransposition()
void
setTransposition(double steps)
-
Method Details
-
setTransposition
void setTransposition(double steps) -
getTransposition
double getTransposition()
-