Update since to reflect upcoming the stable version
This commit is contained in:
parent
0cd7cb9e3b
commit
a0e893964f
2 changed files with 7 additions and 7 deletions
|
|
@ -46,7 +46,7 @@ typedef enum {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Processing mode
|
* @brief Processing mode
|
||||||
* @since 0.4.1
|
* @since 0.5.0
|
||||||
*/
|
*/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
SFIZZ_PROCESS_LIVE,
|
SFIZZ_PROCESS_LIVE,
|
||||||
|
|
@ -356,7 +356,7 @@ SFIZZ_EXPORTED_API void sfizz_send_tempo(sfizz_synth_t* synth, int delay, float
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Send the time signature.
|
* @brief Send the time signature.
|
||||||
* @since 0.4.1
|
* @since 0.5.0
|
||||||
*
|
*
|
||||||
* @param synth The synth.
|
* @param synth The synth.
|
||||||
* @param delay The delay.
|
* @param delay The delay.
|
||||||
|
|
@ -367,7 +367,7 @@ SFIZZ_EXPORTED_API void sfizz_send_time_signature(sfizz_synth_t* synth, int dela
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Send the time position.
|
* @brief Send the time position.
|
||||||
* @since 0.4.1
|
* @since 0.5.0
|
||||||
*
|
*
|
||||||
* @param synth The synth.
|
* @param synth The synth.
|
||||||
* @param delay The delay.
|
* @param delay The delay.
|
||||||
|
|
@ -378,7 +378,7 @@ SFIZZ_EXPORTED_API void sfizz_send_time_position(sfizz_synth_t* synth, int delay
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Send the playback state.
|
* @brief Send the playback state.
|
||||||
* @since 0.4.1
|
* @since 0.5.0
|
||||||
*
|
*
|
||||||
* @param synth The synth.
|
* @param synth The synth.
|
||||||
* @param delay The delay.
|
* @param delay The delay.
|
||||||
|
|
|
||||||
|
|
@ -326,7 +326,7 @@ public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Send the time signature.
|
* @brief Send the time signature.
|
||||||
* @since 0.4.1
|
* @since 0.5.0
|
||||||
*
|
*
|
||||||
* @param delay The delay.
|
* @param delay The delay.
|
||||||
* @param beatsPerBar The number of beats per bar, or time signature numerator.
|
* @param beatsPerBar The number of beats per bar, or time signature numerator.
|
||||||
|
|
@ -336,7 +336,7 @@ public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Send the time position.
|
* @brief Send the time position.
|
||||||
* @since 0.4.1
|
* @since 0.5.0
|
||||||
*
|
*
|
||||||
* @param delay The delay.
|
* @param delay The delay.
|
||||||
* @param bar The current bar.
|
* @param bar The current bar.
|
||||||
|
|
@ -346,7 +346,7 @@ public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Send the playback state.
|
* @brief Send the playback state.
|
||||||
* @since 0.4.1
|
* @since 0.5.0
|
||||||
*
|
*
|
||||||
* @param delay The delay.
|
* @param delay The delay.
|
||||||
* @param playbackState The playback state, 1 if playing, 0 if stopped.
|
* @param playbackState The playback state, 1 if playing, 0 if stopped.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue