Uses of Interface
com.jeffpalm.sound.Midi.Song

Packages that use Midi.Song
com.jeffpalm.sound   
 

Uses of Midi.Song in com.jeffpalm.sound
 

Subinterfaces of Midi.Song in com.jeffpalm.sound
static interface Midi.Song.Mutable
           
 

Methods in com.jeffpalm.sound that return Midi.Song
 Midi.Song Midi.Song.Reader.read()
           
 

Methods in com.jeffpalm.sound with parameters of type Midi.Song
 void Midi.play(Midi.Song s)
           
 void Midi.Song.Player.play(Midi.Song s)
           
 void Midi.play(Midi.Song[] ss)