open-source-ideas / ideas

💡 Looking for inspiration for your next open source project? Or perhaps you've got a brilliant idea you can't wait to share with others? Open Source Ideas is a community built specifically for this! 👋
6.58k stars 221 forks source link

Collectively Improvised Instrument/Performance #274

Open CoreyThuro opened 3 years ago

CoreyThuro commented 3 years ago

Project description

The idea is: an OSS instrument (audio & visual) which is continuously playing (oscillators, filters, shapes etc.) and continuously being contributed to in the form of tweaks both to the app's infrastructure and to the actual parameters affecting the audio/visual output of the instrument (eg. adding a new oscillator). The problem being solved for is: collaboration on non-pragmatic creative endeavors, for exaltation and radiance. Esp. during covid. Btw, as to my complexity marks below, maybe it would not be so hard as I imagine for higher skilled folks than myself. Happy to receive any feedback, crit, or expansion upon ideas. Bests!

Relevant Technology

p5 and any comparable libraries would be relevant. Things also seem to be headed into blockchain land. Would there be any reason to write it in Solidity, so that user contributions could be cataloged linearly?

Complexity and required time

Complexity

Required time (ETA)

Categories

KOLANICH commented 3 years ago

WebAudio API has oscillators and filters. What you need is to add some WebRTC.

CoreyThuro commented 3 years ago

WebAudio API has oscillators and filters. What you need is to add some WebRTC.

Thanks I will look into that