Skip to content

Commit 9829b73

Browse files
authored
Adding fil_mode and eqN_mode
1 parent 1959cc8 commit 9829b73

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

data/sfz/syntax.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2178,6 +2178,14 @@ categories:
21782178
min: 0
21792179
max: 1
21802180

2181+
- name: "eqN_mode"
2182+
version: "ARIA"
2183+
short_description:
2184+
"Specifies whether EQ frequency modulation is in cents of Hertz. Valid values are hz and cents."
2185+
value:
2186+
type_name: "string"
2187+
default: "hz"
2188+
21812189
- name: "eqN_type"
21822190
short_description: "Sets the type of EQ filter."
21832191
version: "SFZ v2"
@@ -2330,9 +2338,23 @@ categories:
23302338
- name: "fil2_keytrack"
23312339
short_description:
23322340
"Same as <a href='/opcodes/fil_keytrack'>fil_keytrack</a>,
2333-
but used to specify the type for the second filter."
2341+
but used to specify tracking for the second filter."
23342342
version: "SFZ v2"
23352343

2344+
- name: "fil_mode"
2345+
version: "ARIA"
2346+
short_description:
2347+
"Specifies whether filter modulation is in cents of Hertz. Valid values are cents and hz"
2348+
value:
2349+
type_name: "string"
2350+
default: "cents"
2351+
alias:
2352+
- name: "fil2_mode
2353+
short_description:
2354+
"Same as <a href='/opcodes/fil_mode'>fil_mode</a>,
2355+
but used to specify modulation mode for the second filter."
2356+
version: "ARIA"
2357+
23362358
- name: "fil_random"
23372359
short_description:
23382360
"Random value added to the filter cutoff for the region, in cents."

0 commit comments

Comments
 (0)