]> git.alsa-project.org Git - alsa-tools.git/commitdiff
update by Karsten Wiese <annabellesgarden@yahoo.de>:
authorTakashi Iwai <tiwai@suse.de>
Tue, 28 Oct 2003 10:57:13 +0000 (10:57 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 28 Oct 2003 10:57:13 +0000 (10:57 +0000)
- Initialize Cus428State::SelectInputMonitor in Ctor.
- Added GPL description.

us428control/Cus428Midi.cc
us428control/Cus428Midi.h
us428control/Cus428State.h
us428control/configure.in

index c9a5b6a6a53db75a20fdcb4e49a5913f8643ca70..2de23915bf926416a536d55d923c442c3a7094ca 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ *
+ * Copyright (c) 2003 by Karsten Wiese <annabellesgarden@yahoo.de>
+ *
+ *   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 b33498fc57cc1a687f05d62735ad49e612459eca..7169092884aabb22e17d85b819e67ad2c1d8fbfd 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ *
+ * Copyright (c) 2003 by Karsten Wiese <annabellesgarden@yahoo.de>
+ *
+ *   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 a2779fb22a8e78f247ff43cc09ff0a219a543cb1..c2eb01eaa7f299313c01b8bd2fb8835900c10c6c 100644 (file)
@@ -29,6 +29,8 @@ class Cus428State: public us428_lights{
                :us428ctls_sharedmem(Pus428ctls_sharedmem)
                ,MuteInputMonitor(0)
                ,Mute(0)
+               ,SelectInputMonitor(0)
+               ,Select(0)
                ,us428_ctls(0)
                {
                        init_us428_lights();
index c7d6696076a6e03551cef20ea10c9eede230c383..3fe9f7799ee2c98300195e24559c0cbfec3dc9f6 100644 (file)
@@ -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