- BPM display use BPM calculation from LFO
- LFO: fixed S&H waveforms git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@737 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+1
-3
@@ -87,7 +87,7 @@ public:
|
||||
const float velocity, bool doTrigger);
|
||||
|
||||
void Voicestop (JaySynthVoice* voice, const bool allowTailOff);
|
||||
void voiceSetMidiBeat(int quarterBeatCount);
|
||||
synth_float_t voiceSetMidiBeat(int quarterBeatCount);
|
||||
int getNumVoicesPlaying (SynthesiserSound* soundToPlay);
|
||||
|
||||
void clearKeysPressed(void);
|
||||
@@ -258,8 +258,6 @@ private:
|
||||
int m_clock_cnt_bar;
|
||||
int m_numMidiClocksPerBeat;
|
||||
int m_numMidiClocksPerBar;
|
||||
double m_lastTime_ms;
|
||||
double m_estimatedTime_ms;
|
||||
bool m_isMidiClockStarted;
|
||||
|
||||
void updateMidiTiming(const MidiMessage& m);
|
||||
|
||||
Reference in New Issue
Block a user