Re: [PD] rank, beginner (actually haven't even begun) with a question

2008-04-21 Thread Andy Farnell
On Mon, 21 Apr 2008 16:05:47 -0400 "Jeffrey Atkisson" <[EMAIL PROTECTED]> wrote: > Ok so this can happen in real time? Yes, well depending on the available CPU, all objects like filters in Pd work in real-time. > I would want to do it with any note or pair of notes. > I am talking about the pos

Re: [PD] rank, beginner (actually haven't even begun) with a question

2008-04-21 Thread hard off
there is an object in pd called [fiddle~] which analyzes the pitch and partials of a sound. afaik, it orders the partials according to their strength, rather than pitch, but with a bit of list re-organization it would be possible to get the frequency value for a high pitched partial. then it woul

Re: [PD] rank, beginner (actually haven't even begun) with a question

2008-04-21 Thread Andy Farnell
Hi Jeff, Something as simple as a narrow band filter could achieve what you describe if you know which piano note you will play. Otherwise you can do it with FFT and isolate a particular harmonic. On Mon, 21 Apr 2008 15:21:24 -0400 "Jeffrey Atkisson" <[EMAIL PROTECTED]> wrote: > Hi, > can s

[PD] rank, beginner (actually haven't even begun) with a question

2008-04-21 Thread Jeffrey Atkisson
Hi, can someone please enlighten me re: what I am calling real time DSP. How possible would it be to create following scenario. 1. create real world acoustic sound (e.g. piano note) 2. mike that sound 3. monitor sound over headphones 4. analyze and process according to analysis in real time (immedi