please help, trying to make an audio sample pitch shift

For topics related to using MsPinky inside the Max/MSP graphical programming environment
Post Reply
retromckay
Posts:2
Joined:Thu Dec 29, 2005 7:05 pm
please help, trying to make an audio sample pitch shift

Post by retromckay » Thu Dec 29, 2005 7:15 pm

ok i am new to max msp , and i need to play an audio sample from a midi keyboard and make it pitch shift up as it plays..... if anyone can point me in the right direction or show me some screen shos of how its done.... that would b incredibly helpful thx.........
benoitsimon
Posts:6
Joined:Tue Aug 09, 2005 2:52 pm
Location:france

Post by benoitsimon » Mon Jan 02, 2006 9:45 am

Is there any fader or wheel on your keyboard?
retromckay
Posts:2
Joined:Thu Dec 29, 2005 7:05 pm

Post by retromckay » Wed Jan 04, 2006 6:08 pm

yer theres a wheel.
benoitsimon
Posts:6
Joined:Tue Aug 09, 2005 2:52 pm
Location:france

Post by benoitsimon » Sat Jan 07, 2006 9:29 am

So you can use the ctlin object connected to the speed variations like this (You just have to copy the text and then select in Max File>New from the Clipboard)



max v2;

#N vpatcher 10 59 610 459;

#P window setfont "Sans Serif" 9.;

#P window linecount 1;

#P message 48 111 48 196617 speed \$1;

#N sfplay~ 1 120960 0 ;

#P newobj 48 137 44 196617 sfplay~;

#P newex 48 82 98 196617 zmap 0. 127. -2. 2.;

#P newex 48 56 40 196617 ctlin;

#P connect 0 0 1 0;

#P connect 1 0 3 0;

#P connect 3 0 2 0;

#P pop;
Post Reply