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;
    52   void update_visibility();
    55   void on_sines_changed (
bool new_value);
    56   void on_noise_changed (
bool new_value);
    57   void on_unison_changed (
bool new_value);
    58   void on_unison_voices_changed (
int voices);
    59   void on_unison_detune_changed (
int new_value);
    60   void on_adsr_changed (
bool new_value);
    61   void on_portamento_changed (
bool new_value);
    62   void on_vibrato_changed (
bool new_value);
    63   void on_operator_changed();
 Definition: smmorphoutput.hh:18
Definition: smmorphplanwindow.hh:26
Definition: smmorphoutputview.hh:17
Definition: smpropertyview.hh:15
Definition: smadsrenvelope.hh:8
Definition: smmorphoperatorview.hh:15
Definition: smmorphoutput.hh:35
Definition: smcomboboxoperator.hh:19