MCPcopy Create free account
hub / github.com/csound/csound / Framebuffer_processFrameInAudioOut

Function Framebuffer_processFrameInAudioOut

Opcodes/framebuffer.c:317–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315
316
317void Framebuffer_processFrameInAudioOut(CSOUND *csound, Framebuffer *self)
318{
319 ARRAYDAT *array = (ARRAYDAT *)self->inputArgument;
320 Framebuffer_writeBuffer(csound, self, array->data, array->sizes[0]);
321 Framebuffer_readBuffer(csound, self, self->outputArgument, self->ksmps);
322}
323
324int32_t Framebuffer_process(CSOUND *csound, Framebuffer *self)
325{

Callers 1

Framebuffer_processFunction · 0.85

Calls 2

Framebuffer_writeBufferFunction · 0.85
Framebuffer_readBufferFunction · 0.85

Tested by

no test coverage detected