|
Canorus
0.7
|
Public Member Functions | |
| CAMidiImportEvent (bool on, int channel, int pitch, int velocity, int time) | |
| ~CAMidiImportEvent () | |
Public Attributes | |
| bool | _on |
| int | _channel |
| int | _pitch |
| int | _velocity |
| int | _time |
| int | _length |
| int | _timeCorrection |
| int | _lengthCorrection |
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 | ||
| ) |
| CAMidiImportEvent::~CAMidiImportEvent | ( | ) |
| int CAMidiImportEvent::_channel |
Referenced by CAMidiImportEvent().
| int CAMidiImportEvent::_length |
Referenced by CAMidiImportEvent().
| int CAMidiImportEvent::_lengthCorrection |
| bool CAMidiImportEvent::_on |
Referenced by CAMidiImportEvent().
| int CAMidiImportEvent::_pitch |
Referenced by CAMidiImportEvent().
| int CAMidiImportEvent::_time |
Referenced by CAMidiImportEvent().
| int CAMidiImportEvent::_timeCorrection |
| int CAMidiImportEvent::_velocity |
Referenced by CAMidiImportEvent().
1.8.3