Added since to the external definition things
This commit is contained in:
parent
b7f336e243
commit
ff60b35b73
1 changed files with 2 additions and 0 deletions
|
|
@ -380,6 +380,7 @@ SFIZZ_EXPORTED_API void sfizz_all_sound_off(sfizz_synth_t* synth);
|
||||||
* @brief Add external definitions prior to loading;
|
* @brief Add external definitions prior to loading;
|
||||||
* Note that these do not get reset by loading or resetting the synth.
|
* Note that these do not get reset by loading or resetting the synth.
|
||||||
* You need to call sfizz_clear_external_definitions() to erase them.
|
* You need to call sfizz_clear_external_definitions() to erase them.
|
||||||
|
* @since 0.4.0-dev
|
||||||
*
|
*
|
||||||
* @param synth
|
* @param synth
|
||||||
* @param id
|
* @param id
|
||||||
|
|
@ -389,6 +390,7 @@ SFIZZ_EXPORTED_API void sfizz_add_external_definitions(sfizz_synth_t* synth, con
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Clears external definitions for the next file loading.
|
* @brief Clears external definitions for the next file loading.
|
||||||
|
* @since 0.4.0-dev
|
||||||
*
|
*
|
||||||
* @param synth
|
* @param synth
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue