#include <sequencer.h>
Inheritance diagram for jdkmidi::MIDISequencerTrackNotifier:
Public Member Functions | |
MIDISequencerTrackNotifier (MIDISequencer *seq_, int trk, MIDISequencerGUIEventNotifier *n) | |
virtual | ~MIDISequencerTrackNotifier () |
void | SetNotifier (MIDISequencer *seq_, int trk, MIDISequencerGUIEventNotifier *n) |
void | Notify (int item) |
void | NotifyConductor (int item) |
Private Attributes | |
MIDISequencer * | seq |
int | track_num |
MIDISequencerGUIEventNotifier * | notifier |
|
Definition at line 143 of file jdkmidi_sequencer.cpp.
|
|
Definition at line 156 of file jdkmidi_sequencer.cpp.
00157 { 00158 00159 } |
|
Definition at line 161 of file jdkmidi_sequencer.cpp. References notifier, jdkmidi::MIDISequencerGUIEventNotifier::Notify(), seq, and track_num.
|
|
Definition at line 176 of file jdkmidi_sequencer.cpp. References notifier, jdkmidi::MIDISequencerGUIEventNotifier::Notify(), seq, and track_num.
|
|
Definition at line 177 of file sequencer.h. References notifier, seq, and track_num.
|
|
Definition at line 195 of file sequencer.h. |
|
Definition at line 193 of file sequencer.h. |
|
Definition at line 194 of file sequencer.h. |