Path: blob/master/libs/fluidsynth/src/midi/fluid_midi_router.h
4396 views
/* FluidSynth - A Software Synthesizer1*2* Copyright (C) 2003 Peter Hanappe and others.3*4* This library is free software; you can redistribute it and/or5* modify it under the terms of the GNU Lesser General Public License6* as published by the Free Software Foundation; either version 2.1 of7* the License, or (at your option) any later version.8*9* This library is distributed in the hope that it will be useful, but10* WITHOUT ANY WARRANTY; without even the implied warranty of11* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU12* Lesser General Public License for more details.13*14* You should have received a copy of the GNU Lesser General Public15* License along with this library; if not, write to the Free16* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA17* 02110-1301, USA18*/1920/* Author: Markus Nentwig, [email protected]21*/2223#ifndef _FLUID_MIDIROUTER_H24#define _FLUID_MIDIROUTER_H2526#include "fluidsynth_priv.h"27#include "fluid_midi.h"28#include "fluid_sys.h"293031#endif323334