Buffer -> FX Modules -> Save Buffer
-
What's the current go-to for something like this? Creating a buffer, offline processing it through other modules (HISE stock ones, maybe scriptFX as well), and saving the affected audio as a .wav?
-
@iamlamprey there’s an audio renderer
Load you buffer into an Audiofile slot, then load the Audiofile into any player (Audiofile player or node player)
Place FXs after
Then you can use the renderer to export the result -
@ustk said in Buffer -> FX Modules -> Save Buffer:
@iamlamprey there’s an audio renderer
Are you referring to
Render HISE Output to Disk
? I need it to be in the finished plugin, I'm aware ofEngine.renderAudio()
but that's asking for a MIDI List and stuff, hoping there's a cleaner solution. -
@iamlamprey yeah the render audio thing it is. See the midi list as a single note event that takes the role of a play button.
I’m not at my computer to maje a snippet… -
@ustk All good, I'll figure it out from here. Cheers!