Canorus  0.0
Public Member Functions | Public Attributes | List of all members
CAMidiImportEvent Class Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ CAMidiImportEvent()

CAMidiImportEvent::CAMidiImportEvent ( bool  on,
int  channel,
int  pitch,
int  velocity,
int  time,
int  length = 0,
int  tempo = 120,
int  program = 0 
)

◆ ~CAMidiImportEvent()

CAMidiImportEvent::~CAMidiImportEvent ( )

Member Data Documentation

◆ _bottom

int CAMidiImportEvent::_bottom

◆ _channel

int CAMidiImportEvent::_channel

Referenced by CAMidiImportEvent().

◆ _length

int CAMidiImportEvent::_length

Referenced by CAMidiImportEvent().

◆ _nextTime

int CAMidiImportEvent::_nextTime

Referenced by CAMidiImportEvent().

◆ _on

bool CAMidiImportEvent::_on

Referenced by CAMidiImportEvent().

◆ _pitchList

QList<int> CAMidiImportEvent::_pitchList

Referenced by CAMidiImportEvent().

◆ _program

int CAMidiImportEvent::_program

Referenced by CAMidiImportEvent().

◆ _tempo

int CAMidiImportEvent::_tempo

Referenced by CAMidiImportEvent().

◆ _time

int CAMidiImportEvent::_time

Referenced by CAMidiImportEvent().

◆ _top

int CAMidiImportEvent::_top

◆ _velocity

int CAMidiImportEvent::_velocity

Referenced by CAMidiImportEvent().


The documentation for this class was generated from the following file: