reverse sample playback?
-
Is it possible to do this? If not I guess I can render the samples in reverse.
-
No, not possible at present, has been discussed before - feature requests section possibly...
-
Yeah, adding reverse playback would be a heavy rewrite of the streaming engine for a rather uncommon use case so I guess it's better if you render them reversed.
-
That is a huge shame, reversing samples is one of the most basic ways to get a really new sound from another sound. Any chance you might include this further down the line?
-
Reversing the preload buffer is trivial so if you can live with having the full sample in memory, it should be little effort. The other one is huge.
-
Reversing preload buffer - that would be great, is this currently possible with the existing version of HISE? I have no problem with the full sample loaded in memory.
I'd imagine that libraries which would like to use the reverse feature won't have issues adding all samples to RAM, because libs that might use reverse won't be your typical orchestral legato libraries, where trillions of legato intervals take up most of the space, so there's room to spare...
-
yep reverse the sample buffer would be fine I think.
-
Alright. This will be an easy addition.
-
+1 for reverse sample playback loaded in RAM. It's amazing for synth stuff.
-
Alright, this is implemented. In order to set a sampler to reverse, choose "Reverse" or "Reverse One Shot" in the Playback Mode popup of the Sampler Settings.
-
and the javascript call to make this happen dynamically?
-
You can set this property just like any other attribute using the regular scripting methods for changing attributes:
Synth.setAttribute(13, value);
You can get the parameter index list by right clicking on the ModuleBrowser.
-
Fantastic!!!!!! Many thanks Christoph