Demo: synthesizer.petzka.com
Modular Synthesizer • Angular • Web Audio API • Web MIDI API • MIDI Device Detection • Local Storage
© 2019 - Moritz Petzka - petzka.com
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
Frameworks | Links | |
---|---|---|
Angular | Integration as Angular Module | WEBSITE DOCS |
Angular Material | Uses Angular Material | WEBSITE DOCS |
Web Audio API |
Generate and modify audio in browser | INFOS |
Web MIDI API |
Use MIDI devices in browser | INFOS |
To integrate this module in your Angular project:
imports: [
SynthesizerModule
],
<app-synthesizer></app-synthesizer>
Install Angular Material in your Project with:
ng add @angular/material