-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Using latest version of Samplicity and get these errors.
negativerad@debian:~/Downloads/Samplicity$ python samplicity.py Keys\ -\ Grand\ Piano.sfz
Converting " Keys - Grand Piano.sfz "
Traceback (most recent call last):
File "samplicity.py", line 483, in
magic(arg)
File "samplicity.py", line 274, in magic
instrument = SFZ_instrument(cwd + filename)
File "samplicity.py", line 236, in init
region.load_audio()
File "samplicity.py", line 150, in load_audio
(self['sample_data'], self['sample_type'], self['sample_bittype']) = read_wav(self['sample_path'])
File "samplicity.py", line 51, in read_wav
(format, sampling_rate, channels, frames_count, bits_per_sample) = sndhdr.what(cwd + sample_path)
File "/usr/lib/python2.7/sndhdr.py", line 37, in what
res = whathdr(filename)
File "/usr/lib/python2.7/sndhdr.py", line 43, in whathdr
f = open(filename, 'rb')
IOError: [Errno 2] No such file or directory: '/home/negativerad/Downloads/Samplicity/samples/grand piano/piano-f-c1.wav'