overriding default_path for each sfz mapping #1231
michael02022
started this conversation in
Requests
Replies: 3 comments 1 reply
-
Might be an issue, but since it started as a discussion, I'll leave it here. It can be moved later if necessary. @paulfd |
Beta Was this translation helpful? Give feedback.
0 replies
-
UPDATE: It turns out it works, but not with absolute paths. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the report! It does seem like something we should support. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I was testing a concept I had, which is very simple:
rhodes_map.sfz
piano_map.sfz
We have these sfz mappings, only contains
<group>
and<region>
headers. As you can see, no path is given for these samples.Now, with
#include
we can call these mappings with the correct path using the<control>
header to each them, and under that header, there is adefault_path
opcode that goes under the called mapping. Each mapping has differentdefault_path
value. And it will work correctly in this way using absolute paths. (not tested with relative paths yet)Sforzando loads the samples without problem with this, but in Sfizz doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions