overtone

2024-01-14T23:17:14.538759Z

Hello. Having some fun playing with overtone today. Trying to fine where the ugen "out" is defined. Tried greping and using (meta #'overtone.core/out)... got: :orig-ns http://overtone.sc.ugens... which is not correct. Would like to build my own jar to add some logging to the immigrating bit but the "clj prep; line install" on the readme doesn't work... probably because the project.clj was removed... any help on any of that? thanks in advance!

plexus 2024-01-15T08:08:01.975149Z

out is defined in . Does it have to be a jar, or can you use a local version via :local/root? https://github.com/overtone/overtone/wiki/Overtone-on-the-Edge!

plexus 2024-01-15T08:13:33.024639Z

I've updated the Hacking Overtone page https://github.com/overtone/overtone/wiki/Hacking-Overtone Slowly updating all the out of date snippets...

soulflyer 2024-01-15T14:30:58.362979Z

Sweeet, thanks @plexus

2024-01-15T18:08:43.960169Z

Wow, thanks. I guess it really was http://overtone.sc.ugens. 🙂. Thanks again!