From d84da6cdfb9027a67b8ab50fe2c23374acc3b245 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Sat, 8 Jan 2011 18:27:40 +0100 Subject: Added some of the bugfixes to the note_compiler and removed use_pfactor --- note_compiler/templates/set_param.1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'note_compiler/templates/set_param.1') diff --git a/note_compiler/templates/set_param.1 b/note_compiler/templates/set_param.1 index 3d20dfe..21fc983 100644 --- a/note_compiler/templates/set_param.1 +++ b/note_compiler/templates/set_param.1 @@ -23,3 +23,5 @@ case VIB_LFO: sel_osc->vibrato_lfo=v; break; case WAVEFORM: sel_osc->waveform=v; break; case SYNC: sel_osc->sync=(v!=0); break; + case MODULATION: sel_orig_osc->fm_strength[p.index]=v; apply_pfactor(); break; + case OUTPUT: sel_orig_osc->output=v; apply_pfactor(); break; -- cgit v1.2.3