QWrkPrivate Class Reference

List of all members.

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


Detailed Description

Definition at line 48 of file qwrk.cpp.


Constructor & Destructor Documentation

QWrkPrivate (  )  [inline]

Definition at line 50 of file qwrk.cpp.


Member Data Documentation

Auto-restart?

Definition at line 105 of file qwrk.cpp.

Referenced by QWrk::getAutoRestart().

Auto-rewind?

Definition at line 98 of file qwrk.cpp.

Referenced by QWrk::getAutoRewind().

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

Auto-stop?

Definition at line 96 of file qwrk.cpp.

Referenced by QWrk::getAutoStop().

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().

Definition at line 115 of file qwrk.cpp.

Referenced by QWrk::getRealTime().

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

From marker time.

Definition at line 86 of file qwrk.cpp.

Referenced by QWrk::getFrom().

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

Definition at line 118 of file qwrk.cpp.

Referenced by QWrk::getLastChunkRawData().

Metronome accents primary beats?

Definition at line 102 of file qwrk.cpp.

Referenced by QWrk::getMetroAccent().

Metronome on during playback?

Definition at line 100 of file qwrk.cpp.

Referenced by QWrk::getMetroPlay().

Metronome on during recording?

Definition at line 101 of file qwrk.cpp.

Referenced by QWrk::getMetroRecord().

quint32 m_Now

Now marker time.

Definition at line 85 of file qwrk.cpp.

Referenced by QWrk::getNow().

Patch/controller search-back?

Definition at line 95 of file qwrk.cpp.

Referenced by QWrk::getPatchSearch().

quint8 m_PlayDelay

Play Delay.

Definition at line 91 of file qwrk.cpp.

Referenced by QWrk::getPlayDelay().

Auto-Punch enabled?

Definition at line 110 of file qwrk.cpp.

Referenced by QWrk::getPunchEnabled().

quint32 m_PunchInTime

Punch-in time.

Definition at line 111 of file qwrk.cpp.

Referenced by QWrk::getPunchInTime().

quint32 m_PunchOutTime

Punch-out time.

Definition at line 112 of file qwrk.cpp.

Referenced by QWrk::getPunchOutTime().

quint32 m_RewindTime

Auto-rewind time.

Definition at line 99 of file qwrk.cpp.

Referenced by QWrk::getRewindTime().

bool m_SendCont

Send MIDI Continue?

Definition at line 94 of file qwrk.cpp.

Referenced by QWrk::getSendCont().

bool m_SendSPP

Send Song Position Pointer?

Definition at line 93 of file qwrk.cpp.

Referenced by QWrk::getSendSPP().

quint32 m_StopTime

Auto-stop time.

Definition at line 97 of file qwrk.cpp.

Referenced by QWrk::getStopTime().

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

Definition at line 119 of file qwrk.cpp.

Referenced by QWrk::getRealTime().

quint32 m_Thru

Thru marker time.

Definition at line 87 of file qwrk.cpp.

Referenced by QWrk::getThru().

bool m_ThruOn

MIDI Thru enabled? (only used if no THRU rec).

Definition at line 104 of file qwrk.cpp.

Referenced by QWrk::getThruOn().

Zero continuous controllers?

Definition at line 92 of file qwrk.cpp.

Referenced by QWrk::getZeroCtrls().


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

Generated on Wed Sep 8 10:12:54 2010 for drumstick by  doxygen 1.5.9