Already exist or are no plans to implement an OSD (on screen display )
to show various information in real time?
For example, suppose you can select or change the pitch range (
4-6-8-10-20 ... 100%) from a dial located on the controller. As you
change the selection would be nice to have a indicator on a small
section of the skins to display a text that show the actual selected
pitch range .
Also suppose I have a controller with 3 potentiometers assigned to the
EQ (low, med, high), with an extra button could change their
assignment to modify other effects such as filters, flanger, delay,
volume, etc with the same potentiometers. In this case, each time I
press the button to change the functionality of the potentiometers, on
the OSD should report the effect I'm selecting.

The same indicator can show all configuration changes, warnings, etc
in the same place, devs could access to publish this messages through
a control from js script file...

For example (pseudocode):

MyController.changePitchRate = function (channel, control, value, status) {
engine.setValue("[Channel1]","rateRange", value);
var currentValue = engine.getValue("[Channel1]","rateRange");
engine.setValue("[Channel1]","OSD", "pitch range: "+value);
}


What do you think?

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Get Mixxx, the #1 Free MP3 DJ Mixing software Today
http://mixxx.org


Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to