in order to test flucoma
I adapted a max patch in pure data,
that slices and analyzes a sound, then plot in
2D it seems to be working , then I tried
to add labels, and failed. I must be doing
something wrong, I spent some time trying to figure out,
here is the patch attached, if anybody can help
me find out.
Pd transforming float to strings. We need to change our examples because 0.00000 seems to not be recognised as a labelā¦ in your code I have added a [makefilename %d] object in the label making in [pd mfcc analysis]
if you use the nightly builds (you should for the fixes) then you will see I have made fluid.plotter in C - faster but I didnāt include 8 colours in my array so 8 classes freaks out - if you change numclusters to 6 youāre fine (for now, Iāll add another 10 colours in the array and deal with the size cap too in a more elegant way) 16 classes should be enough to plot no?
so this patch works for 6 clusters. Iāll correct the C code to allow for 16 clusters in [fluid.plotter] later today or tomorrow.
yes but that is Pdās graphic APIās fault. It is very old. like 30 years old. So the more you add points, the slower it gets. That community is in discussion to change their graphic API (which will mean a painful recode from us but for a good cause)
I donāt really have a preference. If anything Iāll observe that if the black circle around the dot needs to be there, then the lighter colors are better perhaps, they help differentiate, but I donāt know if thatās the 10 or 16 category scheme.
I donāt have an opinion on how many classes is enough, Iām slowly discovering the Flucoma library since last november, I like the Flucoma pd documentation a lot by the way, the patches are instructive both about the library and pure data itself