mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-27 07:58:28 -04:00
added us428control utility by Karsten Wiese <annabellesgarden@yahoo.de>
This commit is contained in:
parent
17abf05db3
commit
994603c4f9
10 changed files with 585 additions and 2 deletions
32
us428control/Cus428_ctls.h
Normal file
32
us428control/Cus428_ctls.h
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
/*
|
||||
* Controller for Tascam US-X2Y
|
||||
*
|
||||
* 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
|
||||
*/
|
||||
|
||||
#ifndef Cus428_ctls_h
|
||||
#define Cus428_ctls_h
|
||||
#include "usbus428ctldefs.h"
|
||||
|
||||
|
||||
class Cus428_ctls: public us428_ctls{
|
||||
public:
|
||||
void dump(int n = 0);
|
||||
void analyse(Cus428_ctls& Previous, unsigned n = 0);
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue