fix input pots and amen break
This commit is contained in:
@@ -87,7 +87,10 @@ float get_sample(void) {
|
||||
filter_env.SetTime(ADENV_SEG_DECAY, state->env2_decay);
|
||||
|
||||
float vco_env_out = vco_env.Process();
|
||||
float filter_env_out = filter_env.Process();
|
||||
float filter_env_out = filter_env.Process();
|
||||
// make it emit only continuous tone
|
||||
// float vco_env_out = 1.0f;
|
||||
// float filter_env_out = 0.0f;
|
||||
|
||||
osc.SetFreq(state->vco_freq);
|
||||
osc.SetWaveform(vco_mode_to_daisy(state->vco_mode));
|
||||
|
||||
Reference in New Issue
Block a user