diff --git a/_data/gallery.yml b/_data/gallery.yml index 965bed8..df6b958 100644 --- a/_data/gallery.yml +++ b/_data/gallery.yml @@ -14,8 +14,8 @@ - title: SuperCollider Book type: image - image: MIT-supercollider-book-sm.jpg - link: https://mitpress.mit.edu/9780262232692/the-supercollider-book/ + image: MIT-supercollider-book-v2-sm.jpg + link: https://mitpress.mit.edu/9780262049702/the-supercollider-book/ text: | The essential reference to SuperCollider, a powerful, flexible, open-source, cross-platform audio programming language. diff --git a/_posts/2025-07-29-the-supercollider-book-2nd-ed.md b/_posts/2025-07-29-the-supercollider-book-2nd-ed.md new file mode 100644 index 0000000..c9ee1fb --- /dev/null +++ b/_posts/2025-07-29-the-supercollider-book-2nd-ed.md @@ -0,0 +1,19 @@ +--- +layout: post +title: "The SuperCollider Book 2nd Edition - now available" +description: "" +category: book +author: eli +tags: [] +--- +

The second edition of The SuperCollider Book is now available from MIT Press! Edited by Scott Wilson, David Cottle and Nick Collins, this edition of the essential SuperCollider reference represents a comprehensive update, providing students and professionals with a refreshed and user-friendly guide to the language's design, syntax, and use. This edition covers the basics as well as explorations of intermediate and advanced topics, including microsound, sonification, spatialization, and the cross-platform GUI library.

+ +Highlights include: + +* New chapters on musical notation and score making, machine learning, SC Tweets, alternative editors, non-standard synthesis, and SuperCollider on small computers + +* Technical documentation of writing and implementing your own unit generators + +* Artist statements from a diverse collection of international musicians + +* Code examples to accompany the book, available at https://github.com/supercollider/scbookcode/ diff --git a/images/gallery/MIT-supercollider-book-v2-sm.jpg b/images/gallery/MIT-supercollider-book-v2-sm.jpg new file mode 100644 index 0000000..c75a304 Binary files /dev/null and b/images/gallery/MIT-supercollider-book-v2-sm.jpg differ