No, really, though
require(["Tone/core/Transport"], function(Transport){
What does that mean :( Why would you :( pass a function :(
Conversation
I've been using "require" one way since I started and now these docs are saying to use it a different way as if everyone knows what it means
2
1
UPDATE: It appears the way they want me to use "require" is not compatible with the version of "require" in WebPack
2
4
I think I need to start over, and either build this library from source (WHICH MAKES NO SENSE TO ME, IT'S JAVASCRIPT) or not use the library
2
1
That is, I've been trying to use the library as a library you install with npm and then import modules, apparently that's NOT HOW JS WORKS
1
1
4
Apparently the way JS works is you download a file ending in ".min.js" and then put it in a script tag, and nothing else really works
4
12
31
I had no problem so far with .min.js files, are you trying to use nodejs ?
2
Replying to


