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/bluedot12x12.xpm | 17 +++++++++++++++++ muse2/xpm/graydot.xpm | 40 ++++++++++++++++++++-------------------- muse2/xpm/graydot12x12.xpm | 17 +++++++++++++++++ muse2/xpm/greendot12x12.xpm | 17 +++++++++++++++++ muse2/xpm/orangedot12x12.xpm | 17 +++++++++++++++++ 5 files changed, 88 insertions(+), 20 deletions(-) create mode 100644 muse2/xpm/bluedot12x12.xpm create mode 100644 muse2/xpm/graydot12x12.xpm create mode 100644 muse2/xpm/greendot12x12.xpm create mode 100644 muse2/xpm/orangedot12x12.xpm (limited to 'muse2/xpm') diff --git a/muse2/xpm/bluedot12x12.xpm b/muse2/xpm/bluedot12x12.xpm new file mode 100644 index 00000000..cb8555b9 --- /dev/null +++ b/muse2/xpm/bluedot12x12.xpm @@ -0,0 +1,17 @@ +/* XPM */ +static const char * bluedot12x12_xpm[] = { +"12 12 2 1", +" c None", +". c #009AFF", +" ", +" .. ", +" .... ", +" ...... ", +" ........ ", +" ........ ", +" ........ ", +" ...... ", +" .... ", +" .. ", +" ", +" "}; 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", +" ", +" ", +" ", +" .. ", +" .... ", +" ...... ", +" ........ ", +" ........ ", +" ........ ", +" ...... ", +" .... ", +" .. ", +" ", +" ", +" ", +" "}; diff --git a/muse2/xpm/graydot12x12.xpm b/muse2/xpm/graydot12x12.xpm new file mode 100644 index 00000000..f6a8cece --- /dev/null +++ b/muse2/xpm/graydot12x12.xpm @@ -0,0 +1,17 @@ +/* XPM */ +static const char * graydot12x12_xpm[] = { +"12 12 2 1", +" c None", +". c #AAAAAA", +" ", +" .. ", +" .... ", +" ...... ", +" ........ ", +" ........ ", +" ........ ", +" ...... ", +" .... ", +" .. ", +" ", +" "}; diff --git a/muse2/xpm/greendot12x12.xpm b/muse2/xpm/greendot12x12.xpm new file mode 100644 index 00000000..113faae7 --- /dev/null +++ b/muse2/xpm/greendot12x12.xpm @@ -0,0 +1,17 @@ +/* XPM */ +static const char * greendot12x12_xpm[] = { +"12 12 2 1", +" c None", +". c #00FF00", +" ", +" .. ", +" .... ", +" ...... ", +" ........ ", +" ........ ", +" ........ ", +" ...... ", +" .... ", +" .. ", +" ", +" "}; diff --git a/muse2/xpm/orangedot12x12.xpm b/muse2/xpm/orangedot12x12.xpm new file mode 100644 index 00000000..eff0643d --- /dev/null +++ b/muse2/xpm/orangedot12x12.xpm @@ -0,0 +1,17 @@ +/* XPM */ +static const char * orangedot12x12_xpm[] = { +"12 12 2 1", +" c None", +". c #FFBA00", +" ", +" .. ", +" .... ", +" ...... ", +" ........ ", +" ........ ", +" ........ ", +" ...... ", +" .... ", +" .. ", +" ", +" "}; -- cgit v1.2.3