hallo,
weiss nicht ob es dir weiter hilft, das habe ich aus der Orion Platinum anleitung:
Creating your own wavetables
Note that creating your own wavetables is not necessary to enjoy the Wavefusion, or make new patches, and is not recommended for beginners.
You can create your own wavetables with a text editor - open one of the supplied (*.txt) files from the wavetable folder (under your Orion application folder), and examine them to learn how they work - the file format is fairly simple, and the textfiles are commented, so you should have no trouble figuring it out.
If you supply your own WAV files, make sure that they are in uncompressed, 16-bit mono format and contain exactly 256 samples.
und hier ein beispiel für mit dem Text Editor gemachte Wavetable:
'wavetable definiton file
'------------------------
'format: filename, wavetable position
'up to 256 waves can be used
'
'the first & last positions HAVE to be filled.
'(it can be the same waveform)
'all other positions will be interpolated
'
'the WAV files must have exactly 256 samples
'also they must be in the wavetables dir
w1 = BH-WT01-01.wav, 0
w2 = BH-WT01-02.wav, 16
w3 = BH-WT01-03.wav, 32
w4 = BH-WT01-04.wav, 48
w5 = BH-WT01-05.wav, 64
w6 = BH-WT01-06.wav, 80
w7 = BH-WT01-07.wav, 96
w8 = BH-WT01-08.wav, 112
w9 = BH-WT01-09.wav, 128
w10 = BH-WT01-10.wav, 144
w11 = BH-WT01-11.wav, 160
w12 = BH-WT01-12.wav, 176
w13 = BH-WT01-13.wav, 192
w14 = BH-WT01-14.wav, 208
w15 = BH-WT01-15.wav, 224
w16 = BH-WT01-16.wav, 240
w17 = BH-WT01-17.wav, 255
noch eine:
'wavetable definiton file
'------------------------
'format: filename, wavetable position
'up to 256 waves can be used
'
'the first & last positions HAVE to be filled.
'(it can be the same waveform)
'all other positions will be interpolated
'
'the WAV files must have exactly 256 samples
'also they must be in the wavetables dir
w1 = analog1.wav, 0
w2 = analog2.wav, 80
w3 = analog3.wav, 160
w4 = analog4.wav, 240
Du muss das "mono" sample von "256 samples" länge und die selbst gemachte "Text Datei" in den wavetable Ordner von deinem Drumsampler tun.
Habe es selber noch nicht gemacht. Viel glück.