Page 1 of 1
please help, trying to make an audio sample pitch shift
Posted: Thu Dec 29, 2005 7:15 pm
by retromckay
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.........
Posted: Mon Jan 02, 2006 9:45 am
by benoitsimon
Is there any fader or wheel on your keyboard?
Posted: Wed Jan 04, 2006 6:08 pm
by retromckay
yer theres a wheel.
Posted: Sat Jan 07, 2006 9:29 am
by benoitsimon
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;