1 /* FluidSynth - A Software Synthesizer
3 * Copyright (C) 2003 Peter Hanappe and others.
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public License
7 * as published by the Free Software Foundation; either version 2.1 of
8 * the License, or (at your option) any later version.
10 * This library is distributed in the hope that it will be useful, but
11 * WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free
17 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
21 #ifndef _FLUIDSYNTH_SEQBIND_H
22 #define _FLUIDSYNTH_SEQBIND_H
32 * @brief Functions for binding sequencer objects to other subsystems.
36 short fluid_sequencer_register_fluidsynth(fluid_sequencer_t
* seq
, fluid_synth_t
* synth
);
38 fluid_sequencer_add_midi_event_to_buffer(void* data
, fluid_midi_event_t
* event
);
44 #endif /* _FLUIDSYNTH_SEQBIND_H */