JavaScript for Sound Artists: Learn to Code with the Web Audio API
Autor William Turner, Steve Leonarden Limba Engleză Paperback – 18 aug 2022
Key Features
- Uses the readers existing knowledge of audio technology to facilitate learning how to program using JavaScript. The teaching will be done through a series of annotated examples and explanations.
- Downloadable code examples and links to additional reference material included on the books companion website.
- This book makes learning programming more approachable to nonprofessional programmers
- The context of teaching JavaScript for the creative audio community in this manner does not exist anywhere else in the market and uses example-based teaching
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (2) | 256.92 lei 6-8 săpt. | +73.39 lei 7-13 zile |
CRC Press – 18 aug 2022 | 256.92 lei 6-8 săpt. | +73.39 lei 7-13 zile |
CRC Press – 17 ian 2017 | 315.84 lei 6-8 săpt. | |
Hardback (2) | 644.09 lei 6-8 săpt. | |
CRC Press – 31 ian 2017 | 644.09 lei 6-8 săpt. | |
CRC Press – 18 aug 2022 | 702.52 lei 6-8 săpt. |
Preț: 256.92 lei
Preț vechi: 310.60 lei
-17% Nou
Puncte Express: 385
Preț estimativ în valută:
49.17€ • 51.87$ • 40.98£
49.17€ • 51.87$ • 40.98£
Carte tipărită la comandă
Livrare economică 02-16 ianuarie 25
Livrare express 28 noiembrie-04 decembrie pentru 83.38 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781032062723
ISBN-10: 103206272X
Pagini: 276
Ilustrații: 24 Tables, black and white; 12 Line drawings, black and white; 43 Halftones, black and white; 55 Illustrations, black and white
Dimensiuni: 152 x 229 x 18 mm
Greutate: 0.38 kg
Ediția:2 ed
Editura: CRC Press
Colecția CRC Press
ISBN-10: 103206272X
Pagini: 276
Ilustrații: 24 Tables, black and white; 12 Line drawings, black and white; 43 Halftones, black and white; 55 Illustrations, black and white
Dimensiuni: 152 x 229 x 18 mm
Greutate: 0.38 kg
Ediția:2 ed
Editura: CRC Press
Colecția CRC Press
Public țintă
Professional Practice & DevelopmentNotă biografică
William Turner is a technical trainer with over 13 years of experience. He currently operates a boutique web development and training company at helpknow.com.
Steve Leonard is a technical writer for Juniper Networks and developed some of the initial documentation for the Cisco Nexus 7000 Series of switches among other products. He now writes the internal programmer guide for developers of Juniper’s next-generation operating system and is responsible for the network management documentation for end users of that new OS.
Steve Leonard is a technical writer for Juniper Networks and developed some of the initial documentation for the Cisco Nexus 7000 Series of switches among other products. He now writes the internal programmer guide for developers of Juniper’s next-generation operating system and is responsible for the network management documentation for end users of that new OS.
Cuprins
Preface. 1. Overview and Setup. 2. Getting Started with JavaScript and the Web Audio API. 3. Operators. 4. Conditional Statements, Loops, and Scope. 5. Functions. 6. Objects. 7. Node Graphs and Oscillators. 8. Using HTML and CSS to Build User Interfaces. 9. DOM Programming with JavaScript. 10. Simplifying DOM Programming with JQuery. 11. Loading and Playing Audio Files. 12. Factories, Constructors, and Classes. 13. Abstracting the File Loader. 14. The Node Graph and Working with Effects. 15. Adding Flexibility to the Audio Loader Abstraction. 16. The Biquad Filter Node. 17. The Convolver Node. 18. Stereo Panning, Channel Splitting, and Merging. 19. The Delay Node. 20. Dynamic Range Compression. 21. Time. 22. Creating Audio Visualizations. 23. Building a Step Sequencer. 24. AJAX and JSON. 25. The Future of JavaScript and the Web Audio API. Index.
Descriere
Learn how to program JavaScript while creating interactive audio applications with JavaScript for Sound Artists! This books explores the basics of JavaScript language programing so that readers can learn to build browser based audio applications, such as music synthesizers and drum machines.