Shuttle Buttons

Peechiz's icon

Hello!

I'm trying to make video playback shuttle buttons in Max, and I can't get them to function like i'd like them to. Essentially, I'd like to press "L" to add .5 to the rate of playback, and "J" to subtract .5 from the rate of playback. I've tried a few different things, but I run into infinite loop errors when I try to GET the current rate and then ADD to it.

Any suggestions?

Andrew Benson's icon
Max Patch
Copy patch and select New From Clipboard in Max.

This is an excellent use for the 'accum' object.

Peechiz's icon

awesome, thanks! I'd tried using the accum object previously, but I hadn't known to use the trigger objects like that. I'm still a noob, but I'm learning!