Add files via upload
[fluidsynth-winbin.git] / bin64 / fluidsynth-1.1.7 / include / fluidsynth / seqbind.h
blobfc46f08eaa5f5eb2721f2df03e982bc18360d6bf
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
18 * 02110-1301, USA
21 #ifndef _FLUIDSYNTH_SEQBIND_H
22 #define _FLUIDSYNTH_SEQBIND_H
24 #include "seq.h"
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
30 /**
31 * @file seqbind.h
32 * @brief Functions for binding sequencer objects to other subsystems.
35 FLUIDSYNTH_API
36 short fluid_sequencer_register_fluidsynth(fluid_sequencer_t* seq, fluid_synth_t* synth);
37 FLUIDSYNTH_API int
38 fluid_sequencer_add_midi_event_to_buffer(void* data, fluid_midi_event_t* event);
41 #ifdef __cplusplus
43 #endif
44 #endif /* _FLUIDSYNTH_SEQBIND_H */