Public Member Functions | |
QWrkPrivate () | |
Public Attributes | |
quint32 | m_Now |
Now marker time. | |
quint32 | m_From |
From marker time. | |
quint32 | m_Thru |
Thru marker time. | |
quint8 | m_KeySig |
Key signature (0=C, 1=C#, ... 11=B). | |
quint8 | m_Clock |
Clock Source (0=Int, 1=MIDI, 2=FSK, 3=SMPTE). | |
quint8 | m_AutoSave |
Auto save (0=disabled, 1..256=minutes). | |
quint8 | m_PlayDelay |
Play Delay. | |
bool | m_ZeroCtrls |
Zero continuous controllers? | |
bool | m_SendSPP |
Send Song Position Pointer? | |
bool | m_SendCont |
Send MIDI Continue? | |
bool | m_PatchSearch |
Patch/controller search-back? | |
bool | m_AutoStop |
Auto-stop? | |
quint32 | m_StopTime |
Auto-stop time. | |
bool | m_AutoRewind |
Auto-rewind? | |
quint32 | m_RewindTime |
Auto-rewind time. | |
bool | m_MetroPlay |
Metronome on during playback? | |
bool | m_MetroRecord |
Metronome on during recording? | |
bool | m_MetroAccent |
Metronome accents primary beats? | |
quint8 | m_CountIn |
Measures of count-in (0=no count-in). | |
bool | m_ThruOn |
MIDI Thru enabled? (only used if no THRU rec). | |
bool | m_AutoRestart |
Auto-restart? | |
quint8 | m_CurTempoOfs |
Which of the 3 tempo offsets is used: 0..2. | |
quint8 | m_TempoOfs1 |
Fixed-point ratio value of offset 1. | |
quint8 | m_TempoOfs2 |
Fixed-point ratio value of offset 2. | |
quint8 | m_TempoOfs3 |
Fixed-point ratio value of offset 3. | |
bool | m_PunchEnabled |
Auto-Punch enabled? | |
quint32 | m_PunchInTime |
Punch-in time. | |
quint32 | m_PunchOutTime |
Punch-out time. | |
quint32 | m_EndAllTime |
Time of latest event (incl. all tracks). | |
int | m_division |
QTextCodec * | m_codec |
QDataStream * | m_IOStream |
QByteArray | m_lastChunkData |
QList< RecTempo > | m_tempos |
Definition at line 48 of file qwrk.cpp.
QWrkPrivate | ( | ) | [inline] |
bool m_AutoRestart |
bool m_AutoRewind |
quint8 m_AutoSave |
Auto save (0=disabled, 1..256=minutes).
Definition at line 90 of file qwrk.cpp.
Referenced by QWrk::getAutoSave().
bool m_AutoStop |
quint8 m_Clock |
Clock Source (0=Int, 1=MIDI, 2=FSK, 3=SMPTE).
Definition at line 89 of file qwrk.cpp.
Referenced by QWrk::getClock().
QTextCodec* m_codec |
Definition at line 116 of file qwrk.cpp.
Referenced by QWrk::getTextCodec(), and QWrk::setTextCodec().
quint8 m_CountIn |
Measures of count-in (0=no count-in).
Definition at line 103 of file qwrk.cpp.
Referenced by QWrk::getCountIn().
quint8 m_CurTempoOfs |
Which of the 3 tempo offsets is used: 0..2.
Definition at line 106 of file qwrk.cpp.
Referenced by QWrk::getCurTempoOfs().
int m_division |
quint32 m_EndAllTime |
Time of latest event (incl. all tracks).
Definition at line 113 of file qwrk.cpp.
Referenced by QWrk::getEndAllTime().
quint32 m_From |
QDataStream* m_IOStream |
Definition at line 117 of file qwrk.cpp.
Referenced by QWrk::getFilePos(), and QWrk::readFromStream().
quint8 m_KeySig |
Key signature (0=C, 1=C#, ... 11=B).
Definition at line 88 of file qwrk.cpp.
Referenced by QWrk::getKeySig().
QByteArray m_lastChunkData |
bool m_MetroAccent |
Metronome accents primary beats?
Definition at line 102 of file qwrk.cpp.
Referenced by QWrk::getMetroAccent().
bool m_MetroPlay |
Metronome on during playback?
Definition at line 100 of file qwrk.cpp.
Referenced by QWrk::getMetroPlay().
bool m_MetroRecord |
Metronome on during recording?
Definition at line 101 of file qwrk.cpp.
Referenced by QWrk::getMetroRecord().
quint32 m_Now |
bool m_PatchSearch |
Patch/controller search-back?
Definition at line 95 of file qwrk.cpp.
Referenced by QWrk::getPatchSearch().
quint8 m_PlayDelay |
bool m_PunchEnabled |
quint32 m_PunchInTime |
quint32 m_PunchOutTime |
quint32 m_RewindTime |
bool m_SendCont |
bool m_SendSPP |
Send Song Position Pointer?
Definition at line 93 of file qwrk.cpp.
Referenced by QWrk::getSendSPP().
quint32 m_StopTime |
quint8 m_TempoOfs1 |
Fixed-point ratio value of offset 1.
Definition at line 107 of file qwrk.cpp.
Referenced by QWrk::getTempoOfs1().
quint8 m_TempoOfs2 |
Fixed-point ratio value of offset 2.
Definition at line 108 of file qwrk.cpp.
Referenced by QWrk::getTempoOfs2().
quint8 m_TempoOfs3 |
Fixed-point ratio value of offset 3.
Definition at line 109 of file qwrk.cpp.
Referenced by QWrk::getTempoOfs3().
QList<RecTempo> m_tempos |
quint32 m_Thru |
bool m_ThruOn |
MIDI Thru enabled? (only used if no THRU rec).
Definition at line 104 of file qwrk.cpp.
Referenced by QWrk::getThruOn().
bool m_ZeroCtrls |
Zero continuous controllers?
Definition at line 92 of file qwrk.cpp.
Referenced by QWrk::getZeroCtrls().