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

Function Framebuffer_processAudioInFrameOut

Opcodes/framebuffer.c:309–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309void Framebuffer_processAudioInFrameOut(CSOUND *csound, Framebuffer *self)
310{
311 Framebuffer_writeBuffer(csound, self, self->inputArgument, self->ksmps);
312 ARRAYDAT *array = (ARRAYDAT *)self->outputArgument;
313 Framebuffer_readBuffer(csound, self, array->data, array->sizes[0]);
314}
315
316
317void Framebuffer_processFrameInAudioOut(CSOUND *csound, Framebuffer *self)

Callers 1

Framebuffer_processFunction · 0.85

Calls 2

Framebuffer_writeBufferFunction · 0.85
Framebuffer_readBufferFunction · 0.85

Tested by

no test coverage detected