negativerad
negativerad
No i don't see it, i thought the python script would export the wav files?
Ahh i see the problem case sensitive issue. The sfz is looking for samples but the folder is Samples. Thanks!
That make sense because windows is not case sensitive. In Linux i just ran this command to rename everything to lowercase ``` rename 'y/A-Z/a-z/' * ```
I think it's really useful to the Sunvox community, for those at least using XI samples.
I've tried this on Debian Wheezy and Windows 7, both with same error.
are there any dependencies libraries?
python setup.py install Traceback (most recent call last): File "setup.py", line 1, in from setuptools import setup, find_packages ImportError: No module named setuptools I guess i need to install setuptools...