From: Martin Mares Date: Sun, 9 Nov 2014 23:27:51 +0000 (+0100) Subject: Map of controls X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=d7b7ed2d360684f53683e89e6e6086e5a1bcfb43;p=ursary.git Map of controls --- diff --git a/ursaryd.c b/ursaryd.c index 16e4066..eaa5654 100644 --- a/ursaryd.c +++ b/ursaryd.c @@ -17,6 +17,23 @@ #include "ursaryd.h" +/* + * Map of all controls + * + * rotary red button green button + * 0 sink Ursarium mute select as default (or assign to client selected by touch) + * 1 sink Catarium mute dtto + * 2 - - - + * 3 - - - + * 4 MPD mute play/pause/stop + * 5 Albireo mute - + * 6 Ogion mute - + * 7 Ursula mute - + * + * center all sinks + * slider - + */ + /*** Sink controls ***/ static double volume_from_pa(pa_volume_t vol)