Re: [PD] Update cyclone maintenance

2015-02-22 Thread Alexandre Torres Porres
I guess I can help you with teeth~, it's really supposed to be darn simple as hell. The filter formulas is not a problem for me. I guess I could help and just try and do it. "The objects you mentioned, apparantly happened to be part of cyclone, in the 'cyclone sub-library', but I cannot find them

Re: [PD] Smoothing midi control input ?

2015-02-22 Thread IOhannes m zmölnig
On 02/22/2015 09:05 PM, Pierre Massat wrote: > The input from the controller is first normalized to the delay line max > length, then passed to a [pack 0 20], then to a [line~], before affecting > the delay length. I thought the line would smooth the control input, but > apparently it's not. Are t

[PD] Smoothing midi control input ?

2015-02-22 Thread Pierre Massat
Dear list, This is most likely a stupid question. I purchased an Akai midi (usb) controller and started building a patch for it in Pd. I tried a simple delay controlled (length) by one of the knobs on the Akai, and I think I can hear the jumps between the different length values as I turn the knob

Re: [PD] meaning of delay(msec) and use callbacks in audio settings

2015-02-22 Thread Jonghyun Kim
I found some links for understanding callback scenario in realtime audio. https://ccrma.stanford.edu/software/stk/crealtime.html http://portaudio.com/docs/v19-doxydocs/blocking_read_write.html http://www.rossbencina.com/code/real-time-audio-programming-101-time-waits-for-nothing cheers, akntk On

Re: [PD] Update cyclone maintenance

2015-02-22 Thread Fred Jan Kraan
Hi Alexandre, The primary goal with cyclone maintenance was fixing the known bugs, maybe add missing functionality for existing objects and improve the help-patches. This is now more or less completed, apart from providing compiled versions for 'compile-unfriendly' platforms. Adding new objects w

Re: [PD] [Bulk] Re: automatically get chord from sequence of notes?

2015-02-22 Thread Alessio Degani
On 22/02/2015 07:36, Rivoire David wrote: Where can I find YIN patch ? I'm not sure about the algorithm implemented, but pitch detection in PD can be achieved in different ways. you can use fiddle~ (http://cargocollective.com/max-pd-tutorial/pitch-detection) or the bindings for aubio, aubiopi