Uses of Interface
sound.musica.ScaleInterface

Packages that use ScaleInterface
sound.musica   
 

Uses of ScaleInterface in sound.musica
 

Classes in sound.musica that implement ScaleInterface
 class ChromaticScale
           
 class Scale
           
 

Methods in sound.musica that return ScaleInterface
 ScaleInterface[] ScaleContainer.getScales()
           
 

Methods in sound.musica with parameters of type ScaleInterface
 void ScaleContainer.add(ScaleInterface si)