3 #ifndef SPECTMORPH_MORPH_OUTPUT_VIEW_HH 4 #define SPECTMORPH_MORPH_OUTPUT_VIEW_HH 6 #include "smmorphoperatorview.hh" 7 #include "smmorphoutput.hh" 8 #include "smcomboboxoperator.hh" 9 #include "smpropertyview.hh" 25 std::vector<ChannelView *> channels;
26 QLabel *unison_voices_title;
27 QLabel *unison_voices_label;
28 QSlider *unison_voices_slider;
30 QLabel *unison_detune_title;
31 QLabel *unison_detune_label;
32 QSlider *unison_detune_slider;
46 void on_sines_changed (
bool new_value);
47 void on_noise_changed (
bool new_value);
48 void on_unison_changed (
bool new_value);
49 void on_unison_voices_changed (
int voices);
50 void on_unison_detune_changed (
int new_value);
51 void on_portamento_changed (
bool new_value);
52 void on_vibrato_changed (
bool new_value);
53 void on_operator_changed();
Definition: smmorphoutput.hh:18
Definition: smmorphplanwindow.hh:26
Definition: smmorphoutputview.hh:17
Definition: smpropertyview.hh:15
Definition: smalignedarray.cc:7
Definition: smmorphoperatorview.hh:15
Definition: smmorphoutput.hh:29
Definition: smcomboboxoperator.hh:19