#include <edittrack.h>
Public Member Functions | |
MIDIEditTrack (MIDITrack *track_) | |
virtual | ~MIDIEditTrack () |
void | Process (MIDIClockTime start_time, MIDIClockTime end_time, MIDIProcessor *process, MIDIEditTrackEventMatcher *match) |
void | Truncate (MIDIClockTime start_time) |
void | Merge (MIDITrack *trk1, MIDITrack *trk2, MIDIEditTrackEventMatcher *match1, MIDIEditTrackEventMatcher *match2) |
void | Erase (MIDIClockTime start, MIDIClockTime end, bool jagged=true, MIDIEditTrackEventMatcher *match=0) |
void | Delete (MIDIClockTime start, MIDIClockTime end, bool jagged=true, MIDIEditTrackEventMatcher *match=0) |
void | Insert (MIDIClockTime start, MIDIClockTime length) |
void | Shift (signed long offset, MIDIEditTrackEventMatcher *match=0) |
Protected Attributes | |
MIDIMatrix | matrix |
MIDITrack * | track |
|
Definition at line 61 of file jdkmidi_edittrack.cpp. References ENTER.
|
|
Definition at line 69 of file jdkmidi_edittrack.cpp. References ENTER.
00070 { 00071 ENTER( "MIDIEditTrack::~MIDIEditTrack()" ); 00072 } |
|
Definition at line 147 of file jdkmidi_edittrack.cpp. References ENTER, and jdkmidi::MIDIClockTime.
00153 { 00154 ENTER( "TO DO: MIDIEditTrack::Delete()" ); 00155 00156 // TO DO: 00157 } |
|
Definition at line 127 of file jdkmidi_edittrack.cpp. References ENTER, and jdkmidi::MIDIClockTime.
00133 { 00134 ENTER( "TO DO: MIDIEditTrack::Erase()" ); 00135 00136 // TO DO: 00137 } |
|
Definition at line 166 of file jdkmidi_edittrack.cpp. References ENTER, and jdkmidi::MIDIClockTime.
00170 { 00171 ENTER( "TO DO: MIDIEditTrack::Insert()" ); 00172 00173 // TO DO: 00174 } |
|
Definition at line 106 of file jdkmidi_edittrack.cpp. References ENTER.
00112 { 00113 ENTER( "TO DO: MIDIEditTrack::Merge()" ); 00114 00115 // TO DO: 00116 } |
|
Definition at line 75 of file jdkmidi_edittrack.cpp. References jdkmidi::MIDIClockTime.
00081 {
00082 // TODO: Process
00083 }
|
|
Definition at line 182 of file jdkmidi_edittrack.cpp. References ENTER.
00186 { 00187 ENTER( "TO DO: MIDIEditTrack::Shift()" ); 00188 00189 // TO DO: 00190 } |
|
Definition at line 91 of file jdkmidi_edittrack.cpp. References ENTER, and jdkmidi::MIDIClockTime.
00092 { 00093 ENTER( "TO DO: MIDIEditTrack::Truncate()" ); 00094 00095 // TO DO: 00096 } |
|
Definition at line 133 of file edittrack.h. |
|
Definition at line 134 of file edittrack.h. |