Home AMX User Forum NetLinx Studio

Serial Volume Control

I'm pretty new to AMX programming (I've been through every class except Programming II and III). I'm wondering, what is a good way to control volume when using serial control? For example,

SEND_STRING dvREF_70, "'(0,S,I,1=24;)'" // B&K VOLUME UP
SEND_STRING dvREF_70, "'(0,S,I,1=C4;)'" // B&K VOLUME DOWN

these two strings will increment/decrement the volume by 1 on a B&K Reference 70 surround processor. I want to know what code to use to make the volume buttons on an R4 remote properly adjust the volume. In other words I want to hold either volume up or down and make the volume ramp smoothly up or down. I know timing depends on the device but I'm not even sure what code to start with. I can play with the timing on my end. Also, how would I do the same thing with the wheel of an MVP-5200i? Any help would be very much appreciated. Thanks!

P.S. I think everyone knows that the two smileys should be ";" and ")"

Comments

Sign In or Register to comment.