| 307 | } |
| 308 | |
| 309 | void 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 | |
| 317 | void Framebuffer_processFrameInAudioOut(CSOUND *csound, Framebuffer *self) |
no test coverage detected