3 #ifndef SPECTMORPH_MORPH_PLAN_VOICE_HH 4 #define SPECTMORPH_MORPH_PLAN_VOICE_HH 6 #include "smmorphplan.hh" 7 #include "smmorphoperatormodule.hh" 11 class MorphOutputModule;
20 std::vector<OpModule> modules;
22 std::vector<double> m_control_input;
29 void configure_modules();
35 void cheap_update (std::map<std::string, MorphOperator *>& op_map);
40 double control_input (
int i);
41 void set_control_input (
int i,
double value);
43 float mix_freq()
const;
48 void update_shared_state (
double time_ms);
Definition: smmorphplansynth.hh:15
Definition: smmorphoperatormodule.hh:23
Definition: smmorphoutputmodule.hh:12
Definition: smmorphplanvoice.hh:14
Definition: smmorphoperator.hh:19
Definition: smalignedarray.cc:7
Definition: smmorphplanvoice.hh:16