You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apply a SysEx message / series struct (see SysEx messages #4). Writes only, validates only if the first 2 address bytes is a patch address (not system or something).
Dedicated getter/setter for patch name (see Parameter data #6). As this is the only string type and it's encoding is rather cumbersome otherwise.
Dedicated getter/setter for patch fx-chain. As this has some special validation rules and is a pain to treat as individual bytes.
Go API
Create from existing data. In C, this will be done indirectly through deserialization features.
The text was updated successfully, but these errors were encountered:
Both APIs
Writes only, validates only if the first 2 address bytes is a patch address (not system or something).
As this is the only string type and it's encoding is rather cumbersome otherwise.
As this has some special validation rules and is a pain to treat as individual bytes.
Go API
In C, this will be done indirectly through deserialization features.
The text was updated successfully, but these errors were encountered: