summaryrefslogtreecommitdiff
path: root/muse2/muse/icons.cpp
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2012-11-12 04:49:31 +0000
committerTim E. Real <termtech@rogers.com>2012-11-12 04:49:31 +0000
commitbe1005a6031861b91e1a2df33f62e1c5a0a2aeb6 (patch)
tree89152909549c7dd624f4748f394c3adbcbf65b86 /muse2/muse/icons.cpp
parent31f618e5461553bd7836677f944acfa233e5ae3c (diff)
Finished Aftertouch controllers
Feature: Piano KB / drum list show coloured dots when per-pitch controllers exist / have data.
Diffstat (limited to 'muse2/muse/icons.cpp')
-rw-r--r--muse2/muse/icons.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/muse2/muse/icons.cpp b/muse2/muse/icons.cpp
index 45aff5ee..9a36b11b 100644
--- a/muse2/muse/icons.cpp
+++ b/muse2/muse/icons.cpp
@@ -186,11 +186,15 @@
#include "xpm/redled.xpm"
#include "xpm/darkredled.xpm"
#include "xpm/greendot.xpm"
+#include "xpm/greendot12x12.xpm"
#include "xpm/reddot.xpm"
//#include "xpm/darkgreendot.xpm"
#include "xpm/bluedot.xpm"
+#include "xpm/bluedot12x12.xpm"
#include "xpm/graydot.xpm"
+#include "xpm/graydot12x12.xpm"
#include "xpm/orangedot.xpm"
+#include "xpm/orangedot12x12.xpm"
#include "xpm/off.xpm"
#include "xpm/blacksquare.xpm"
#include "xpm/blacksqcheck.xpm"
@@ -429,11 +433,15 @@ QPixmap* toggle_small_Icon;
QPixmap* redLedIcon;
QPixmap* darkRedLedIcon;
QPixmap* greendotIcon;
+QPixmap* greendot12x12Icon;
QPixmap* reddotIcon;
//QPixmap* darkgreendotIcon;
QPixmap* graydotIcon;
+QPixmap* graydot12x12Icon;
QPixmap* bluedotIcon;
+QPixmap* bluedot12x12Icon;
QPixmap* orangedotIcon;
+QPixmap* orangedot12x12Icon;
QPixmap* offIcon;
QPixmap* blacksquareIcon;
QPixmap* blacksqcheckIcon;
@@ -655,11 +663,15 @@ void initIcons()
redLedIcon = new MPIXMAP(redled_xpm, NULL);
darkRedLedIcon = new MPIXMAP(darkredled_xpm, NULL);
greendotIcon = new MPIXMAP(greendot_xpm, NULL);
+ greendot12x12Icon = new MPIXMAP(greendot12x12_xpm, NULL);
reddotIcon = new MPIXMAP(reddot_xpm, NULL);
//darkgreendotIcon = new MPIXMAP(darkgreendot_xpm, NULL);
bluedotIcon = new MPIXMAP(bluedot_xpm, NULL);
+ bluedot12x12Icon = new MPIXMAP(bluedot12x12_xpm, NULL);
graydotIcon = new MPIXMAP(graydot_xpm, NULL);
+ graydot12x12Icon = new MPIXMAP(graydot12x12_xpm, NULL);
orangedotIcon = new MPIXMAP(orangedot_xpm, NULL);
+ orangedot12x12Icon = new MPIXMAP(orangedot12x12_xpm, NULL);
offIcon = new MPIXMAP(off_xpm, NULL);
blacksquareIcon = new MPIXMAP(blacksquare_xpm, NULL);
blacksqcheckIcon = new MPIXMAP(blacksqcheck_xpm, NULL);