From be1005a6031861b91e1a2df33f62e1c5a0a2aeb6 Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Mon, 12 Nov 2012 04:49:31 +0000 Subject: Finished Aftertouch controllers Feature: Piano KB / drum list show coloured dots when per-pitch controllers exist / have data. --- muse2/xpm/graydot.xpm | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'muse2/xpm/graydot.xpm') diff --git a/muse2/xpm/graydot.xpm b/muse2/xpm/graydot.xpm index daab6980..84b65bf1 100644 --- a/muse2/xpm/graydot.xpm +++ b/muse2/xpm/graydot.xpm @@ -1,21 +1,21 @@ /* XPM */ -static const char *graydot_xpm[] = { -/* width height num_colors chars_per_pixel */ -" 12 12 2 1", -/* colors */ -". c none", -"# c #aaaaaa", -/* pixels */ -"............", -".....##.....", -"....####....", -"...######...", -"..########..", -"..########..", -"..########..", -"...######...", -"....####....", -".....##.....", -"............", -"............" -}; +static const char * graydot_xpm[] = { +"12 16 2 1", +" c None", +". c #AAAAAA", +" ", +" ", +" ", +" .. ", +" .... ", +" ...... ", +" ........ ", +" ........ ", +" ........ ", +" ...... ", +" .... ", +" .. ", +" ", +" ", +" ", +" "}; -- cgit v1.2.3