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