We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSound,  Music Libraries › creating AudioEffect implementations in Minim
Page Index Toggle Pages: 1
creating AudioEffect implementations in Minim (Read 494 times)
creating AudioEffect implementations in Minim
Mar 25th, 2008, 8:29pm
 
Hello,

Anyone know how I could create a class that implements AudioEffect and in the process() function, pitch shift the sample by some amount -- say, N semitones.

Thanks!
R
Re: creating AudioEffect implementations in Minim
Reply #1 - Mar 27th, 2008, 12:04am
 
ok, thinking further and doing some experimenting, I think this question doesn't really make sense. The process() function of AudioEffect operates on a signal in the time-domain, and something like pitch shifting would have to happen in the frequency domain (since it is, basically, modifying frequencies).

I'll try to get help on this question in another thread.

thanks
Page Index Toggle Pages: 1