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?
@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.
yes i agree that the main namespaces like overtone.api and overtone.live should remain the same
importing all the vars
that’s really handy