1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>libfluidsynth: types.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.6-20040222 -->
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
<h1>types.h</h1><a href="types_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/* FluidSynth - A Software Synthesizer</span>
00002 <span class="comment"> *</span>
00003 <span class="comment"> * Copyright (C) 2003 Peter Hanappe and others.</span>
00004 <span class="comment"> *</span>
00005 <span class="comment"> * This library is free software; you can redistribute it and/or</span>
00006 <span class="comment"> * modify it under the terms of the GNU Library General Public License</span>
00007 <span class="comment"> * as published by the Free Software Foundation; either version 2 of</span>
00008 <span class="comment"> * the License, or (at your option) any later version.</span>
00009 <span class="comment"> *</span>
00010 <span class="comment"> * This library is distributed in the hope that it will be useful, but</span>
00011 <span class="comment"> * WITHOUT ANY WARRANTY; without even the implied warranty of</span>
00012 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span>
00013 <span class="comment"> * Library General Public License for more details.</span>
00014 <span class="comment"> * </span>
00015 <span class="comment"> * You should have received a copy of the GNU Library General Public</span>
00016 <span class="comment"> * License along with this library; if not, write to the Free</span>
00017 <span class="comment"> * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA</span>
00018 <span class="comment"> * 02111-1307, USA</span>
00019 <span class="comment"> */</span>
00020
00021 <span class="preprocessor">#ifndef _FLUIDSYNTH_TYPES_H</span>
00022 <span class="preprocessor"></span><span class="preprocessor">#define _FLUIDSYNTH_TYPES_H</span>
00023 <span class="preprocessor"></span>
00024
00025
00026 <span class="preprocessor">#ifdef __cplusplus</span>
00027 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
00028 <span class="preprocessor">#endif</span>
00029 <span class="preprocessor"></span>
00030
00031 <span class="comment">/*</span>
00032 <span class="comment"></span>
00033 <span class="comment"> Forward declarations</span>
00034 <span class="comment"></span>
00035 <span class="comment">*/</span>
<a name="l00036"></a><a class="code" href="types_8h.html#a0">00036</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>_fluid_hashtable_t <a class="code" href="types_8h.html#a0">fluid_settings_t</a>;
<a name="l00037"></a><a class="code" href="types_8h.html#a1">00037</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>_fluid_synth_t <a class="code" href="types_8h.html#a1">fluid_synth_t</a>;
<a name="l00038"></a><a class="code" href="types_8h.html#a2">00038</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>_fluid_voice_t <a class="code" href="types_8h.html#a2">fluid_voice_t</a>;
<a name="l00039"></a><a class="code" href="types_8h.html#a3">00039</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct__fluid__sfloader__t.html">_fluid_sfloader_t</a> <a class="code" href="types_8h.html#a3">fluid_sfloader_t</a>;
<a name="l00040"></a><a class="code" href="types_8h.html#a4">00040</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct__fluid__sfont__t.html">_fluid_sfont_t</a> <a class="code" href="types_8h.html#a4">fluid_sfont_t</a>;
<a name="l00041"></a><a class="code" href="types_8h.html#a5">00041</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct__fluid__preset__t.html">_fluid_preset_t</a> <a class="code" href="types_8h.html#a5">fluid_preset_t</a>;
<a name="l00042"></a><a class="code" href="types_8h.html#a6">00042</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct__fluid__sample__t.html">_fluid_sample_t</a> <a class="code" href="types_8h.html#a6">fluid_sample_t</a>;
<a name="l00043"></a><a class="code" href="types_8h.html#a7">00043</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct__fluid__mod__t.html">_fluid_mod_t</a> <a class="code" href="types_8h.html#a7">fluid_mod_t</a>;
<a name="l00044"></a><a class="code" href="types_8h.html#a8">00044</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>_fluid_audio_driver_t <a class="code" href="types_8h.html#a8">fluid_audio_driver_t</a>;
<a name="l00045"></a><a class="code" href="types_8h.html#a9">00045</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>_fluid_player_t <a class="code" href="types_8h.html#a9">fluid_player_t</a>;
<a name="l00046"></a><a class="code" href="types_8h.html#a10">00046</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>_fluid_midi_event_t <a class="code" href="types_8h.html#a10">fluid_midi_event_t</a>;
<a name="l00047"></a><a class="code" href="types_8h.html#a11">00047</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>_fluid_midi_driver_t <a class="code" href="types_8h.html#a11">fluid_midi_driver_t</a>;
<a name="l00048"></a><a class="code" href="types_8h.html#a12">00048</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>_fluid_midi_router_t <a class="code" href="types_8h.html#a12">fluid_midi_router_t</a>;
<a name="l00049"></a><a class="code" href="types_8h.html#a13">00049</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>_fluid_midi_router_rule_t <a class="code" href="types_8h.html#a13">fluid_midi_router_rule_t</a>;
<a name="l00050"></a><a class="code" href="types_8h.html#a14">00050</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>_fluid_hashtable_t <a class="code" href="types_8h.html#a14">fluid_cmd_handler_t</a>;
<a name="l00051"></a><a class="code" href="types_8h.html#a15">00051</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>_fluid_shell_t <a class="code" href="types_8h.html#a15">fluid_shell_t</a>;
<a name="l00052"></a><a class="code" href="types_8h.html#a16">00052</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>_fluid_server_t <a class="code" href="types_8h.html#a16">fluid_server_t</a>;
<a name="l00053"></a><a class="code" href="types_8h.html#a17">00053</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>_fluid_event_t <a class="code" href="types_8h.html#a17">fluid_event_t</a>;
<a name="l00054"></a><a class="code" href="types_8h.html#a18">00054</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>_fluid_sequencer_t <a class="code" href="types_8h.html#a18">fluid_sequencer_t</a>;
<a name="l00055"></a><a class="code" href="types_8h.html#a19">00055</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>_fluid_ramsfont_t <a class="code" href="types_8h.html#a19">fluid_ramsfont_t</a>;
<a name="l00056"></a><a class="code" href="types_8h.html#a20">00056</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>_fluid_rampreset_t <a class="code" href="types_8h.html#a20">fluid_rampreset_t</a>;
00057
<a name="l00058"></a><a class="code" href="types_8h.html#a21">00058</a> <span class="keyword">typedef</span> <span class="keywordtype">int</span> <a class="code" href="types_8h.html#a21">fluid_istream_t</a>;
<a name="l00059"></a><a class="code" href="types_8h.html#a22">00059</a> <span class="keyword">typedef</span> <span class="keywordtype">int</span> <a class="code" href="types_8h.html#a22">fluid_ostream_t</a>;
00060
00061
00062 <span class="preprocessor">#ifdef __cplusplus</span>
00063 <span class="preprocessor"></span>}
00064 <span class="preprocessor">#endif</span>
00065 <span class="preprocessor"></span>
00066 <span class="preprocessor">#endif </span><span class="comment">/* _FLUIDSYNTH_TYPES_H */</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Aug 17 14:37:46 2004 for libfluidsynth by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 > </a>1.3.6-20040222 </small></address>
</body>
</html>
|