sonic-pi-net / sonic-pi

Code. Music. Live.
https://sonic-pi.net
Other
10.81k stars 921 forks source link

Publish Sonic PI compiled synthdefs (and Clojure project) to Clojars #3209

Open pfeodrippe opened 2 years ago

pfeodrippe commented 2 years ago

Hi,

I would like to know if it's possible to publish a version of the Clojure project with the compiled synthdefs. If it's not a concern for the maintainers right now (I know you have a lot of things to do!), am I allowed to publish it to Clojars (non-officially) from a fork?

Thanks, Sonic Pi is awesome!

samaaron commented 2 years ago

@pfeodrippe hey there - were you looking to export and share Sonic Pi's synthdefs with Overtone users?

pfeodrippe commented 2 years ago

@pfeodrippe hey there - were you looking to export and share Sonic Pi's synthdefs with Overtone users?

@samaaron Basically, they are very high quality, I was planning just to release it in a library (the compiled synthdefs + the Clojure code) so overtone users (and any other JVM app that talks with supercollider) would be able to use it. Or released by the sonicpi group itself, which it would be better, but you already have lots of things in flight.

But if it’s not possible because of legal reasons or any other stuff, I’m okay with that o/

samaaron commented 2 years ago

lol! I actually originally wrote the Sonic Pi synthdefs in Overtone with the intention of contributing them back upstream. I just never got round to doing it...

pfeodrippe commented 2 years ago

lol! I actually originally wrote the Sonic Pi synthdefs in Overtone with the intention of contributing them back upstream. I just never got round to doing it...

Great ahahahahahaah let me know what you want to do for this, I could try to setup something in the existing github pipeline so things are deployed to clojars (and do something similar for overtone)