timidity_controls.cpp

Go to the documentation of this file.
00001 /* 
00002 
00003     TiMidity -- Experimental MIDI to WAVE converter
00004     Copyright (C) 1995 Tuukka Toivonen <toivonen@clinet.fi>
00005 
00006     This program is free software; you can redistribute it and/or modify
00007     it under the terms of the GNU General Public License as published by
00008     the Free Software Foundation; either version 2 of the License, or
00009     (at your option) any later version.
00010 
00011     This program is distributed in the hope that it will be useful,
00012     but WITHOUT ANY WARRANTY; without even the implied warranty of
00013     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014     GNU General Public License for more details.
00015 
00016     You should have received a copy of the GNU General Public License
00017     along with this program; if not, write to the Free Software
00018     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00019 
00020    controls.c
00021    
00022    */
00023 
00024 #include "pent_include.h"
00025 
00026 #ifdef USE_TIMIDITY_MIDI
00027 
00028 #include "timidity.h"
00029 #include "timidity_controls.h"
00030 
00031 #ifdef NS_TIMIDITY
00032 namespace NS_TIMIDITY {
00033 #endif
00034 
00035 #ifdef SDL
00036   extern ControlMode sdl_control_mode;
00037 # ifndef DEFAULT_CONTROL_MODE
00038 #  define DEFAULT_CONTROL_MODE &sdl_control_mode
00039 # endif
00040 #endif
00041 
00042 ControlMode *ctl_list[]={
00043 #ifdef SDL
00044   &sdl_control_mode,
00045 #endif
00046   0
00047 };
00048 
00049 ControlMode *ctl=DEFAULT_CONTROL_MODE;
00050 
00051 #ifdef NS_TIMIDITY
00052 };
00053 #endif
00054 
00055 #endif //USE_TIMIDITY_MIDI

Generated on Fri Jul 27 22:27:43 2007 for pentagram by  doxygen 1.4.7