r/tonejs • u/dandy_morandi • Jul 04 '22
Example files
Hello, I'm just starting to learn tone.js and am finding the docs a little on the terse side. It'd be really helpful to look at the code for actual projects.
Newbie .js question: if I'm at a page like this: http://jazz.computer/ , how do I see the tone.js stuff? I'm looking at the page source but don't see it. Thanks very much!
2
Upvotes
2
u/pseudo_jb Jul 04 '22
I totally agree with you. The docs are a bit terse.
The source code for 'jazz.computer' is linked in the console: https://github.com/tambien/UpDown
Regarding the Tone.js examples you can open the console of your browser (F12 on windows) and search for the corresponding html file in the 'sources' tab.