Hi everyone,
I am working on something where I want to do this -
- player algorithm chooses when it wants to play files
- it queries a database of files which are tagged with various things ( key, bpm, mood, instrumentation )
- this process returns an appropriate file, or set of files
Doing this with vanilla Pd objects could get very fiddling quickly - maybe coll could do it?
Does anyone know of an external which could handle the database?
or would it be best to build this as a request to some other piece of code which returns a filename?
r