We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Other than Brian Eno?
This is something I really want to get into. So far I've only used Processing for visual stuff. Not really sure where to start, Ive been making drum n bass/hip hop and been playing in bands for 10 years.
I have an idea to make a bunch of wav. loops in logic chain them together in processing with switch/if/else statements...
and, just, see where that goes.
curious if anyone else has done anything similar? is Processing the right language? Is it possible to make an array of wav. files?
if so please discuss and post links to your work. I'd love to see.
Answers
Do you know Loligo?
http://forum.processing.org/two/discussion/4023/loligo-music-from-pixels#Item_26
Cool, no had not seen that. Quite different from what I had in mind but cool none the less.
I was thinking more... loop/drum break based.
Have you seen
http://wavepot.com
It's not processing afaik but still...
I just started a music project which will result in a lot of tiny music files (a few seconds). I'd love to use processing for an algorithmic music that would play these files, in some random order that is based on various criteria. For instance, I imagine them to do the equivalent of flocking, behaving like a swarm of particles. Is that something that can be done with processing? I'm a programmer but don't have processing experience yet
@veloopityveloopity That could definitely be done with Processing. Note that the latest stable 2.0 builds use the Minim sound library and the 3.0 alpha's have started using a new processing.sound library, which is currently being debugged/improved.