analyzing sample length

For topics related to using MsPinky inside the Max/MSP graphical programming environment
Post Reply
jmangel
Posts:5
Joined:Sun Nov 20, 2005 9:52 pm
analyzing sample length

Post by jmangel » Thu Nov 24, 2005 5:18 am

I am running a patch into which I can load different samples, but I am using 2 sliders for a groove argument min and max, I need something to tell me the length of this sample so I can scale the sliders. Thanks.
dlpinkstah
Site Admin
Posts:1093
Joined:Mon Jun 07, 2004 9:17 pm

post your patch as a text file

Post by dlpinkstah » Thu Nov 24, 2005 7:15 am

Hey JMAngel-



Please post your patch here as a text file, or post it somewhere on the net so we can download it. That way other Max users can open it up in Max and see exactly what you're doing there..



-DLP
hohoho
Posts:6
Joined:Sat Nov 19, 2005 4:47 pm

Re: analyzing sample length

Post by hohoho » Thu Nov 24, 2005 11:08 pm

jmangel wrote:I am running a patch into which I can load different samples, but I am using 2 sliders for a groove argument min and max, I need something to tell me the length of this sample so I can scale the sliders. Thanks.


[buffer~ sample]



second output connect to first input of



[info~ sample]



second output from right outputs float value for length of sample.
jmangel
Posts:5
Joined:Sun Nov 20, 2005 9:52 pm

thanks

Post by jmangel » Wed Nov 30, 2005 4:23 am

i will post from now on. Thanks for the help, figured out the info~ object.
Post Reply