Update of /cvsroot/alsa/alsa-tools/us428control In directory sc8-pr-cvs1:/tmp/cvs-serv19153
Modified Files: Cus428Midi.cc Cus428Midi.h Cus428State.h configure.in Log Message: update by Karsten Wiese <[EMAIL PROTECTED]>: - Initialize Cus428State::SelectInputMonitor in Ctor. - Added GPL description. Index: Cus428Midi.cc =================================================================== RCS file: /cvsroot/alsa/alsa-tools/us428control/Cus428Midi.cc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Cus428Midi.cc 24 Oct 2003 14:01:45 -0000 1.1 +++ Cus428Midi.cc 28 Oct 2003 10:57:13 -0000 1.2 @@ -1,3 +1,22 @@ +/* + * + * Copyright (c) 2003 by Karsten Wiese <[EMAIL PROTECTED]> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + #include <alsa/asoundlib.h> #include "Cus428Midi.h" Index: Cus428Midi.h =================================================================== RCS file: /cvsroot/alsa/alsa-tools/us428control/Cus428Midi.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Cus428Midi.h 24 Oct 2003 14:01:45 -0000 1.1 +++ Cus428Midi.h 28 Oct 2003 10:57:13 -0000 1.2 @@ -1,3 +1,22 @@ +/* + * + * Copyright (c) 2003 by Karsten Wiese <[EMAIL PROTECTED]> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + #include <sound/asequencer.h> #include "Cus428State.h" Index: Cus428State.h =================================================================== RCS file: /cvsroot/alsa/alsa-tools/us428control/Cus428State.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Cus428State.h 24 Oct 2003 14:01:45 -0000 1.2 +++ Cus428State.h 28 Oct 2003 10:57:13 -0000 1.3 @@ -29,6 +29,8 @@ :us428ctls_sharedmem(Pus428ctls_sharedmem) ,MuteInputMonitor(0) ,Mute(0) + ,SelectInputMonitor(0) + ,Select(0) ,us428_ctls(0) { init_us428_lights(); Index: configure.in =================================================================== RCS file: /cvsroot/alsa/alsa-tools/us428control/configure.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- configure.in 24 Oct 2003 14:01:45 -0000 1.2 +++ configure.in 28 Oct 2003 10:57:13 -0000 1.3 @@ -1,5 +1,5 @@ AC_INIT(us428control.cc) -AM_INIT_AUTOMAKE(us428control, 0.3) +AM_INIT_AUTOMAKE(us428control, 0.4) AC_PROG_CXX AC_PROG_INSTALL AC_HEADER_STDC ------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog