overtone

pbaille 2017-04-08T08:02:30.571128Z

i’m quite new to overtone, while diving into the code, I find navigation quite difficult due to the systematic use of :use in ns declaration, is there any arguments against using “:require :as” instead?

2017-04-08T15:02:28.861588Z

@pbaille no arguments against. The only I have, is that if you intend to perform/live-code with Overtone, then you may want to save time typing, in those cases :use is very helpful.

pbaille 2017-04-08T15:03:56.868420Z

yes i agree that the main namespaces like overtone.api and overtone.live should remain the same

pbaille 2017-04-08T15:04:09.869327Z

importing all the vars

pbaille 2017-04-08T15:04:15.869709Z

that’s really handy