what do i need to :require or :use to use env-gen in a namespace, without connecting to a sc server yet?
i'm probably asking the wrong question
i'm using overtone in a non-repl app, and in my my-ns.lib i want to define instruments and cgens. i'm calling (connect-external-server) from (-main). now my-ns.lib complains: "Server needs to be connected before you can perform this action." is there a common way to work with this?
solved it with in-function (require)
and resolve-ns
my uberjar gives an "Unable to load native libs c and scsynth" error on (require 'overtone.core)
. i'm using (connect-external-server)
so i don't need the native libs or scsynth. is there a way to prevent overtone from trying to load them?