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
Problem: SFZ files are not any kind of standard data DSL like JSON, YAML, XML... As such, there are no standard parsing libraries for Python (that I am aware of), so I am using a crude parser I wrote years ago. The full SFZ spec is very complex, and Stargate DAW does not currently support all of the features.
If you have problems loading SFZ files, please send me the SFZ file (not the samples, just the .sfz file(s) used by your instrument), and ideally your logs in ~/stargate/log/* so that I can debug the issue and add your SFZ file to the conformance tests.
The text was updated successfully, but these errors were encountered:
I have an absolutely fundamental problem loading .sfz files. I can't figure out how to do it at all with the UI available! The file selector filters out .sfz files, it only shows sample formats like .wav.
Problem: SFZ files are not any kind of standard data DSL like JSON, YAML, XML... As such, there are no standard parsing libraries for Python (that I am aware of), so I am using a crude parser I wrote years ago. The full SFZ spec is very complex, and Stargate DAW does not currently support all of the features.
If you have problems loading SFZ files, please send me the SFZ file (not the samples, just the .sfz file(s) used by your instrument), and ideally your logs in
~/stargate/log/*
so that I can debug the issue and add your SFZ file to the conformance tests.The text was updated successfully, but these errors were encountered: