Please familiarise yourself with the forum, including policy on feature requests, rules & guidelines

vikramms

About

Username
vikramms
Location
USA
Joined
Visits
22
Last Active
Roles
Beta Tester
Points
2
Location
USA
Posts
1
1
Badges
  • Deluge Kit Generator

    Hi,
    I have been trying to use the script with the Kitmaker folders but I am having some issues,
    1. How did re-save the Maschine samples as 16-bit?
    2. The script is also giving me an error,
    Chromatic Fire Library >> YES
    Traceback (most recent call last):
    File "/Users/Vikram/Downloads/Kit Maker Kits/Script_v3/build.py", line 229, in
    currentsound = currentsound.replace("####LENGTH", str(round(wavelength(file))))
    File "/Users/Vikram/Downloads/Kit Maker Kits/Script_v3/build.py", line 21, in wavelength
    with contextlib.closing(wave.open(filename, 'rb')) as f:
    File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/wave.py", line 509, in open
    return Wave_read(f)
    File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/wave.py", line 163, in init
    self.initfp(f)
    File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/wave.py", line 143, in initfp
    self._read_fmt_chunk(chunk)
    File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/wave.py", line 268, in _read_fmt_chunk
    raise Error('unknown format: %r' % (wFormatTag,))

    I think it is related to the size of the "sample" file being opened.

    Thanks,

    Vikram