diff options
Diffstat (limited to 'muse2/xpm/velo_per_note.xpm')
-rw-r--r-- | muse2/xpm/velo_per_note.xpm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/muse2/xpm/velo_per_note.xpm b/muse2/xpm/velo_per_note.xpm new file mode 100644 index 00000000..1962f0e7 --- /dev/null +++ b/muse2/xpm/velo_per_note.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static const char * velo_per_note_xpm[] = { +"15 15 7 1", +" c None", +". c #58A8FF", +"+ c #000000", +"@ c #FFFFFF", +"# c #D6D600", +"$ c #FFFF00", +"% c #ED7700", +"...............", +".++++@.........", +".+++++.........", +".++++@.........", +".@@@@@.........", +".@@@@@.........", +".####@.........", +".#$$$#+.+%%....", +".####@...%%....", +".@@@@@...%%....", +".@@@@@...%%....", +".++++@...%%....", +".+++++...%%....", +".++++@...%%....", +"..............."}; |