-
Notifications
You must be signed in to change notification settings - Fork 6
Opcode Support Table Data File
redtide edited this page Apr 2, 2021
·
4 revisions
The table is created from a YAML data file, cross referenced with the sfzformat data file.
In order to add new opcodes to it, they should be inserted in one of two sections:
-
categories
if a new sfizz extension -
opcodes
if documented in the sfzformat database
The new opcode status will need to be specified by adding a key-value pair:
-
support: "new"
if complete indevelop
branch (🆕) -
support: "wip"
if unfinished work (🚧)