- evaluate MidiClock
git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@269 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+8
-2
@@ -37,8 +37,8 @@ private:
|
||||
int m_num_voices;
|
||||
int m_voice_offset, m_voice_step;
|
||||
int m_sample_len;
|
||||
WaitableEvent *m_pEventRun;
|
||||
WaitableEvent *m_pEventRdy;
|
||||
ScopedPointer<WaitableEvent> m_pEventRun;
|
||||
ScopedPointer<WaitableEvent> m_pEventRdy;
|
||||
|
||||
};
|
||||
|
||||
@@ -158,6 +158,7 @@ public:
|
||||
SYNTH_CHANGED_NUM_VOICES_PLAYING,
|
||||
SYNTH_CHANGED_NOTE_PRESSED,
|
||||
SYNTH_CHANGED_NOTE_RELEASED,
|
||||
SYNTH_CHANGED_MIDICLOCK,
|
||||
SYNTH_CHANGED_SIZE
|
||||
};
|
||||
|
||||
@@ -246,6 +247,11 @@ private:
|
||||
JaySynthThread **m_ppAudioThread;
|
||||
ScopedPointer <WaitableEvent> m_pEventAudioThreadRdy;
|
||||
JaySynthMonophonicMGR m_monoMGR;
|
||||
uint32_t m_clockdiv;
|
||||
double m_lastTime_ms;
|
||||
double m_lastTimeError_ms;
|
||||
double m_estimatedTime_ms;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user