summaryrefslogtreecommitdiff
path: root/muse2/xpm/orangedot12x12.xpm
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/xpm/orangedot12x12.xpm
parent31f618e5461553bd7836677f944acfa233e5ae3c (diff)
Finished Aftertouch controllers
Feature: Piano KB / drum list show coloured dots when per-pitch controllers exist / have data.
Diffstat (limited to 'muse2/xpm/orangedot12x12.xpm')
-rw-r--r--muse2/xpm/orangedot12x12.xpm17
1 files changed, 17 insertions, 0 deletions
diff --git a/muse2/xpm/orangedot12x12.xpm b/muse2/xpm/orangedot12x12.xpm
new file mode 100644
index 00000000..eff0643d
--- /dev/null
+++ b/muse2/xpm/orangedot12x12.xpm
@@ -0,0 +1,17 @@
+/* XPM */
+static const char * orangedot12x12_xpm[] = {
+"12 12 2 1",
+" c None",
+". c #FFBA00",
+" ",
+" .. ",
+" .... ",
+" ...... ",
+" ........ ",
+" ........ ",
+" ........ ",
+" ...... ",
+" .... ",
+" .. ",
+" ",
+" "};