-
macramole
Hi !
I have a list and i want to know the element there that repeats the most. Anyone knows how can I do this ?
ie:
list: 5 5 5 5 4 3 4 5 5
result: 5
Thanks in advance,
Leandro -
macramole
Hi,
I'm working on a patch where I want to record some short samples... My mission is to save its spectral data (fft~) in arrays and then make like a "live patch" that when the same hit is captured by the microphone it triggers some midi note.. so it has to compare the new hit with the recorded one and if it matches then triggers the midi note (which i plan to send to NI Battery to play some prerecorded file)
Ok then.. I can record the sample and analize it with fft~... what i don't know how to do is to save that data to arrays..... then i will check out how to traverse those arrays and compare them with the "live captured" hit...
any tips ?
im attaching my patch
-
macramole
Hi,
I'm having a problem using Novation X-Station and PureData, when I set my input device to X-Station the console says:
audio I/O stuck... closing audio
I tried using the ASIO (via portaudio) option but the program just hangs
Any idea ?
Thanks,
Leandro. -
macramole
Hi,
This is an interesting solution to the problem. I was using a modification of the other patch posted, but yours seems more efficient.
I'm having some latency problems in my patch, so I will definitly give it a try, thanks !.
Have you seen the other solution ? Do you think yours has a better performance ?
Cheers,
Leandro. -
macramole
Hey, super thanks, i used some of your work to do it, I'll post it on the forum when i finish my patch (if i ever :P)
Thanks again !
Leandro. -
macramole
wow i think this was exactly what i was looking for !!
thaaaanks
-
macramole
hey thanks ! this is very useful !
for what are you using biquad~ ?
Do u have any idea how can i save this information to a collection of arrays or something ?
thanks again !!
-
macramole
Finally it was just a problem with my drivers... I've reinstalled them and now they are working just fine. Thanks !
-
macramole
I'll check if I'm using the lastest drivers then, but i think i am. Thanks !