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
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 a default_path opcode that goes under the called mapping. Each mapping has different default_path value. And it will work correctly in this way using absolute paths. (not tested with relative paths yet)
Discussed in #1231
Originally posted by michael02022 January 19, 2024
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.
The text was updated successfully, but these errors were encountered: