The Haskell School of Music
eBook - PDF

The Haskell School of Music

From Signals to Symphonies

  1. English
  2. PDF
  3. Available on iOS & Android
eBook - PDF

The Haskell School of Music

From Signals to Symphonies

Book details
Table of contents
Citations

About This Book

This book explores the fundamentals of computer music and functional programming through the Haskell programming language. Functional programming is typically considered difficult to learn. This introduction in the context of creating music will allow students and professionals with a musical inclination to leverage their experience to help understand concepts that might be intimidating in more traditional computer science settings. Conversely, the book opens the door for programmers to interact with music by using a medium that is familiar to them. Readers will learn how to use the Euterpea library for Haskell (http://www.euterpea.com) to represent and create their own music with code, without the need for other music software. The book explores common paradigms used in algorithmic music composition, such as stochastic generation, musical grammars, self-similarity, and real-time interactive systems. Other topics covered include the basics of signal-based systems in Haskell, sound synthesis, and virtual instrument design.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
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.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
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 access The Haskell School of Music by Paul Hudak,Donya Quick in PDF and/or ePUB format, as well as other popular books in Informatica & Linguaggi di programmazione. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Cover
  2. Half-title
  3. Title page
  4. Copyright information
  5. Table of contents
  6. Preface
  7. Acknowledgments
  8. 1 Computer Music, Euterpea, and Haskell
  9. 2 Simple Music
  10. 3 Polymorphic and Higher-Order Functions
  11. 4 A Musical Interlude
  12. 5 Syntactic Magic
  13. 6 More Music
  14. 7 Qualified Types and Type Classes
  15. 8 From Music to MIDI
  16. 9 Interpretation and Performance
  17. 10 Self-Similar Music
  18. 11 Proof by Induction
  19. 12 An Algebra of Music
  20. 13 L-Systems and Generative Grammars
  21. 14 Random Numbers, Probability Distributions, and Markov Chains
  22. 15 Basic Input/Output
  23. 16 Higher-Order Types and Monads
  24. 17 Musical User Interfaces
  25. 18 Sound and Signals
  26. 19 Euterpea's Signal Functions
  27. 20 Spectrum Analysis
  28. 21 Additive and Subtractive Synthesis
  29. 22 Amplitude and Frequency Modulation
  30. 23 Physical Modeling
  31. Appendix A The PreludeList Module
  32. Appendix B Haskell’s Standard Type Classes
  33. Appendix C Built-In Types Are Not Special
  34. Appendix D Pattern-Matching Details
  35. Appendix E Haskell Quick Reference
  36. Appendix F Euterpea Quick Reference
  37. Appendix G HSoM Quick Reference
  38. Bibliography
  39. Index