]> mj.ucw.cz Git - misc.git/commitdiff
Ursary: Map of controls
authorMartin Mares <mj@ucw.cz>
Sun, 9 Nov 2014 23:27:51 +0000 (00:27 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 9 Nov 2014 23:27:51 +0000 (00:27 +0100)
ursaryd/ursaryd.c

index 16e4066a2b2b886c35e8c864e7ae59c5e34d6b75..eaa56542b46eec0f4ce81333ec81dcc414d8bce2 100644 (file)
 
 #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)