andrewb
Group: Members
Posts: 316
Joined: July 2005 |
|
Posted: June 10 2008,12:33 |
|
It isn't any problem to change - I just hadn't noticed before that John had coded it that way. I guess it would only be a problem if you really wanted to kill one channel whilst being able to alter the other. 0 can be set by setting e.g. the left volume higher than the right, selecting lock mode & then reducing the left volume until the right volume hits 0. Then select free mode & the right volume will remain at 0 when you adjust the left volume.
The code can be readily changed - just change the '1' to '0' in the definition of the slider controls for left & right.
[edit: I've just checked a version of dmix I have from an earlier version of DSL & the sliders were coded for values 0-100:
Code Sample | left_v = Value_Slider{18,19,235,15,"L:"; align=Align.left, type=Slidertype.hor_nice,color=12,selection_color=0,textcolor=7, minimum=0, maximum = 100, step = 1, value=vl_d} |
]
[Edit 2: oooooops - I've just checked out the latest code in v4.4 & it does have the sliders set for a range of 0-100]
|