I wanted it, to be done automatically for any instrument, so I could play around with sound reversing. I came with somewhat crude solution, I wrote a script which will retrieve sample length for every note and every velocity in a group, remember it and apply offset accordingly when playing. To fetch the data for any sample set, I needed the script to actually play each note, so it could retrieve zone id and then sample length. Scanning takes a while, but in the end it's way faster, than doing it by hand. Here's a little presentation of reversing Kontakt's factory sitar.
You can get the script here. Both a preset file (which need to be copied to your Kontakt/presets/scripts folder) and as plain text that can be copied into Kontakt. It will work in Kontakt 4 or newer.
The shortcomings of this solutions are:
- You can only use one group for reverse playing, so no round robin backwards.
- It will work best on instruments build on sample per note basis. If samples are re-tuned, playback speed will vary and since offset is provided in microseconds, it will get misaligned. The more tune change, the more misalignment. To compensate for this, script would need to learn root key for each sample, which I don't know how to automatically retrieve in KSP.
About using the script:
- First locate the group you want to reverse and set 'targ.group' accordingly. First group has index of zero.
- Change sampler mode to 'sampler'. Disadvantage here is, that it will load all samples to memory, but offset parameter doesn't work in DFD mode. If you need to use DFD, you would have to edit 's.mod' value in wave editor to match sample length. And do that for every sample. No fun.
- Switch reverse button!
- You can adjust 'interval' setting, it's time to take to scan single note/velocity combination in microseconds. Lower the setting to scan faster. However I found that at low settings, the script failed to retrieve data correctly, 500 didn't work for me, 1000 did, but this may depend on settings/setup. I would consider 3000 a safe setting.
- Now press scan button and wait for it to complete. If you need to break the process press it again.
- Scanned data will be remembered in DAW project / patch, so if instrument/project is saved, you don't need to scan again.
- Note that, the scanner will skip any note that hasn't a sample mapped at velocity of 1, to speed up scanning process.
- Position knob sets the offset value, that is how far from the beginning should playback start. You can adjust this value while playing. Try not to exceed shortest sample length, or shorter samples will get misaligned.
- When duration knob is set to zero, samples will play as long as the key is held (or until they reach the beginning of a sample). Any other setting will generate notes of fixed duration, defined in percentage of offset setting. You can use it, to prevent playback to reach the beginning of the sample and for smoother sound tail, if combined with volume envelope.
- This script can interfere with other scripts, particularly those which also do ignore_event, play_note sequence, like factory portamento script, so you may need to disable other scripts, if it doesn't work.
- Have fun reversing!
Hi! thanks a lot! im trying to reverse the Giant piano kontakt library, and i am one step just before everything works; what i dont find yet is the offset Wheel/knob to play the samples not just from the beggining... i am an absolute begginer with kontakt!
ReplyDeletethanks for this script
There may be several reasons offset is not being applied; instrument not in sampler mode, wrong group set, sample scanning failed, another script overwriting offset setting. Try to mail me, maybe we can figure it out.
ReplyDeleteThanks for the script! Was trying to figure this same thing out just now and this helped enormously!
ReplyDeleteAwesome script! Helped me get the Kontakt Factory Library Celesta playable in reverse.
ReplyDelete