| 315 | |
| 316 | |
| 317 | void 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 | |
| 324 | int32_t Framebuffer_process(CSOUND *csound, Framebuffer *self) |
| 325 | { |
no test coverage detected