mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-19 07:50:49 +00:00
Add missing group brief descriptions
This commit is contained in:
parent
a279b2b397
commit
36280b9788
1 changed files with 7 additions and 0 deletions
|
@ -109,6 +109,8 @@ FLUIDSYNTH_API float fluid_synth_get_gen(fluid_synth_t *synth, int chan, int par
|
|||
* @defgroup voice_control Synthesis Voice Control
|
||||
* @ingroup synth
|
||||
*
|
||||
* Low-level access to synthesis voices.
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
FLUIDSYNTH_API int fluid_synth_start(fluid_synth_t *synth, unsigned int id,
|
||||
|
@ -129,6 +131,8 @@ FLUIDSYNTH_API void fluid_synth_get_voicelist(fluid_synth_t *synth,
|
|||
* @defgroup soundfont_management SoundFont Management
|
||||
* @ingroup synth
|
||||
*
|
||||
* Functions to load and unload SoundFonts.
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
FLUIDSYNTH_API
|
||||
|
@ -209,6 +213,9 @@ FLUIDSYNTH_API int fluid_synth_get_chorus_type(fluid_synth_t *synth); /* see flu
|
|||
* @defgroup synthesis_params Synthesis Parameters
|
||||
* @ingroup synth
|
||||
*
|
||||
* Functions to control and query synthesis parameters like gain and
|
||||
* polyphony count.
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
FLUIDSYNTH_API int fluid_synth_count_midi_channels(fluid_synth_t *synth);
|
||||
|
|
Loading…
Reference in a new issue