Tonejs / Tone.js

A Web Audio framework for making interactive music in the browser.
https://tonejs.github.io
MIT License
13.27k stars 964 forks source link

Where is the examples source codes ? #1183

Closed ambroiseRabier closed 2 months ago

ambroiseRabier commented 1 year ago

I'm trying to understand the library by looking at https://tonejs.github.io/examples/sampler , but there is only the webpack JS output in the examples folder. I am not finding the sources files in this repository.

HTML is here: https://github.com/Tonejs/Tone.js/blob/master/examples/sampler.html Webpack output JS is here: https://github.com/Tonejs/Tone.js/tree/master/examples/js

dirkk0 commented 1 year ago

Maybe I am understanding you wrong, but the source code is in the HTML file you linked to, everything in the script tag.