Ok I am pulling my hair out here trying to get this to work.
Made a simpler example to just test the Tone.Transport.start() and made an eventlistener as described in the documetation for Tone.js : https://editor.p5js.org/CaptainCredible/sketches/79pD_GZ8R
but i still can’t get it to run in chrome anywhere but p5.js editor.
Here is the same code on my server:
https://www.captaincredible.com/SEQ/ttest/
Can anybody manage to get this snippet to work ?
The tone.js documentation tells me to call Tone.start() from an eventlistener before anything else, but Tone.start() doesn’t seem to exist in the library???