summaryrefslogtreecommitdiff
path: root/note_compiler/templates/set_param.1
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-01-08 18:27:40 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-01-08 18:27:40 +0100
commitd84da6cdfb9027a67b8ab50fe2c23374acc3b245 (patch)
tree36fe2b669da46e0e320a03e4f18c3a25c743107d /note_compiler/templates/set_param.1
parent82e74a33661d235029f413eff2b21c4e29e057bc (diff)
Added some of the bugfixes to the note_compiler and removed use_pfactor
Diffstat (limited to 'note_compiler/templates/set_param.1')
-rw-r--r--note_compiler/templates/set_param.12
1 files changed, 2 insertions, 0 deletions
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;