Uses of Class
com.softsynth.jmsl.Translator
Package | Description |
---|---|
com.softsynth.jmsl |
-
Uses of Translator in com.softsynth.jmsl
Subclasses of Translator in com.softsynth.jmsl Modifier and Type Class Description class
KeyTranslator
KeyTranslator provides translation for commonly used scales.Methods in com.softsynth.jmsl that return Translator Modifier and Type Method Description Translator
NoteInterpreter. getKey()
Methods in com.softsynth.jmsl with parameters of type Translator Modifier and Type Method Description void
NoteInterpreter. setKey(Translator key)
Constructors in com.softsynth.jmsl with parameters of type Translator Constructor Description NoteInterpreter(Translator key)
Create an interpreter with a translator for converting note indices to pitches in a key.