3 #ifndef SPECTMORPH_MORPH_LFO_VIEW_HH 4 #define SPECTMORPH_MORPH_LFO_VIEW_HH 6 #include "smmorphoperatorview.hh" 7 #include "smmorphlfo.hh" 8 #include "smcomboboxoperator.hh" 19 QComboBox *wave_type_combobox;
21 QLabel *frequency_label;
24 QLabel *start_phase_label;
30 void on_wave_type_changed();
31 void on_frequency_changed (
int new_value);
32 void on_depth_changed (
int new_value);
33 void on_center_changed (
int new_value);
34 void on_start_phase_changed (
int new_value);
35 void on_sync_voices_changed (
bool new_value);
Definition: smmorphlfoview.hh:13
Definition: smmorphplanwindow.hh:26
Definition: smalignedarray.cc:7
Definition: smmorphoperatorview.hh:15
Definition: smmorphlfo.hh:13