mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-31 22:25:34 -04:00
update by Karsten Wiese <annabellesgarden@yahoo.de>:
- Initialize Cus428State::SelectInputMonitor in Ctor. - Added GPL description.
This commit is contained in:
parent
4e978a5a7e
commit
a23fe73753
4 changed files with 41 additions and 1 deletions
|
|
@ -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 <alsa/asoundlib.h>
|
||||||
#include "Cus428Midi.h"
|
#include "Cus428Midi.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 <sound/asequencer.h>
|
||||||
#include "Cus428State.h"
|
#include "Cus428State.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,8 @@ class Cus428State: public us428_lights{
|
||||||
:us428ctls_sharedmem(Pus428ctls_sharedmem)
|
:us428ctls_sharedmem(Pus428ctls_sharedmem)
|
||||||
,MuteInputMonitor(0)
|
,MuteInputMonitor(0)
|
||||||
,Mute(0)
|
,Mute(0)
|
||||||
|
,SelectInputMonitor(0)
|
||||||
|
,Select(0)
|
||||||
,us428_ctls(0)
|
,us428_ctls(0)
|
||||||
{
|
{
|
||||||
init_us428_lights();
|
init_us428_lights();
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
AC_INIT(us428control.cc)
|
AC_INIT(us428control.cc)
|
||||||
AM_INIT_AUTOMAKE(us428control, 0.3)
|
AM_INIT_AUTOMAKE(us428control, 0.4)
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
AC_HEADER_STDC
|
AC_HEADER_STDC
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue