Uses of Interface
com.softsynth.jmsl.InstrumentPlayable
Package | Description |
---|---|
com.softsynth.jmsl | |
com.softsynth.jmsl.score |
-
Uses of InstrumentPlayable in com.softsynth.jmsl
Methods in com.softsynth.jmsl that return InstrumentPlayable Modifier and Type Method Description InstrumentPlayable
MusicList. get(int i)
return the InstrumentPlayable at position iMethods in com.softsynth.jmsl with parameters of type InstrumentPlayable Modifier and Type Method Description void
MusicList. add(InstrumentPlayable p)
-
Uses of InstrumentPlayable in com.softsynth.jmsl.score
Classes in com.softsynth.jmsl.score that implement InstrumentPlayable Modifier and Type Class Description class
Note
Note
A Note is a Playable object with dur/note/amp/hold info as well as graphic info.