diff options
author | Robert Jonsson <spamatica@gmail.com> | 2013-03-28 20:13:24 +0000 |
---|---|---|
committer | Robert Jonsson <spamatica@gmail.com> | 2013-03-28 20:13:24 +0000 |
commit | f9306ddd4dcdbc0c97ef81ea2254e6187973da2f (patch) | |
tree | c07ab45cc158f27d0a871af47e33454a4908ea83 /muse2/xpm/metronome.xpm | |
parent | 46118f3b3b8737c526639ed66a34d2e7e67a9137 (diff) |
metronome icon in arranger
Diffstat (limited to 'muse2/xpm/metronome.xpm')
-rw-r--r-- | muse2/xpm/metronome.xpm | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/muse2/xpm/metronome.xpm b/muse2/xpm/metronome.xpm new file mode 100644 index 00000000..ed0a93ef --- /dev/null +++ b/muse2/xpm/metronome.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static const char * metronome_xpm[] = { +"18 18 9 1", +" c None", +". c #000000", +"+ c #FFAE4C", +"@ c #D5961C", +"# c #FFFFFF", +"$ c #FF9933", +"% c #FFCC33", +"& c #FFCC66", +"* c #FFC054", +" ", +" ", +" ..... ", +" .+@@. #. ", +" .@+@@$. #. ", +" .@+@@$.#. ", +" .@+@@$.#. ", +" .@+@@$#. ", +" .@@+@@$#. ", +" .@@+@@#.. ", +" .@@+@@#.. ", +" .%@@+@#.@@. ", +" .%@@+@#.@@. ", +" .%@@+#.$@@. ", +" .%@@+#.$@@. ", +" .&%@@+**$@@+. ", +" ............. ", +" "}; |