Hello everybody:
I'm trying to make a sampler that self-tunes its samples. I used the phase vocoder example by MSP, the polyphonic with sustain pedal by @Maelstorm and a part of @hardoff's patch adsr~. The self-tunning part is sort of working but now it seems that I messed something up because there is no audio at all.
Some explanation of the stuff, which is a work in progress: The audio tables, pitches tables and a table with some data are on a subpatch called 'pd data'. [pd insample] inputs the sample from file system or [adc~], calculates and fills the pitches table and audio data table. Then there is a group of objects that simulate a key pressing for 0.9s. [pd atsPoly] manages the midi poly stuff (thanks to @Maelstorm for the sustain pedal part) and sends notes to the voicing abstractions: atsVoz.pd. Each of these abstraction instances have a mixture of adsr~.pd from hardoff's diy2 and I07-phase-vocoder.pd by Miller Puckette.
It is giving the following errors:
signal outlet connect to nonsignal inlet (ignored)
signal outlet connect to nonsignal inlet (ignored)
signal outlet connect to nonsignal inlet (ignored)
After opening a sample:
signal outlet connect to nonsignal inlet (ignored)
signal outlet connect to nonsignal inlet (ignored)
signal outlet connect to nonsignal inlet (ignored)
error: pack_float: wrong type
There are a bunch of [print ] everywhere to debug it but I can't seem to find the cause of these errors or the absence of sound.
Any help, please? Thank you very much in advance.
Sumidero