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
Block comments starting with /* and ending with */ cause Sfizz to not load the SFZ file, and print to Ardour log:
2020-04-20T17:36:34 [ERROR]: [sfizz] Error with EXAMPLE_FILE; no file should be loaded
Removing block comments fixes issue. Comments starting with // do not exhibit this issue.
Versions:
Latest Sfizz Git
Latest Ardour Git
Example File:
/*
*/
<region> sample=*sine
The text was updated successfully, but these errors were encountered:
Issue
Block comments starting with
/*
and ending with*/
cause Sfizz to not load the SFZ file, and print to Ardour log:2020-04-20T17:36:34 [ERROR]: [sfizz] Error with EXAMPLE_FILE; no file should be loaded
Removing block comments fixes issue. Comments starting with
//
do not exhibit this issue.Versions:
Latest Sfizz Git
Latest Ardour Git
Example File:
The text was updated successfully, but these errors were encountered: