mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-03-01 15:10:43 +00:00
More precise wording for new_fluid_audio_driver()
This commit is contained in:
parent
0d0b4d4b84
commit
7ede2382d3
1 changed files with 3 additions and 2 deletions
|
@ -310,8 +310,9 @@ find_fluid_audio_driver(fluid_settings_t *settings)
|
|||
* Otherwise the behaviour is undefined.
|
||||
*
|
||||
* @note As soon as an audio driver is created, the \p synth starts rendering audio.
|
||||
* This means that all necessary sound-setup should be completed after this point,
|
||||
* thus of all object types in use (synth, midi player, sequencer, etc.) the audio
|
||||
* This means that all necessary initialization and sound-setup should have been
|
||||
* completed before calling this function.
|
||||
* Thus, of all object types in use (synth, midi player, sequencer, etc.) the audio
|
||||
* driver should always be the last one to be created and the first one to be deleted!
|
||||
* Also refer to the order of object creation in the code examples.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue