View Single Post
Old 03-09-2012, 03:40 AM   #428
TeaBone
Human being with feelings
 
Join Date: Jul 2009
Location: Germany
Posts: 43
Default

Quote:
Originally Posted by Banned View Post
"Level" was renamed (now "volume" is used consistently). You should look for
Code:
TRACK_VOLUME_DB s/track/volume/db/str s/track/@/volume/db/str
I noticed that there's a different action description for both TRACK_VOLUME and TRACK_VOLUME_DB, but there's only ONE description for TRACK_SEND_VOLUME. BUT both values can be fetched from that action by extracting the "n" for the fader and the "s" for the string. The code looks as follows (change everything written in small letters at will, but keep the slashes ;-) ):

TRACK_SEND_VOLUME n/track/send/@/volume n/track/@/send/@/volume (Fader)
TRACK_SEND_VOLUME s/track/send/@/db s/track/@/send/@/db (Value, "x.xxdB")

So there's no need anymore to seperate it into TRACK_SEND_VOLUME and TRACK_SEND_VOLUME_DB like it is still done with TRACK_VOLUME and TRACK_VOLUME_DB.
TeaBone is offline   Reply With Quote