Uses of Class
com.softsynth.jmsl.Translator

Packages that use Translator
com.softsynth.jmsl   
 

Uses of Translator in com.softsynth.jmsl
 

Subclasses of Translator in com.softsynth.jmsl
 class KeyTranslator
          KeyTranslator provides translation for commonly used scales.
 

Methods in com.softsynth.jmsl that return Translator
 Translator NoteInterpreter.getKey()
           
 

Methods in com.softsynth.jmsl with parameters of type Translator
 void NoteInterpreter.setKey(Translator key)
           
 

Constructors in com.softsynth.jmsl with parameters of type Translator
NoteInterpreter(Translator key)
          Create an interpreter with a translator for converting note indices to pitches in a key.