
Programming for Musicians and Digital Artists
Creating music with ChucK
- 344 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Programming for Musicians and Digital Artists
Creating music with ChucK
About this book
Summary Programming for Musicians and Digital Artists: Creating Music with ChucK offers a complete introduction to programming in the open source music language ChucK. In it, you'll learn the basics of digital sound creation and manipulation while you discover the ChucK language. As you move example-by-example through this easy-to-follow book, you'll create meaningful and rewarding digital compositions and "instruments" that make sound and music in direct response to program logic, scores, gestures, and other systems connected via MIDI or the network.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About this Book A digital musician must manipulate sound precisely. ChucK is an audio-centric programming language that provides precise control over time, audio computation, and user interface elements like track pads and joysticks. Because it uses the vocabulary of sound, ChucK is easy to learn even for artists with little or no exposure to computer programming. Programming for Musicians and Digital Artists offers a complete introduction to music programming. In it, you'll learn the basics of digital sound manipulation while you learn to program using ChucK. Example-by-example, you'll create meaningful digital compositions and "instruments" that respond to program logic, scores, gestures, and other systems connected via MIDI or the network. You'll also experience how ChucK enables the on-the-fly musical improvisation practiced by communities of "live music coders" around the world.Written for readers familiar with the vocabulary of sound and music. No experience with computer programming is required.What's Inside
- Learn ChucK and digital music creation side-by-side
- Invent new sounds, instruments, and modes of performance
- Written by the creators of the ChucK language
About the Authors Perry Cook, Ajay Kapur, Spencer Salazar, and Ge Wang are pioneers in the area of teaching and programming digital music. Ge is the creator and chief architect of the ChucK language. Table of Contents
- Introduction: ChucK programming for artists PART 1 INTRODUCTION TO PROGRAMMING IN CHUCK
- Basics: sound, waves, and ChucK programming
- Libraries: ChucK's built-in tools
- Arrays: arranging and accessing your compositional data
- Sound files and sound manipulation
- Functions: making your own tools
- PART 2 NOW IT GETS REALLY INTERESTING!
- Unit generators: ChucK objects for sound synthesis and processing
- Synthesis ToolKit instruments
- Multithreading and concurrency: running many programs at once
- Objects and classes: making your own ChucK power tools
- Events: signaling between shreds and syncing to the outside world
- Integrating with other systems via MIDI, OSC, serial, and more
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Copyright
- Brief Table of Contents
- Table of Contents
- Foreword
- Preface
- Acknowledgments
- About this Book
- About the Authors
- Chapter 0. Introduction: ChucK programming for artists
- Part 1. Introduction to programming in ChucK
- Part 2. Now it gets really interesting!
- Appendix A. Installing ChucK and miniAudicle
- Appendix B. Library functions: Std, Math, other
- Appendix C. Unit generators
- Appendix D. Network communication with Open Sound Control
- Appendix E. File I/O
- Appendix F. Serial I/O
- Appendix G. ChucK on the command line
- Appendix H. Extending ChucK
- Index
- List of Figures
- List of Tables
- List of Listings