#include <MIDITypes.hxx>
Public Member Functions | |
MIDITrack () | |
MIDITrack (const MIDITrack &prototype, const bool shareData=false, const bool deep=true) | |
__COMMON_DYNAMIC_TYPE (MIDITrack, 4) | |
__COMMON_DYN_ATTRIBUTE (0, public, std::string, Name) protected | |
bool | LoadName (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (1, public, List< int >, Channels) protected | |
bool | LoadChannels (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (2, public, List< MIDIEvent >, EventInfo) protected | |
bool | LoadEventInfo (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (3, public, MIDIMelody, TrackMelody) protected | |
bool | LoadTrackMelody (CLAM::Storage &s) |
Definition at line 42 of file MIDITypes.hxx.
CLAM::MIDITrack::MIDITrack | ( | ) | [inline] |
Definition at line 45 of file MIDITypes.hxx.
CLAM::MIDITrack::MIDITrack | ( | const MIDITrack & | prototype, | |
const bool | shareData = false , |
|||
const bool | deep = true | |||
) | [inline] |
Definition at line 45 of file MIDITypes.hxx.
CLAM::MIDITrack::__COMMON_DYN_ATTRIBUTE | ( | 3 | , | |
public | , | |||
MIDIMelody | , | |||
TrackMelody | ||||
) | [inline] |
Definition at line 53 of file MIDITypes.hxx.
Definition at line 51 of file MIDITypes.hxx.
Definition at line 49 of file MIDITypes.hxx.
CLAM::MIDITrack::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
std::string | , | |||
Name | ||||
) | [inline] |
Definition at line 47 of file MIDITypes.hxx.
CLAM::MIDITrack::__COMMON_DYNAMIC_TYPE | ( | MIDITrack | , | |
4 | ||||
) |
bool CLAM::MIDITrack::LoadChannels | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 49 of file MIDITypes.hxx.
bool CLAM::MIDITrack::LoadEventInfo | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 51 of file MIDITypes.hxx.
bool CLAM::MIDITrack::LoadName | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 47 of file MIDITypes.hxx.
bool CLAM::MIDITrack::LoadTrackMelody | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 53 of file MIDITypes.hxx.