3 * Copyright (c) 2003 by Karsten Wiese <annabellesgarden@yahoo.de>
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
55 unsigned char Fader[9];
56 unsigned char Transport;
57 unsigned char Modifier;
58 unsigned char FilterSelect;
61 unsigned char UNKNOWN;
63 unsigned char Wheel[5];
66 struct us428_setByte {
77 unsigned char Channel,
85 struct us428_setByte Light[7];
91 struct usX2Y_volume vol;
92 struct us428_lights lights;
96 #define N_us428_ctl_BUFS 16
97 #define N_us428_p4out_BUFS 16
98 struct us428ctls_sharedmem{
99 struct us428_ctls CtlSnapShot[N_us428_ctl_BUFS];
100 int CtlSnapShotDiffersAt[N_us428_ctl_BUFS];
101 int CtlSnapShotLast, CtlSnapShotRed;
102 struct us428_p4out p4out[N_us428_p4out_BUFS];
103 int p4outLast, p4outSent;