ideoforms / signalflow

A sound synthesis framework for Python, designed for clear and concise expression of complex musical ideas
https://signalflow.dev
MIT License
167 stars 14 forks source link

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

Open ideoforms opened 1 year ago

ideoforms commented 1 year ago

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.