Package heronarts.lx.midi
Class MidiNote.Stack
java.lang.Object
heronarts.lx.midi.MidiNote.Stack
- Enclosing class:
MidiNote
Keeps count of a stack of midi notes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
getNoteCount
(int pitch) boolean
boolean
isNoteHeld
(int pitch) void
onMidiNote
(MidiNote note) void
reset()
-
Constructor Details
-
Stack
public Stack()
-
-
Method Details
-
onMidiNote
-
getNoteCount
public int getNoteCount() -
getNoteCount
public int getNoteCount(int pitch) -
isNoteHeld
public boolean isNoteHeld() -
isNoteHeld
public boolean isNoteHeld(int pitch) -
reset
public void reset()
-