Processing audio buffers with Scheme for Max (cookbook and tutorial)

Iain Duncan's icon

Hi colleagues, I've just put up a short tutorial and cookbook entry on processing Max audio buffers with Scheme for Max. Scheme for Max is an open source extension for Max and Max for Live that allows you to code Max in s7 Scheme. You can use it for making sequencers, generative music, control surfaces, the Live API, buffer processing, and much more.

Tutorial: https://youtu.be/_d0KHvh4V44

The cookbook entry with Max patch and Scheme file are here: https://github.com/iainctduncan/scheme-for-max-cookbook/tree/master/buffers/applying-envelopes

To download Scheme for Max and for tutorials, documentation, and the cookbook, visit the GitHub page: https://github.com/iainctduncan/scheme-for-max

Enjoy!