summaryrefslogtreecommitdiff
path: root/muse2/xpm
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2012-01-03 22:05:40 +0000
committerFlorian Jung <flo@windfisch.org>2012-01-03 22:05:40 +0000
commiteec7d9eb4d38a8f7bdbdb9d6301990a8574b3936 (patch)
tree40272af654ae071d64f237ea8333fbf96d056611 /muse2/xpm
parent1bc4ba9dfc00b6e7511fbf4765296a2002f83315 (diff)
parentb68a212e2d1a400145cc8010f74c0b15fe2ce284 (diff)
merged experimental branch into trunk, adding:
- new style drummaps - drummaps stored in idf files - auto-assigning drummaps - some fixes
Diffstat (limited to 'muse2/xpm')
-rw-r--r--muse2/xpm/eye.xpm22
-rw-r--r--muse2/xpm/eye_crossed.xpm23
-rw-r--r--muse2/xpm/eye_gray.xpm22
3 files changed, 67 insertions, 0 deletions
diff --git a/muse2/xpm/eye.xpm b/muse2/xpm/eye.xpm
new file mode 100644
index 00000000..74e5bcc1
--- /dev/null
+++ b/muse2/xpm/eye.xpm
@@ -0,0 +1,22 @@
+/* XPM */
+static const char * eye_xpm[] = {
+"16 16 3 1",
+" c None",
+". c #000000",
+"+ c #0000FD",
+" ",
+" ",
+" ",
+" .... ",
+" ........ ",
+" ... ... ",
+" ... ++++ ... ",
+"... ++++++ ...",
+".. ++++++ ..",
+"... ++++++ ...",
+" ... ++++ ... ",
+" ... ... ",
+" ........ ",
+" .... ",
+" ",
+" "};
diff --git a/muse2/xpm/eye_crossed.xpm b/muse2/xpm/eye_crossed.xpm
new file mode 100644
index 00000000..65dca19c
--- /dev/null
+++ b/muse2/xpm/eye_crossed.xpm
@@ -0,0 +1,23 @@
+/* XPM */
+static const char * eye_crossed_xpm[] = {
+"16 16 4 1",
+" c None",
+". c #E10E08",
+"+ c #000000",
+"@ c #0000FD",
+" ",
+" .. ",
+" ....",
+" ++++ .... ",
+" ++++++.... ",
+" +++ ....+ ",
+" +++ @@....+++ ",
+"+++ @@.... +++",
+"++ @....@ ++",
+"+++ ....@@ +++",
+" +++....@@ +++ ",
+" +.... +++ ",
+" ....++++++ ",
+" .... ++++ ",
+" .. ",
+" "};
diff --git a/muse2/xpm/eye_gray.xpm b/muse2/xpm/eye_gray.xpm
new file mode 100644
index 00000000..8d5a7d9d
--- /dev/null
+++ b/muse2/xpm/eye_gray.xpm
@@ -0,0 +1,22 @@
+/* XPM */
+static const char * eye_gray_xpm[] = {
+"16 16 3 1",
+" c None",
+". c #292929",
+"+ c #535353",
+" ",
+" ",
+" ",
+" .... ",
+" ........ ",
+" ... ... ",
+" ... ++++ ... ",
+"... ++++++ ...",
+".. ++++++ ..",
+"... ++++++ ...",
+" ... ++++ ... ",
+" ... ... ",
+" ........ ",
+" .... ",
+" ",
+" "};