zamaudio / zam-plugins

Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality processing
http://www.zamaudio.com/?p=976
GNU General Public License v2.0
267 stars 37 forks source link

ZamSFZ : issue re: \ VS / in the sfz's pathname #43

Open trebmuh opened 8 years ago

trebmuh commented 8 years ago

Discussed on IRC: Trying to open a sfz from the SSO with today's git ZamSFZ (https://github.com/zamaudio/zam-plugins/commit/a0a21f08c7b1b5718358a5776151b834483deb57) in its standalone JACK version started from command-line, it results in a few errors such as:

`Samples/Percussion/conga-slp-rr2.wav'
Unsupported
Missing samples
System error : No such file or directory.
File: /home/capturixeur/Bureau/Samples/Percussion/conga-mut-rr1.wav
N-48 V-0 Samples/Percussion/conga-mut-rr1.wav

A workaround is to open the sfz file and change all the \ in the pathnames to /.

Thanks to you @zamaudio for giving me this workaround on IRC, really appreciated.

Hope that helps Cheers

trebmuh commented 8 years ago

Just to let you know that I've been testing this workaround as a standalone, and as LV2 with jalv.select, Ardour 4.7 and Qtractor 0.7.8 and it does work as expected. Hope that helps.

trebmuh commented 4 years ago

Updating this thread, I've retested with ZamSFZ standalone from git master https://github.com/zamaudio/zam-plugins/commit/509d498f30605af511257b1086f3b398bddbc20a , and the issue is still there.