Guest User

Untitled

a guest
Nov 16th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. insecticide@insecticide-desktop:/mnt/winpart/!Sounds/sonatina-symphonic-orchestra-1.0/Sonatina Symphonic Orchestra$ python samplicity.py *.sfz
  2. --------------------------------------------------------------------------------
  3. Converting " Brass - Bass Trombone Solo.sfz "
  4. --------------------------------------------------------------------------------
  5. Traceback (most recent call last):
  6. File "samplicity.py", line 441, in <module>
  7. magic(arg)
  8. File "samplicity.py", line 255, in magic
  9. instrument = SFZ_instrument(cwd + filename)
  10. File "samplicity.py", line 217, in __init__
  11. region.load_audio()
  12. File "samplicity.py", line 134, in load_audio
  13. (self['sample_data'], self['sample_type'], self['sample_bittype']) = read_wav(self['sample_path'])
  14. File "samplicity.py", line 39, in read_wav
  15. (format, sampling_rate, channels, frames_count, bits_per_sample) = sndhdr.what(cwd + sample_path)
  16. File "/usr/lib/python2.6/sndhdr.py", line 37, in what
  17. res = whathdr(filename)
  18. File "/usr/lib/python2.6/sndhdr.py", line 43, in whathdr
  19. f = open(filename, 'rb')
  20. IOError: [Errno 2] No such file or directory: '/mnt/winpart/!Sounds/sonatina-symphonic-orchestra-1.0/Sonatina Symphonic Orchestra/samples/bass trombone/bass_trombone-e1.wav'
Add Comment
Please, Sign In to add comment