Changing static values through GUI #120
michael02022
started this conversation in
Requests
Replies: 1 comment
-
As side note: we should evaluate to create a own preset file format (similar to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm designing a SFZ header which tries to include the basic stuff to edit a sample mapping directly from the GUI (like envelopes, amplitude, filter, EQ, etc) and I'm using #define and set_ccX to do this.
The idea is this:
I can see the #define values in the GUI, these define values correspond to stuff that are not modulable yet. And for the preset I'm working on, I prefer to have (for example) linear shapes for the SFZv2 envelopes, so through the GUI, I change them and sfizz overwrites the value of the SFZ file, now the next time I load the SFZ, I'll find the configuration I preferred in the first place.
Similar thing with CC knobs with the set_ccX opcode, the next time I load the SFZ file I'll find it with the preferred configuration. This feature makes sense for this kind of #define and CC knob usage. And avoids to save an entire snapshot of sfizz instance for this.
Beta Was this translation helpful? Give feedback.
All reactions