3 #ifndef SPECTMORPH_MORPH_LFO_HH 4 #define SPECTMORPH_MORPH_LFO_HH 6 #include "smmorphoperator.hh" 36 bool load (
InFile& in_file);
37 OutputType output_type();
40 void set_wave_type (WaveType new_wave_type);
42 float frequency()
const;
43 void set_frequency (
float new_frequency);
46 void set_depth (
float new_depth);
49 void set_center (
float new_center);
51 float start_phase()
const;
52 void set_start_phase (
float new_start_phase);
54 bool sync_voices()
const;
55 void set_sync_voices (
float new_sync_voices);
Definition: smoutfile.hh:15
Definition: smmorphplan.hh:15
Class to read SpectMorph binary data.
Definition: sminfile.hh:25
Definition: smmorphoperator.hh:19
Definition: smalignedarray.cc:7
Definition: smmorphlfo.hh:13