update by Karsten Wiese <annabellesgarden@yahoo.de>:

- Initialize Cus428State::SelectInputMonitor in Ctor.
- Added GPL description.
This commit is contained in:
Takashi Iwai 2003-10-28 10:57:13 +00:00
parent 4e978a5a7e
commit a23fe73753
4 changed files with 41 additions and 1 deletions

View 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"

View 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"

View 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();

View 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