Uses of Interface
com.softsynth.jmsl.InstrumentPlayable

Packages that use InstrumentPlayable
com.softsynth.jmsl   
com.softsynth.jmsl.score   
 

Uses of InstrumentPlayable in com.softsynth.jmsl
 

Methods in com.softsynth.jmsl that return InstrumentPlayable
 InstrumentPlayable MusicList.get(int i)
          return the InstrumentPlayable at position i
 

Methods in com.softsynth.jmsl with parameters of type InstrumentPlayable
 void MusicList.add(InstrumentPlayable p)
           
 

Uses of InstrumentPlayable in com.softsynth.jmsl.score
 

Classes in com.softsynth.jmsl.score that implement InstrumentPlayable
 class Note
          Note
A Note is a Playable object with dur/note/amp/hold info as well as graphic info.