com.jeffpalm.sound
Interface Midi.Song.Mutable

All Superinterfaces:
Midi.Song
Enclosing interface:
Midi.Song

public static interface Midi.Song.Mutable
extends Midi.Song


Nested Class Summary
static interface Midi.Song.Mutable.Factory
           
 
Nested classes/interfaces inherited from interface com.jeffpalm.sound.Midi.Song
Midi.Song.Mutable, Midi.Song.Player, Midi.Song.Reader
 
Method Summary
 boolean addNote(int k)
           
 boolean addNote(int k, long d)
           
 boolean addNote(Midi.Note n)
           
 
Methods inherited from interface com.jeffpalm.sound.Midi.Song
notes, setLimit, size
 

Method Detail

addNote

boolean addNote(Midi.Note n)

addNote

boolean addNote(int k,
                long d)

addNote

boolean addNote(int k)