void setMusElementType(CAMusElementType type)
Definition: muselement.h:85
@ MidiNote
Definition: muselement.h:27
int _midiPitch
Definition: midinote.h:27
Class which represents a voice in the staff.
Definition: voice.h:23
CAMidiNote(int pitch, int timeStart, int timeLength, CAVoice *v)
Definition: midinote.cpp:23
Playable instances of music elements.
Definition: playable.h:18
void setMidiPitch(int m)
Definition: midinote.h:24
virtual int timeLength() const
Definition: muselement.h:53
CAMidiNote * clone(CAVoice *voice=0)
Definition: midinote.cpp:32
An abstract class which represents every music element in the score.
Definition: muselement.h:21
virtual ~CAMidiNote()
Definition: midinote.cpp:29
Musical length of notes and rests.
Definition: playablelength.h:16
int compare(CAMusElement *elt)
Definition: midinote.cpp:36
virtual int timeStart() const
Definition: muselement.h:51
int midiPitch()
Definition: midinote.h:23
Represents a note with custom length and Midi-defined pitch.
Definition: midinote.h:15
CAMusElementType musElementType()
Definition: muselement.h:46
CAVoice * voice()
Definition: playable.h:31