3 #ifndef SPECTMORPH_MORPH_PLAN_SYNTH_HH 4 #define SPECTMORPH_MORPH_PLAN_SYNTH_HH 6 #include "smmorphplan.hh" 7 #include "smmorphoperator.hh" 13 class MorphModuleSharedState;
17 std::vector<MorphPlanVoice *> voices;
18 std::map<std::string, MorphModuleSharedState *> m_shared_state;
33 void update_shared_state (
double time_ms);
34 void free_shared_state();
36 float mix_freq()
const;
37 bool have_output()
const;
Definition: smmorphplansynth.hh:15
Definition: smmorphplanvoice.hh:14
Definition: smmorphoperator.hh:19
Definition: smalignedarray.cc:7
Definition: smmorphoperatormodule.hh:16