JavaScriptClub/04: Difference between revisions
Wang ziheng (talk | contribs) m (→Tone.js) |
Wang ziheng (talk | contribs) m (→Tone.js) |
||
Line 5: | Line 5: | ||
=Section1: Introduce= | =Section1: Introduce= | ||
==Tone.js== | ==Tone.js== | ||
Tone.js is a | Tone.js is a basic tool for creating an oscillator sound or synths sound like FM synth, AM synth and Noise synth. | ||
You can modify most of their values, such as Attack, Decay, Sustain, and Release. <br> | You can modify most of their values, such as Attack, Decay, Sustain, and Release. <br> | ||
https://tonejs.github.io/<br> | https://tonejs.github.io/<br> |
Revision as of 00:08, 13 October 2024
Section1: Introduce
Tone.js
Tone.js is a basic tool for creating an oscillator sound or synths sound like FM synth, AM synth and Noise synth.
You can modify most of their values, such as Attack, Decay, Sustain, and Release.
https://tonejs.github.io/
https://tonejs.github.io/examples/
For pitches, you can easily define them by inputting the specific scales you want, like C4, E4, or any other notes.