|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| auto MayaFlux::create_buffer | ( | uint32_t | channel, |
| uint32_t | buffer_size, | ||
| Args &&... | args | ||
| ) | -> std::shared_ptr<BufferType> |
creates a new buffer of the specified type and registers it
| BufferType | Type of buffer to create (must be derived from AudioBuffer) |
| Args | Constructor argument types |
| channel | Channel index to create the buffer for |
| buffer_size | Size of the buffer in processing units |
Definition at line 232 of file Graph.hpp.
References register_audio_buffer().
Here is the call graph for this function: