Dynamically updating controller widgets, and now in decimal!
commit7547cc65fdca09915fa8b4086258245a0be76ac8
authorEvanR <evanrinehart@gmail.com>
Tue, 26 May 2009 16:41:23 +0000 (26 12:41 -0400)
committerEvanR <evanrinehart@gmail.com>
Tue, 26 May 2009 16:41:23 +0000 (26 12:41 -0400)
treeb299b1867adc38974a237e2fb90d29b7fc8ecc1e
parent383ca5d3085dca1448ed8a22df7c1127267ead48
Dynamically updating controller widgets, and now in decimal!

When volume, pan, or program change on a track, the widgets in
the track settings module update to show the change. They also
display the current value in decimal when you are editing them.
This makes the program widget on the second panel actually useful.

The bank does not update and needs more work before it can be
fully functional (MSB/LSB).

The pan widget now has a different display.
src/seq.cpp
src/seq.h
src/trackinfo.cpp
src/trackinfo.h
src/trackmodule.cpp
src/trackmodule.h
src/uihelper.cpp