reorder variables for initialisation
This commit is contained in:
parent
4db8186d73
commit
aa629c5baf
|
|
@ -280,13 +280,11 @@ private:
|
||||||
bool mThruActivated : 1;
|
bool mThruActivated : 1;
|
||||||
Thru::Mode mThruFilterMode : 7;
|
Thru::Mode mThruFilterMode : 7;
|
||||||
MidiMessage mMessage;
|
MidiMessage mMessage;
|
||||||
|
|
||||||
int8_t mLastError;
|
|
||||||
|
|
||||||
unsigned long mLastMessageSentTime;
|
unsigned long mLastMessageSentTime;
|
||||||
unsigned long mLastMessageReceivedTime;
|
unsigned long mLastMessageReceivedTime;
|
||||||
unsigned long mSenderActiveSensingPeriodicity;
|
unsigned long mSenderActiveSensingPeriodicity;
|
||||||
bool mReceiverActiveSensingActivated;
|
bool mReceiverActiveSensingActivated;
|
||||||
|
int8_t mLastError;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
inline StatusByte getStatus(MidiType inType,
|
inline StatusByte getStatus(MidiType inType,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue