Quote:
Originally Posted by
Teddy
I think this really is a step in the right direction, but it would be better if Reaper pushed values when they actually change through websockets. That way it would be more responsive and work more like OSC.
Justin
I'd rather make the browser do more of the work... it simplifies the REAPER side of things substantially, and ultimately is more powerful (even if it's more work for the javascript author
....
Quote:
I would like to do the same for volume, but I can't figure out the proper steps (the logarithmic stuff is throwing me off)... Does anyone know how to do this correctly? Now I send TRACK/id/VOL/+1 or -1 to reaper to adjust the volume relative to the old value....
Justin
Sending +1 or -1 will update it by +1dB or -1dB, is that not working for you? A linear 1dB per ~7 pixels isn't a bad way to go IMO, then 700px gives you 100dB of fader range.