summaryrefslogtreecommitdiff
path: root/note_compiler/templates/set_param.nofilterenv
diff options
context:
space:
mode:
Diffstat (limited to 'note_compiler/templates/set_param.nofilterenv')
-rw-r--r--note_compiler/templates/set_param.nofilterenv7
1 files changed, 7 insertions, 0 deletions
diff --git a/note_compiler/templates/set_param.nofilterenv b/note_compiler/templates/set_param.nofilterenv
new file mode 100644
index 0000000..23ad36d
--- /dev/null
+++ b/note_compiler/templates/set_param.nofilterenv
@@ -0,0 +1,7 @@
+ case FILTER_ATTACK:
+ case FILTER_DECAY:
+ case FILTER_SUSTAIN:
+ case FILTER_RELEASE:
+ case FILTER_HOLD:
+ output_note("NOTE: trying to change filter envelope, but that envelope is disabled");
+ break;