lacking "as" :-D
This commit is contained in:
parent
c1a6839a60
commit
33222e3a37
@ -140,7 +140,7 @@ static inline void bw_env_follow_set_release_tau(bw_env_follow_coeffs *BW_RESTRI
|
||||
* ```>>> */
|
||||
static inline float bw_env_follow_get_y_z1(const bw_env_follow_state *BW_RESTRICT state);
|
||||
/*! <<<```
|
||||
* Returns the last output sample stored in `state`.
|
||||
* Returns the last output sample as stored in `state`.
|
||||
* }}} */
|
||||
|
||||
/*** Implementation ***/
|
||||
|
@ -206,7 +206,7 @@ static inline bw_env_gen_phase bw_env_gen_get_phase(const bw_env_gen_state *stat
|
||||
* ```>>> */
|
||||
static inline float bw_env_gen_get_y_z1(const bw_env_gen_state *state);
|
||||
/*! <<<```
|
||||
* Returns the last output sample stored in `state`.
|
||||
* Returns the last output sample as stored in `state`.
|
||||
* }}} */
|
||||
|
||||
/*** Implementation ***/
|
||||
|
@ -258,7 +258,7 @@ static inline void bw_one_pole_set_sticky_mode(bw_one_pole_coeffs *BW_RESTRICT c
|
||||
* ```>>> */
|
||||
static inline float bw_one_pole_get_y_z1(const bw_one_pole_state *BW_RESTRICT state);
|
||||
/*! <<<```
|
||||
* Returns the last output sample stored in `state`.
|
||||
* Returns the last output sample as stored in `state`.
|
||||
* }}} */
|
||||
|
||||
/*** Implementation ***/
|
||||
|
Loading…
Reference in New Issue
Block a user