William Turner, Steve Leonard
JavaScript for Sound Artists (eBook, PDF)
Learn to Code with the Web Audio API
42,95 €
42,95 €
inkl. MwSt.
Sofort per Download lieferbar
21 °P sammeln
42,95 €
Als Download kaufen
42,95 €
inkl. MwSt.
Sofort per Download lieferbar
21 °P sammeln
Jetzt verschenken
Alle Infos zum eBook verschenken
42,95 €
inkl. MwSt.
Sofort per Download lieferbar
Alle Infos zum eBook verschenken
21 °P sammeln
William Turner, Steve Leonard
JavaScript for Sound Artists (eBook, PDF)
Learn to Code with the Web Audio API
- Format: PDF
- Merkliste
- Auf die Merkliste
- Bewerten Bewerten
- Teilen
- Produkt teilen
- Produkterinnerung
- Produkterinnerung
- Weitere 8 Ausgaben:
- Gebundenes Buch
- Gebundenes Buch
- Gebundenes Buch
- Broschiertes Buch
- Broschiertes Buch
- eBook, ePUB
- eBook, ePUB
- eBook, PDF
Bitte loggen Sie sich zunächst in Ihr Kundenkonto ein oder registrieren Sie sich bei
bücher.de, um das eBook-Abo tolino select nutzen zu können.
Hier können Sie sich einloggen
Hier können Sie sich einloggen
Sie sind bereits eingeloggt. Klicken Sie auf 2. tolino select Abo, um fortzufahren.
Bitte loggen Sie sich zunächst in Ihr Kundenkonto ein oder registrieren Sie sich bei bücher.de, um das eBook-Abo tolino select nutzen zu können.
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.
- Geräte: PC
- ohne Kopierschutz
- eBook Hilfe
- Größe: 5.59MB
Andere Kunden interessierten sich auch für
- William TurnerJavaScript for Sound Artists (eBook, PDF)49,95 €
- William TurnerJavaScript for Sound Artists (eBook, ePUB)42,95 €
- William TurnerJavaScript for Sound Artists (eBook, ePUB)49,95 €
- Handbook for Sound Engineers (eBook, PDF)187,95 €
- Alex RiviereGame Audio Mixing (eBook, PDF)35,95 €
- Douglas SelfSmall Signal Audio Design (eBook, PDF)82,95 €
- Rob BridgettLeading with Sound (eBook, PDF)35,95 €
-
-
-
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.
Dieser Download kann aus rechtlichen Gründen nur mit Rechnungsadresse in A, B, BG, CY, CZ, D, DK, EW, E, FIN, F, GR, HR, H, IRL, I, LT, L, LR, M, NL, PL, P, R, S, SLO, SK ausgeliefert werden.
Produktdetails
- Produktdetails
- Verlag: Taylor & Francis
- Seitenzahl: 276
- Erscheinungstermin: 18. August 2022
- Englisch
- ISBN-13: 9781000635096
- Artikelnr.: 64249940
- Verlag: Taylor & Francis
- Seitenzahl: 276
- Erscheinungstermin: 18. August 2022
- Englisch
- ISBN-13: 9781000635096
- Artikelnr.: 64249940
- Herstellerkennzeichnung Die Herstellerinformationen sind derzeit nicht verfügbar.
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.
Chapter 1
Chapter 2 Overview and Setup
Chapter 3 Getting Started with JavaScript and The Web Audio API
Chapter 4 Operators
Chapter 5 Conditional Statements and Loops
Chapter 6 Functions
Chapter 7 Objects
Chapter 8 Node Graphs and Oscillators
Chapter 9 Using HTML and CSS to Build User Interfaces
Chapter 10 DOM Programming with JavaScript
Chapter 11 Simplifying DOM Programming with JQuery
Chapter 12 Loading and Playing Audio Files
Chapter 13 Factories and Constructors
Chapter 14 Abstracting the File Loader
Chapter 15 The Node Graph and Working with Effects
Chapter 16 The Biquad Filter Node
Chapter 17 The Convolver Node
Chapter 18 Stereo Panning, Channel Splitting and Merging
Chapter 19 The Delay Node
Chapter 20 Dynamic Range Compression
Chapter 21 Time
Chapter 22 Creating Audio Visualizations
Chapter 23 Adding Flexibility to the Audio Loader Abstraction
Chapter 24 Building a Step Sequencer
Chapter 25 AJAX and JSON
Chapter 26 AJAX and JSON
The Future of JavaScript and the Web Audio API
Chapter 2 Overview and Setup
Chapter 3 Getting Started with JavaScript and The Web Audio API
Chapter 4 Operators
Chapter 5 Conditional Statements and Loops
Chapter 6 Functions
Chapter 7 Objects
Chapter 8 Node Graphs and Oscillators
Chapter 9 Using HTML and CSS to Build User Interfaces
Chapter 10 DOM Programming with JavaScript
Chapter 11 Simplifying DOM Programming with JQuery
Chapter 12 Loading and Playing Audio Files
Chapter 13 Factories and Constructors
Chapter 14 Abstracting the File Loader
Chapter 15 The Node Graph and Working with Effects
Chapter 16 The Biquad Filter Node
Chapter 17 The Convolver Node
Chapter 18 Stereo Panning, Channel Splitting and Merging
Chapter 19 The Delay Node
Chapter 20 Dynamic Range Compression
Chapter 21 Time
Chapter 22 Creating Audio Visualizations
Chapter 23 Adding Flexibility to the Audio Loader Abstraction
Chapter 24 Building a Step Sequencer
Chapter 25 AJAX and JSON
Chapter 26 AJAX and JSON
The Future of JavaScript and the Web Audio API
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.
Chapter 1
Chapter 2 Overview and Setup
Chapter 3 Getting Started with JavaScript and The Web Audio API
Chapter 4 Operators
Chapter 5 Conditional Statements and Loops
Chapter 6 Functions
Chapter 7 Objects
Chapter 8 Node Graphs and Oscillators
Chapter 9 Using HTML and CSS to Build User Interfaces
Chapter 10 DOM Programming with JavaScript
Chapter 11 Simplifying DOM Programming with JQuery
Chapter 12 Loading and Playing Audio Files
Chapter 13 Factories and Constructors
Chapter 14 Abstracting the File Loader
Chapter 15 The Node Graph and Working with Effects
Chapter 16 The Biquad Filter Node
Chapter 17 The Convolver Node
Chapter 18 Stereo Panning, Channel Splitting and Merging
Chapter 19 The Delay Node
Chapter 20 Dynamic Range Compression
Chapter 21 Time
Chapter 22 Creating Audio Visualizations
Chapter 23 Adding Flexibility to the Audio Loader Abstraction
Chapter 24 Building a Step Sequencer
Chapter 25 AJAX and JSON
Chapter 26 AJAX and JSON
The Future of JavaScript and the Web Audio API
Chapter 2 Overview and Setup
Chapter 3 Getting Started with JavaScript and The Web Audio API
Chapter 4 Operators
Chapter 5 Conditional Statements and Loops
Chapter 6 Functions
Chapter 7 Objects
Chapter 8 Node Graphs and Oscillators
Chapter 9 Using HTML and CSS to Build User Interfaces
Chapter 10 DOM Programming with JavaScript
Chapter 11 Simplifying DOM Programming with JQuery
Chapter 12 Loading and Playing Audio Files
Chapter 13 Factories and Constructors
Chapter 14 Abstracting the File Loader
Chapter 15 The Node Graph and Working with Effects
Chapter 16 The Biquad Filter Node
Chapter 17 The Convolver Node
Chapter 18 Stereo Panning, Channel Splitting and Merging
Chapter 19 The Delay Node
Chapter 20 Dynamic Range Compression
Chapter 21 Time
Chapter 22 Creating Audio Visualizations
Chapter 23 Adding Flexibility to the Audio Loader Abstraction
Chapter 24 Building a Step Sequencer
Chapter 25 AJAX and JSON
Chapter 26 AJAX and JSON
The Future of JavaScript and the Web Audio API
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.