Hi,
I’m working on a project for my PhD that recombines audio segments according to pre-defined generative methods. For those familiarised with concatenative sound synthesis, earGram reformulates the notion of unit selection algorithms to encompass generative music strategies. It relies heavily on timbreID a known library for PD by William Brent.
So, here's the website that hosts the project:
https://sites.google.com/site/eargram/
You can find project examples in the download section as well. P
In addition there are plenty of abstractions that may interest you, in particular clustering and dimensionality reduction algorithms...
As you can guess, I would like to get feedbacks and advises.
Best,
Gilberto Bernardes
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Hi,
First of all the interface is really well done, it's not easy to build
something like this in pd. I am trying to run it on linux / 64bit. I
don't have bark and bark~ with the linux version of
http://puredata.info/downloads/timbreid? Trying to use barkSpec I get:
Bark spacing must be between 0.02 and 10.0 Barks. barkSpec: no method for 'thresh' barkSpec: no method for 'mask' barkSpec: no method for 'debounce' barkSpec: no method for 'filter_range' barkSpec: no method for 'minvel' barkSpec: no method for 'loudness'
and
barkSpec~: no method for 'thresh' barkSpec~: no method for 'mask' barkSpec~: no method for 'debounce' barkSpec~: no method for 'filter_range'
I have a bunch of warnings, i guess it is normal:
coll: finished reading 12 lines from text file 'data/psi-functions.txt'
warning (coll): no coll file
'/home/psc/Downloads/earGramv0.18/earGramv0.18/dependencies/abs/psi-functions'
nearestPoint: dimensionality: 2.
initCentroids 9 0 10 1 (+->canvas) connection failed
dumpCentroids 0 0 3 1 (+->canvas) connection failed
dumpOutput 4 0 3 1 (receive->canvas) connection failed
distBetweenPts 12 0 6 1 (receive->canvas) connection failed
distBetweenPts 12 0 5 1 (receive->canvas) connection failed
dbscan.pd 20 0 18 1 (receive->canvas) connection failed
warning (coll): no coll file
'/home/psc/Downloads/earGramv0.18/earGramv0.18/1002-liveInPresets'
Also it would be nice if you could record your screen, making a
project from scratch (a demo).
Cheers