Helpful Resources for Csound

February 3, 2020
Computer music books on bookshelf
Csound and computer music books on my bookshelf at work.

Even with the best documentation and most supportive user community Csound would still be difficult for anyone to learn. That’s because digital audio generation and processing is hard to grasp conceptually. It has been for me anyway. Tremendously hard.

Here’s a brief selection of the topics I’ve had to wrestle with in the past ten months:

Note that none of the topics above are specifically about Csound. Rather, they are general concepts in computer music, and Csound, like all programming languages for music, has its own ways of implementing these concepts. What made Csound such a steep learning curve was not simply the Csound language itself -- the strange syntax and 2,000+ specialized functions (called “opcodes”) -- but the slow, challenging absorption of these general concepts.

In case this is helpful to anyone else trying to learn Csound or computer music, here is a list of the main resources I’ve used thus far. They are listed in the order that I began using them, which as you'll see is not the order I'd recommend.

Computer Music Instruments cover
Computer Music Instruments: Foundations, Design and Development (2017)
Author - Victor Lazzarini
Publisher - Springer

I thought Computer Music Instruments: Foundations, Design and Development by Victor Lazzarini would be the perfect introduction to Csound. However, I quickly became overwhelmed by the subject matter of the first chapter, which is a crash course in Csound, Faust (a specialized audio processing language), and Python. I’ve since come to realize that Computer Music Instruments is a more advanced book for people who are already familiar with audio processing languages, general scripting, and software development. It is no doubt a rigorous and useful resource for the advanced computer music practitioner, but it wasn’t the right book for me to learn Csound.

Csound cover
Csound: A Sound and Music Computing System (2016)
Authors - Lazzarini, Yi, ffitch, Heintz, Brantsegg, McCurdy
Publisher - Springer

Csound: A Sound and Music Computing System was written by some of the core developers of Csound: Victor Lazzarini, Steven Yi, John ffitch, Joacim Heintz, Oyvind Branstegg, and Iain McCurdy. This was exactly what I needed - a thorough overview of Csound from the fundamentals of digital audio to classic synthesis techniques to methods of controlling program flow. And yet I still struggled immensely to grasp the ideas in this book. The real challenge was wrapping my head around the concept of variable rates. In Csound, variables are computed at three different rates:

I found myself reading and rereading Chapter 2: “Key System Concepts” and Chapter 3: “Fundamentals” because I couldn’t understand how variable rates, phase, functions, and opcodes worked together to generate audio signals. It was profoundly frustrating, and I nearly gave up on Csound multiple times. After a couple weeks of struggling it all started to make more sense.

Floss Manual and Canonical Reference

The Floss Manual for Csound is indispensable to anyone learning Csound. It might actually be the best place for anyone to start. The Canonical Csound Reference Manual is also essential. You can’t get too far into Csound without becoming familiar with this manual because it documents the inputs and outputs of each opcode along with examples. The Reference Manual is written in fairly technical and terse language, so it doesn’t function well as a stand alone introduction to Csound. The Floss Manual is better for that.

Csound Book cover
The Csound Book: Perspectives in Software Synthesis, Sound Design, Signal Processing, and Programming (2010)
Author - Richard Boulanger
Publisher - MIT Press

Another resource I consulted in order to round out my understanding of Csound fundamentals was Richard Boulanger’s The Csound Book: Perspectives in Software Synthesis, Sound Design, Signal Processing, and Programming. The large introductory chapter is meant to cover all the basics of Csound, but I found the chapter difficult to follow; it jumps from topic to topic without providing thorough explanations. I've since come to find some of the later chapters to be more focused and useful, so I still think it's a great resource. It just might not be very beginner friendly.

Computer Music cover
Computer Music: Synthesis, Composition, and Performance (2nd edition, 1997)
Authors - Charles Dodge and Thomas A. Jerse
Publisher - Cengage Learning

This is the book that finally unlocked the fundamental concepts of computer music for me. While it isn't specifically about Csound, I don't think I could have made much progress on Csound without first coming to terms with the concepts laid out in this book. One extremely helpful practice has been reading the chapters on various synthesis techniques and figuring out how to implement the examples in Csound.

Computer Music Tutorial cover
The Computer Music Tutorial (1996)
Author - Curtis Roads
Publisher - MIT Press

Similar to Computer Music by Dodge and Jerse, The Computer Music Tutorial covers all aspects of computer music without reference to a specific programming language. It actually feels more like a reference manual because it's enormous. I haven't spent as much time with this book as I have with Computer Music, but I suspect I'll refer to it more and more as I explore new topics in computer music.

Leave a Comment

Your email address will not be published. Required fields are marked *