summaryrefslogtreecommitdiff
path: root/muse2/xpm
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2010-11-24 10:41:22 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2010-11-24 10:41:22 +0000
commit8c1c0f8433225f5c6783106722d294a7f720a5aa (patch)
tree679c86d572f2b2d9621eae1dfb045f90b22b7174 /muse2/xpm
parent535c453c41855e1135db4060edb2101b6cebcb6e (diff)
Ported fluidsynthgui to Qt4
Diffstat (limited to 'muse2/xpm')
-rw-r--r--muse2/xpm/saw.xpm19
-rw-r--r--muse2/xpm/sine.xpm19
2 files changed, 38 insertions, 0 deletions
diff --git a/muse2/xpm/saw.xpm b/muse2/xpm/saw.xpm
new file mode 100644
index 00000000..7c614851
--- /dev/null
+++ b/muse2/xpm/saw.xpm
@@ -0,0 +1,19 @@
+/* XPM */
+static const char* const saw_xpm[] = {
+"12 12 2 1",
+". c #000000",
+"# c #20ff18",
+"............",
+"............",
+"............",
+"............",
+"....#.......",
+"...#.#.....#",
+"..#...#...#.",
+".#.....#.#..",
+"#.......#...",
+"............",
+"............",
+"............"};
+
+
diff --git a/muse2/xpm/sine.xpm b/muse2/xpm/sine.xpm
new file mode 100644
index 00000000..ed0ac2d0
--- /dev/null
+++ b/muse2/xpm/sine.xpm
@@ -0,0 +1,19 @@
+/* XPM */
+static const char* const sine_xpm[] = {
+"12 12 2 1",
+". c #000000",
+"# c #20ff18",
+"............",
+"............",
+"............",
+"............",
+"..###.....##",
+".#...#...#..",
+".#...#...#..",
+"#.....###...",
+"............",
+"............",
+"............",
+"............"};
+
+