more of that

This commit is contained in:
Stefano D'Angelo 2023-04-21 06:12:09 +02:00
parent 85488e76a8
commit 99ccb2da2d
13 changed files with 13 additions and 13 deletions

View File

@ -60,7 +60,7 @@ typedef struct _bw_chorus_coeffs bw_chorus_coeffs;
/*! <<<``` /*! <<<```
* Coefficients and related. * Coefficients and related.
* *
* ### bw_chorus_state * #### bw_chorus_state
* ```>>> */ * ```>>> */
typedef struct _bw_chorus_state bw_chorus_state; typedef struct _bw_chorus_state bw_chorus_state;
/*! <<<``` /*! <<<```

View File

@ -61,7 +61,7 @@ typedef struct _bw_comb_coeffs bw_comb_coeffs;
/*! <<<``` /*! <<<```
* Coefficients and related. * Coefficients and related.
* *
* ### bw_comb_state * #### bw_comb_state
* ```>>> */ * ```>>> */
typedef struct _bw_comb_state bw_comb_state; typedef struct _bw_comb_state bw_comb_state;
/*! <<<``` /*! <<<```

View File

@ -54,7 +54,7 @@ typedef struct _bw_comp_coeffs bw_comp_coeffs;
/*! <<<``` /*! <<<```
* Coefficients and related. * Coefficients and related.
* *
* ### bw_comp_state * #### bw_comp_state
* ```>>> */ * ```>>> */
typedef struct _bw_comp_state bw_comp_state; typedef struct _bw_comp_state bw_comp_state;
/*! <<<``` /*! <<<```

View File

@ -56,7 +56,7 @@ typedef struct _bw_delay_coeffs bw_delay_coeffs;
/*! <<<``` /*! <<<```
* Coefficients and related. * Coefficients and related.
* *
* ### bw_delay_state * #### bw_delay_state
* ```>>> */ * ```>>> */
typedef struct _bw_delay_state bw_delay_state; typedef struct _bw_delay_state bw_delay_state;
/*! <<<``` /*! <<<```

View File

@ -52,7 +52,7 @@ typedef struct _bw_noise_gate_coeffs bw_noise_gate_coeffs;
/*! <<<``` /*! <<<```
* Coefficients and related. * Coefficients and related.
* *
* ### bw_noise_gate_state * #### bw_noise_gate_state
* ```>>> */ * ```>>> */
typedef struct _bw_noise_gate_state bw_noise_gate_state; typedef struct _bw_noise_gate_state bw_noise_gate_state;
/*! <<<``` /*! <<<```

View File

@ -70,7 +70,7 @@ typedef struct _bw_phase_gen_coeffs bw_phase_gen_coeffs;
/*! <<<``` /*! <<<```
* Coefficients and related. * Coefficients and related.
* *
* ### bw_phase_gen_state * #### bw_phase_gen_state
* ```>>> */ * ```>>> */
typedef struct _bw_phase_gen_state bw_phase_gen_state; typedef struct _bw_phase_gen_state bw_phase_gen_state;
/*! <<<``` /*! <<<```

View File

@ -68,7 +68,7 @@ typedef struct _bw_satur_coeffs bw_satur_coeffs;
/*! <<<``` /*! <<<```
* Coefficients and related. * Coefficients and related.
* *
* ### bw_satur_state * #### bw_satur_state
* ```>>> */ * ```>>> */
typedef struct _bw_satur_state bw_satur_state; typedef struct _bw_satur_state bw_satur_state;
/*! <<<``` /*! <<<```

View File

@ -57,7 +57,7 @@ typedef struct _bw_slew_lim_coeffs bw_slew_lim_coeffs;
/*! <<<``` /*! <<<```
* Coefficients and related. * Coefficients and related.
* *
* ### bw_slew_lim_state * #### bw_slew_lim_state
* ```>>> */ * ```>>> */
typedef struct _bw_slew_lim_state bw_slew_lim_state; typedef struct _bw_slew_lim_state bw_slew_lim_state;
/*! <<<``` /*! <<<```

View File

@ -52,7 +52,7 @@ typedef struct _bw_src_coeffs bw_src_coeffs;
/*! <<<``` /*! <<<```
* Coefficients and related. * Coefficients and related.
* *
* ### bw_src_state * #### bw_src_state
* ```>>> */ * ```>>> */
typedef struct _bw_src_state bw_src_state; typedef struct _bw_src_state bw_src_state;
/*! <<<``` /*! <<<```

View File

@ -58,7 +58,7 @@ typedef struct _bw_src_int_coeffs bw_src_int_coeffs;
/*! <<<``` /*! <<<```
* Coefficients and related. * Coefficients and related.
* *
* ### bw_src_int_state * #### bw_src_int_state
* ```>>> */ * ```>>> */
typedef struct _bw_src_int_state bw_src_int_state; typedef struct _bw_src_int_state bw_src_int_state;
/*! <<<``` /*! <<<```

View File

@ -75,7 +75,7 @@ typedef struct _bw_svf_coeffs bw_svf_coeffs;
/*! <<<``` /*! <<<```
* Coefficients and related. * Coefficients and related.
* *
* ### bw_svf_state * #### bw_svf_state
* ```>>> */ * ```>>> */
typedef struct _bw_svf_state bw_svf_state; typedef struct _bw_svf_state bw_svf_state;
/*! <<<``` /*! <<<```

View File

@ -54,7 +54,7 @@ typedef struct _bw_trem_coeffs bw_trem_coeffs;
/*! <<<``` /*! <<<```
* Coefficients and related. * Coefficients and related.
* *
* ### bw_trem_state * #### bw_trem_state
* ```>>> */ * ```>>> */
typedef struct _bw_trem_state bw_trem_state; typedef struct _bw_trem_state bw_trem_state;
/*! <<<``` /*! <<<```

View File

@ -68,7 +68,7 @@ typedef struct _bw_wah_coeffs bw_wah_coeffs;
/*! <<<``` /*! <<<```
* Coefficients and related. * Coefficients and related.
* *
* ### bw_wah_state * #### bw_wah_state
* ```>>> */ * ```>>> */
typedef struct _bw_wah_state bw_wah_state; typedef struct _bw_wah_state bw_wah_state;
/*! <<<``` /*! <<<```