- LFO: added Sync modes Frequency, Phase and Frequency + Phase

- added GUI Parameter MIDISYNC_MODE and MIDISYNC_BERATDIV
- wired MIDISYNC params down to global LFO

git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@726 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2020-08-15 12:32:16 +00:00
parent 7b731dd270
commit 0f8abfd428
9 changed files with 278 additions and 42 deletions
+3
View File
@@ -315,6 +315,9 @@ private:
ScopedPointer<Label> m_label_num_voices_playing;
ScopedPointer<Label> m_labelDebug;
ScopedPointer<ButtonLED> m_btn_midiClockLed;
ScopedPointer<Label> m_label_lfo0_midisync_factor;
ScopedPointer<Slider> m_slider_lfo0_midisync_divisor;
ScopedPointer<ComboBox> m_comboBox_lfo0_midisync_mode;
//==============================================================================