Marbles_00 wrote:P3rv,
A special request. Is it possible that you could switch the direction in which the bars travel. Currently they all travel in accordance to the KX DSP. Where left is min. and right is max. For you mixer, could you put in the option for the Comp bar to go the opposite direction where left is max and right is min?
I'm trying something out as one mixer slider goes down, the other slider goes up. Both bars are different in color so as the one bar goes down, the other bar is increasing.
Hope you understand what I mean.
Marb, im bit sorry i didnt realise at the time functionality was indeed pretty much built in already
Now that i was playing with bars for my Xmon skin... i realise both vertical and horizontal bars are functioning, and also with little arithmetic trick u can mirror the bar, so that makes possible both top-down bar and right to left type of bars also. Note thought that this can only be achieved with graphical bars, debuging bars are not up to task. I know u kinda like them, but u can always make graphical bars from square blocks if u wish. Also these twisted bars can work correctly only as indicators as opposed to active bars, cause there is currently no way to mirror (apply arithmetics) to point of click, but u can always use your "stealth button array" workaround to make them active...
So two tricks (both needed) used to mirror bar are:
1. subtract the value of the bar from thou within "present>progress bar"-variable using xPerT arithmetics:
- Code: Select all
[1000-[the_bar_value]]
2. Swapping the file names for background and bar grafix within the same "present>progress bar"-variable
If active bars are what u need... ill get back to it someday...
Edit: and if u really really want those damn debug bars... i think steven added right-to-left scripts for japs and lefthanded people and bottom to top scripts for martians.... so id check those out, they just might do the trick
actually that was also per my request and i had these wingding thingies in mind back then... im really shamed i forgot about it