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/bluedot.xpm | 49 +++++++++++++++++------------------------------ muse2/xpm/checksquare.xpm | 34 ++++++++++++++++++++++++++++++++ muse2/xpm/greendot.xpm | 44 +++++++++++++++++++----------------------- muse2/xpm/orangedot.xpm | 21 ++++++++++++++++++++ 4 files changed, 93 insertions(+), 55 deletions(-) create mode 100644 muse2/xpm/checksquare.xpm create mode 100644 muse2/xpm/orangedot.xpm (limited to 'muse2/xpm') diff --git a/muse2/xpm/bluedot.xpm b/muse2/xpm/bluedot.xpm index a92558f9..7c14b1dd 100644 --- a/muse2/xpm/bluedot.xpm +++ b/muse2/xpm/bluedot.xpm @@ -1,34 +1,21 @@ /* XPM */ static const char * bluedot_xpm[] = { -"18 18 13 1", +"12 16 2 1", " c None", -". c #F10606", -"+ c #414141", -"@ c #852A2A", -"# c #473E3E", -"$ c #723030", -"% c #CB1212", -"& c #4E3C3C", -"* c #E20A0A", -"= c #A51F1F", -"- c #9E2121", -"; c #832A2A", -"> c #9C2222", -" ", -" ", -" . ", -" .. ", -" ... ", -" +++++++++@... ", -" #+++++++$..% ", -" &# ..*+ ", -" .= ...-+ ", -" ;.. ....++ ", -" +... ... ++ ", -" ++....... ++ ", -" ++ ..... ++ ", -" ++ .... ++ ", -" ++ .. ++ ", -" +++++>.+++++ ", -" ++++++++++++ ", -" "}; +". c #009AFF", +" ", +" ", +" ", +" .. ", +" .... ", +" ...... ", +" ........ ", +" ........ ", +" ........ ", +" ...... ", +" .... ", +" .. ", +" ", +" ", +" ", +" "}; diff --git a/muse2/xpm/checksquare.xpm b/muse2/xpm/checksquare.xpm new file mode 100644 index 00000000..7628cafc --- /dev/null +++ b/muse2/xpm/checksquare.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static const char * checksquare_xpm[] = { +"18 18 13 1", +" c None", +". c #F10606", +"+ c #414141", +"@ c #852A2A", +"# c #473E3E", +"$ c #723030", +"% c #CB1212", +"& c #4E3C3C", +"* c #E20A0A", +"= c #A51F1F", +"- c #9E2121", +"; c #832A2A", +"> c #9C2222", +" ", +" ", +" . ", +" .. ", +" ... ", +" +++++++++@... ", +" #+++++++$..% ", +" &# ..*+ ", +" .= ...-+ ", +" ;.. ....++ ", +" +... ... ++ ", +" ++....... ++ ", +" ++ ..... ++ ", +" ++ .... ++ ", +" ++ .. ++ ", +" +++++>.+++++ ", +" ++++++++++++ ", +" "}; 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", +" ", +" ", +" ", +" .. ", +" .... ", +" ...... ", +" ........ ", +" ........ ", +" ........ ", +" ...... ", +" .... ", +" .. ", +" ", +" ", +" ", +" "}; diff --git a/muse2/xpm/orangedot.xpm b/muse2/xpm/orangedot.xpm new file mode 100644 index 00000000..f67b9064 --- /dev/null +++ b/muse2/xpm/orangedot.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static const char * orangedot_xpm[] = { +"12 16 2 1", +" c None", +". c #FFBA00", +" ", +" ", +" ", +" .. ", +" .... ", +" ...... ", +" ........ ", +" ........ ", +" ........ ", +" ...... ", +" .... ", +" .. ", +" ", +" ", +" ", +" "}; -- cgit v1.2.3