|
Canorus 0.0
|
Public Member Functions | |
| CAMidiImportEvent (bool on, int channel, int pitch, int velocity, int time, int length, int tempo, int program) | |
| ~CAMidiImportEvent () | |
Public Attributes | |
| bool | _on |
| int | _channel |
| QList< int > | _pitchList |
| int | _velocity |
| int | _time |
| int | _length |
| int | _nextTime |
| int | _tempo |
| int | _top |
| int | _bottom |
| int | _program |
Copyright (c) 2007, Matevž Jekovec, Canorus development team All Rights Reserved. See AUTHORS for a complete list of authors.
Licensed under the GNU GENERAL PUBLIC LICENSE. See LICENSE.GPL for details.
| CAMidiImportEvent::CAMidiImportEvent | ( | bool | on, |
| int | channel, | ||
| int | pitch, | ||
| int | velocity, | ||
| int | time, | ||
| int | length = 0, |
||
| int | tempo = 120, |
||
| int | program = 0 |
||
| ) |
| CAMidiImportEvent::~CAMidiImportEvent | ( | ) |
| int CAMidiImportEvent::_bottom |
| int CAMidiImportEvent::_channel |
Referenced by CAMidiImportEvent().
| int CAMidiImportEvent::_length |
Referenced by CAMidiImportEvent().
| int CAMidiImportEvent::_nextTime |
Referenced by CAMidiImportEvent().
| bool CAMidiImportEvent::_on |
Referenced by CAMidiImportEvent().
| QList<int> CAMidiImportEvent::_pitchList |
Referenced by CAMidiImportEvent().
| int CAMidiImportEvent::_program |
Referenced by CAMidiImportEvent().
| int CAMidiImportEvent::_tempo |
Referenced by CAMidiImportEvent().
| int CAMidiImportEvent::_time |
Referenced by CAMidiImportEvent().
| int CAMidiImportEvent::_top |
| int CAMidiImportEvent::_velocity |
Referenced by CAMidiImportEvent().