#300 closed bug (fixed)
BChannelSlider broken
Reported by: | marcusoverhagen | Owned by: | jackburton |
---|---|---|---|
Priority: | high | Milestone: | R1 |
Component: | - General | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
BChannelSlider is drawn wrong and is unusable. See screenshot
Attachments (2)
Change History (14)
comment:1 by , 19 years ago
Owner: | changed from | to
---|
by , 19 years ago
Attachment: | screen7.png added |
---|
comment:2 by , 19 years ago
Last time I tried, ChannelSliderTest worked on Dano. Could it be related to the app_server ?
comment:3 by , 19 years ago
I tested today on beos R5 and it works fine. Definitely it's something somewhere else. Will have a look.
comment:4 by , 19 years ago
Status: | new → assigned |
---|
comment:5 by , 19 years ago
Resolution: | → fixed |
---|
comment:6 by , 19 years ago
Status: | assigned → closed |
---|
comment:8 by , 19 years ago
Cc: | added |
---|
comment:9 by , 19 years ago
Is the bug in app_server which caused this fixed ? I think Stefano only fixed it in ChannelSlider.cpp.
comment:10 by , 19 years ago
Yes, I only fixed in ChannelSlider. The problem in the app_server is still there.
follow-up: 12 comment:11 by , 18 years ago
Platform: | → All |
---|
Finally fixed in revision 20388 plus revision 20391. Media preferences now shows correctly positioned sliders.
I'm wondering if it is that useful to draw the actual slider value on the thumb, ie for a BContinuousParameter limited to (-34.5, 12), displayed values are from -345 to 120 ... and still not taking into account a possible response (see BContinousParameter::SetResponse() http://www.beunited.org/bebook/The%20Media%20Kit/ContinuousParameter.html#GetResponse() ).
comment:12 by , 18 years ago
Replying to korli:
Finally fixed in revision 20388 plus revision 20391. Media preferences now shows correctly positioned sliders.
I'm wondering if it is that useful to draw the actual slider value on the thumb, ie for a BContinuousParameter limited to (-34.5, 12), displayed values are from -345 to 120 ... and still not taking into account a possible response (see BContinousParameter::SetResponse() http://www.beunited.org/bebook/The%20Media%20Kit/ContinuousParameter.html#GetResponse() ).
It's probably useless, at least how it's done now. There was a discussion long ago about this feature, but I think it can be removed, at least if we don't find a nice way to implement this.
The channel control are broken