kunstmusik / csound-live-code

Library and web application for live coding with Csound
http://live.csound.com
107 stars 15 forks source link

license? #32

Open felixroos opened 1 year ago

felixroos commented 1 year ago

Hello! While embedding csound wasm (PR) I found this livecode.orc file which would be a great preset to start from. I am not sure if I can just use the file because I could not find a license anywhere, only /* Live Coding Functions Author: Steven Yi */ in the header. Would it be ok for you if strudel used this as a default preset?

kunstmusik commented 1 year ago

Interesting that I never put a license on this! I would be fine if you were to use this in strudel as long as there's attribution. I'll review licenses and see what would be an appropriate one to use.

felixroos commented 1 year ago

Sounds good. For now I've added an explicit loadOrc function which can load a .orc file where attributions can be added within the code, see https://github.com/tidalcycles/strudel/pull/275/files#diff-9efe048e51e2122833f7b892f667971b6a95547bb44e3ce91b89b7735c773a7cR805 if you've decided on the license, let me know and I'll add it!

felixroos commented 1 year ago

fyi just deployed a first strudel build with csound in it!

kunstmusik commented 1 year ago

Nice examples!