+ 1
How to create Tone.js instrument?
Hello, I am trying to create a Flute using Tone.js, but, I have very little knowledge about music creation, if you have experience with Tone.js please let me know. - Which Tone.js instrument to use (MonoSynth, Synth or AMSynth, etc.) - Which Filter to use
2 Antworten
+ 1
I hope this will help you
Tone.js
Tone.js is a Web Audio framework for creating interactive music in the browser. The architecture of Tone.js aims to be familiar to both musicians and audio programmers creating web-based audio applications. On the high-level, Tone offers common DAW (digital audio workstation) features like a global transport for synchronizing and scheduling events as well as prebuilt synths and effects. Additionally, Tone provides high-performance building blocks to create your own synthesizers, effects, and complex control signals.
https://tonejs.github.io
0
That doesn't answer my question. I know all of that.