Programming for Musicians and Digital Artists
eBook - ePub

Programming for Musicians and Digital Artists

Creating music with ChucK

  1. 344 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

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

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • 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.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Programming for Musicians and Digital Artists by Spencer Salazar,Ajay Kapur,Ge Wang,Perry Cook in PDF and/or ePUB format, as well as other popular books in Computer Science & Digital Media. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Foreword
  5. Preface
  6. Acknowledgments
  7. About this Book
  8. About the Authors
  9. Chapter 0. Introduction: ChucK programming for artists
  10. Part 1. Introduction to programming in ChucK
  11. Part 2. Now it gets really interesting!
  12. Appendix A. Installing ChucK and miniAudicle
  13. Appendix B. Library functions: Std, Math, other
  14. Appendix C. Unit generators
  15. Appendix D. Network communication with Open Sound Control
  16. Appendix E. File I/O
  17. Appendix F. Serial I/O
  18. Appendix G. ChucK on the command line
  19. Appendix H. Extending ChucK
  20. Index
  21. List of Figures
  22. List of Tables
  23. List of Listings