From c4aca7b81e76e0f098ac0f855599bdf1e3cf1e22 Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Sat, 20 Oct 2012 04:10:19 +0000 Subject: Improved: Midi initializations. New settings options, can be 'quiet'. Complete rewrite of initializations coding. Improved: Midi controller graphs: Control selector 'S' popup now stay-open, AND NOW with multi-coloured dots. Bonus! Pianoroll and drum edit 'Ctrl' buttons ALSO now popup this very same menu. Improved: 'Old' drum track 'drum controllers' display and operation: Fixed several problems. --- muse2/xpm/greendot.xpm | 44 ++++++++++++++++++++------------------------ 1 file changed, 20 insertions(+), 24 deletions(-) (limited to 'muse2/xpm/greendot.xpm') diff --git a/muse2/xpm/greendot.xpm b/muse2/xpm/greendot.xpm index 9f02394f..bac27c28 100644 --- a/muse2/xpm/greendot.xpm +++ b/muse2/xpm/greendot.xpm @@ -1,25 +1,21 @@ /* XPM */ -static const char *greendot_xpm[] = { -/* width height num_colors chars_per_pixel */ -" 12 16 2 1", -/* colors */ -". c none", -"# c #00ff00", -/* pixels */ -"............", -"............", -"............", -".....##.....", -"....####....", -"...######...", -"..########..", -"..########..", -"..########..", -"...######...", -"....####....", -".....##.....", -"............", -"............", -"............", -"............" -}; +static const char * greendot_xpm[] = { +"12 16 2 1", +" c None", +". c #00FF00", +" ", +" ", +" ", +" .. ", +" .... ", +" ...... ", +" ........ ", +" ........ ", +" ........ ", +" ...... ", +" .... ", +" .. ", +" ", +" ", +" ", +" "}; -- cgit v1.2.3