drag audio file to daw
-
I have a plugin that load a user audio file which you can slice into custom parts and sizes.
The plugin operates on the buffer and it can process the audio using the stretch player node (speed & pitch) for direct playback synced to the daws tempo.There is a "drag audio to daw" function which takes the buffer inside the stretch player node and saves it to a temp audio file on the hard drive which then gets imported in to the daw.
It works nicely
However the dragged file is not manipulated by the stretch player, instead it is the "original file", how can I get the buffer that's been manipulated by the node?
Do I have to record it, or is there some way to just grab the manipulated buffer and save it as an audio file?Is it possible to make a render in the background that includes the modified buffer?
Any help is appreciated -
did you find a way how to drag and drop audio from vst into daw? I have simpler idea but i familiar behaviour.
-
@parabuh Yes, as I describe in my post that was not the problem, it works nicely..
My question was about rendering the modified buffer, and @Christoph-Hart has solved it for me, see this thread:
https://forum.hise.audio/topic/13494/render-audio-in-background/11