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