soundscrape

A programmatic framework for modular synthesis:
Scheme in the front, C in the back!
< | ^ | > | :>

graphical interfaces | reading from and writing to disk | midi | audio interfaces | jack | cpu load | example: measuring latency | references

external interfaces

We already know of three simple interfaces that link soundscrape to the outside world: play, render, and record. These functions link the synthesis network to the sound card (output), the disk (output), and both, respectively. In this chapter we discuss other ways of interfacing to these and other devices.

< | ^ | > | :>