Skip to content

Commit

Permalink
Updating API doc from fluidsynth master
Browse files Browse the repository at this point in the history
  • Loading branch information
API Doc Deploy committed Nov 3, 2024
1 parent e4204e9 commit 0c88a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/FileRenderer.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
<div class="ttc" id="agroup__Types_html_gae265f10ae174a13afe010de50d87e1a4"><div class="ttname"><a href="group__Types.html#gae265f10ae174a13afe010de50d87e1a4">fluid_synth_t</a></div><div class="ttdeci">struct _fluid_synth_t fluid_synth_t</div><div class="ttdoc">Synthesizer instance.</div><div class="ttdef"><b>Definition:</b> types.h:39</div></div>
<div class="ttc" id="agroup__Types_html_gaf6c718e19d8c9c6632cb8ffac6974d80"><div class="ttname"><a href="group__Types.html#gaf6c718e19d8c9c6632cb8ffac6974d80">fluid_player_t</a></div><div class="ttdeci">struct _fluid_player_t fluid_player_t</div><div class="ttdoc">MIDI player instance.</div><div class="ttdef"><b>Definition:</b> types.h:48</div></div>
<div class="ttc" id="agroup__file__renderer_html_ga20cf09534dcc7b9de623f0e41e0d9a68"><div class="ttname"><a href="group__file__renderer.html#ga20cf09534dcc7b9de623f0e41e0d9a68">new_fluid_file_renderer</a></div><div class="ttdeci">fluid_file_renderer_t * new_fluid_file_renderer(fluid_synth_t *synth)</div><div class="ttdoc">Create a new file renderer and open the file.</div><div class="ttdef"><b>Definition:</b> fluid_filerenderer.c:194</div></div>
<div class="ttc" id="agroup__file__renderer_html_gaa3ee9fcd3d56c41738db8fc8c9197038"><div class="ttname"><a href="group__file__renderer.html#gaa3ee9fcd3d56c41738db8fc8c9197038">delete_fluid_file_renderer</a></div><div class="ttdeci">void delete_fluid_file_renderer(fluid_file_renderer_t *dev)</div><div class="ttdoc">Close file and destroy a file renderer object.</div><div class="ttdef"><b>Definition:</b> fluid_filerenderer.c:358</div></div>
<div class="ttc" id="agroup__file__renderer_html_gae59b0226321ae517f1a71a8368acef42"><div class="ttname"><a href="group__file__renderer.html#gae59b0226321ae517f1a71a8368acef42">fluid_file_renderer_process_block</a></div><div class="ttdeci">int fluid_file_renderer_process_block(fluid_file_renderer_t *dev)</div><div class="ttdoc">Write period_size samples to file.</div><div class="ttdef"><b>Definition:</b> fluid_filerenderer.c:394</div></div>
<div class="ttc" id="agroup__file__renderer_html_gaa3ee9fcd3d56c41738db8fc8c9197038"><div class="ttname"><a href="group__file__renderer.html#gaa3ee9fcd3d56c41738db8fc8c9197038">delete_fluid_file_renderer</a></div><div class="ttdeci">void delete_fluid_file_renderer(fluid_file_renderer_t *dev)</div><div class="ttdoc">Close file and destroy a file renderer object.</div><div class="ttdef"><b>Definition:</b> fluid_filerenderer.c:392</div></div>
<div class="ttc" id="agroup__file__renderer_html_gae59b0226321ae517f1a71a8368acef42"><div class="ttname"><a href="group__file__renderer.html#gae59b0226321ae517f1a71a8368acef42">fluid_file_renderer_process_block</a></div><div class="ttdeci">int fluid_file_renderer_process_block(fluid_file_renderer_t *dev)</div><div class="ttdoc">Write period_size samples to file.</div><div class="ttdef"><b>Definition:</b> fluid_filerenderer.c:428</div></div>
<div class="ttc" id="agroup__midi__player_html_ga621b4fb7de2cea0a88a50e9f5a0e15b8"><div class="ttname"><a href="group__midi__player.html#ga621b4fb7de2cea0a88a50e9f5a0e15b8">fluid_player_get_status</a></div><div class="ttdeci">int fluid_player_get_status(fluid_player_t *player)</div><div class="ttdoc">Get MIDI player status.</div><div class="ttdef"><b>Definition:</b> fluid_midi.c:2344</div></div>
<div class="ttc" id="agroup__midi__player_html_ga6a953d057b72855d2e366d324a5d04e0"><div class="ttname"><a href="group__midi__player.html#ga6a953d057b72855d2e366d324a5d04e0">fluid_player_join</a></div><div class="ttdeci">int fluid_player_join(fluid_player_t *player)</div><div class="ttdoc">Wait for a MIDI player until the playback has been stopped.</div><div class="ttdef"><b>Definition:</b> fluid_midi.c:2587</div></div>
<div class="ttc" id="agroup__midi__player_html_ga80cc6b4c4a81696a2d07466f3da6d6b9"><div class="ttname"><a href="group__midi__player.html#ga80cc6b4c4a81696a2d07466f3da6d6b9">fluid_player_play</a></div><div class="ttdeci">int fluid_player_play(fluid_player_t *player)</div><div class="ttdoc">Activates play mode for a MIDI player if not already playing.</div><div class="ttdef"><b>Definition:</b> fluid_midi.c:2292</div></div>
Expand Down

0 comments on commit 0c88a95

Please sign in to comment.