signalflow icon indicating copy to clipboard operation
signalflow copied to clipboard

AudioGraph::render_subgraph should be able to render to Buffers of indefinite length

Open ideoforms opened this issue 2 years ago • 0 comments

At present, block-by-block rendering is not implemented, so it throws an exception if the Buffer is longer than the AudioGraph's global output_buffer_size. Should follow a similar paradigm as render_to_buffer, which renders blocks sequentially for long buffers.

ideoforms avatar May 27 '23 17:05 ideoforms