com.softsynth.jmsl
Interface Transposable

All Known Subinterfaces:
Instrument, SignalProcessingInstrument
All Known Implementing Classes:
AppletColorInstrument, Brass, CelloSampleIns, CelloSampleSustainingIns, FreqSynthNoteInstrument, InstrumentAdapter, JSynInsFromClassName, MaxInstrument, MidiInstrument, MidiScoreInstrument, PlayLurkingJSynInstrument, QuietPlayLurkingInstrument, RingMod, SimpleSamplePlayingInstrument, SimpleSamplePlayingInstrumentWithAmplitudeMap, SimpleSamplePlayingInstrumentWithLoops, SineInstrument, SuperBrass, SuperNoiseSwoop, SuperRingModBell, SupoveVox, SynthNoteAllPortsInstrument, SynthNoteAllPortsInstrumentSP, SynthNoteInstrument, TransposingSamplePlayingInstrument, TransposingSamplePlayingInstrumentWithAmplitudeMap, TransposingSampleSustainingInstrument, TransposingSampleSustainingInstrumentWithAmplitudeMap, TunedSynthNoteInstrument

public interface Transposable

Author:
Nick Didkovsky, (c) 2004 All rights reserved, Email: didkovn@mail.rockefeller.edu

Method Summary
 double getTransposition()
           
 void setTransposition(double steps)
           
 

Method Detail

setTransposition

void setTransposition(double steps)

getTransposition

double getTransposition()