Samplicity icon indicating copy to clipboard operation
Samplicity copied to clipboard

.SFZ to .XI sample format converter

Results 10 Samplicity issues
Sort by recently updated
recently updated
newest added

random-numbers seem to fix https://github.com/ckald/Samplicity/issues/11

On this system: On Alpine linux everything installs fine, however I'm getting this: ``` [root@LAPTOP-TORCIFES/home/leon/projects/samplepackfactory/out] $ cat test.sfz ampeg_attack=0.0 ampeg_release=1 loop_mode=one_shot sample=wav\test-V127-O1-01-C1.wav lokey=58 hikey=58 pitch_keycenter=58 sample=wav\test-V127-O1-02-C#1.wav lokey=59 hikey=59 pitch_keycenter=59 sample=wav\test-V127-O1-03-D1.wav...

my english is terrible so please excusme if you don't understand something or i sound to rough, i tried with pip but it did not install it, i think it...

To be compatible with MilkyTracker, the change in 277 line does the trick - change from 0x0 to 0x0102. ``` # create xi file file.write(struct.pack('21s22sb20sh',\ 'Extended Instrument: ', (filename[:-4] +...

X:\Samplicity-master>python samplicity.py "Keys - Grand Piano.sfz" File "samplicity.py", line 3 SyntaxError: Non-ASCII character '\xc2' in file samplicity.py on line 3, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details

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):...

Add --envelopes-off to convert without volume and panning envelopes — to avoid SunVox crashes

enhancement
wontfix

On XUbuntu 9 there's a problem when sample path in sfz-region constains path in the wrong case. Should use [os.path.normcase](http://docs.python.org/library/os.path.html) or [recursive check](http://stackoverflow.com/questions/8462449/python-case-insensitive-file-name) Thanks to incide

bug
enhancement

Now Samplicity supports only WAV samples

enhancement

24bit samples are not supported by XI and SunVox, so I need to convert them (to 32bit floating point due to NightRadio's suggestion)

enhancement