Csound without OS?
Date | 2016-04-24 22:48 |
From | Chuckk Hubbard |
Subject | Csound without OS? |
I am just getting started with the idea of programming on a Raspberry Pi without an OS, the so-called bare-metal approach. The things I'd like to do for a particular project - an instrument - should all be fairly trivial, except the part where I create audio samples with Csound. But I'm wondering, if I use the API, and manually take the samples from the buffers - that is, what I do with the audio to make it audible is not Csound's problem - well, is this something that could be done with existing Csound code without an OS? I mean, basically, realtime control and event input, opcodes, engine, and buffers that I'll use externally. |