summaryrefslogtreecommitdiff
path: root/note_compiler/templates/set_param.nofilter
blob: e9ee336654259e1af55dc0d470b8bc7b425fb83e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
		case FILTER_ENABLED:
		case FILTER_ENV_AMOUNT:
		case FILTER_ATTACK:
		case FILTER_DECAY:
		case FILTER_SUSTAIN:
		case FILTER_RELEASE:
		case FILTER_HOLD:
		case FILTER_OFFSET:
		case FILTER_RESONANCE:
		case FILTER_TREMOLO:
		case FILTER_TREM_LFO:
			output_note("NOTE: trying to set some filter-param, but filter is disabled");
			break;