fix typo in bw_note_queue + cosmetics

This commit is contained in:
Stefano D'Angelo 2024-10-02 11:30:32 +02:00
parent c7f930673f
commit dd6f6adb2c
49 changed files with 99 additions and 1 deletions

View File

@ -107,6 +107,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_ap2_coeffs
* ```>>> */

View File

@ -97,6 +97,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_balance_coeffs
* ```>>> */

View File

@ -106,6 +106,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_bd_reduce_coeffs
* ```>>> */

View File

@ -64,6 +64,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_cab_coeffs
* ```>>> */

View File

@ -114,6 +114,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_chorus_coeffs
* ```>>> */

View File

@ -114,6 +114,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_clip_coeffs
* ```>>> */

View File

@ -115,6 +115,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_comb_coeffs
* ```>>> */

View File

@ -116,6 +116,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_comp_coeffs
* ```>>> */

View File

@ -110,6 +110,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_delay_coeffs
* ```>>> */

View File

@ -101,6 +101,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_dist_coeffs
* ```>>> */

View File

@ -102,6 +102,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_drive_coeffs
* ```>>> */

View File

@ -92,6 +92,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_dry_wet_coeffs
* ```>>> */

View File

@ -113,6 +113,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_env_follow_coeffs
* ```>>> */

View File

@ -146,6 +146,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_env_gen_coeffs
* ```>>> */

View File

@ -102,6 +102,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_fuzz_coeffs
* ```>>> */

View File

@ -112,6 +112,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_gain_coeffs
* ```>>> */

View File

@ -107,6 +107,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_hp1_coeffs
* ```>>> */

View File

@ -111,6 +111,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_hs1_coeffs
* ```>>> */

View File

@ -115,6 +115,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_hs2_coeffs
* ```>>> */

View File

@ -108,6 +108,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_lp1_coeffs
* ```>>> */

View File

@ -112,6 +112,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_ls1_coeffs
* ```>>> */

View File

@ -120,6 +120,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_ls2_coeffs
* ```>>> */

View File

@ -107,6 +107,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_mm1_coeffs
* ```>>> */

View File

@ -107,6 +107,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_mm2_coeffs
* ```>>> */

View File

@ -113,6 +113,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_noise_gate_coeffs
* ```>>> */

View File

@ -98,6 +98,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_noise_gen_coeffs
* ```>>> */

View File

@ -107,6 +107,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_notch_coeffs
* ```>>> */

View File

@ -35,6 +35,8 @@
* <li>Added support for <code>BW_INCLUDE_WITH_QUOTES</code>,
* <code>BW_NO_CXX</code>, and
* <code>BW_CXX_NO_EXTERN_C</code>.</li>
* <li>Fixed typo in the documentation of
* <code>bw_note_queue_reset()</code>.</li>
* </ul>
* </li>
* <li>Version <strong>1.0.1</strong>:
@ -134,7 +136,7 @@ typedef struct {
static inline void bw_note_queue_reset(
bw_note_queue * BW_RESTRICT queue);
/*! <<<```
* Clear both the event queue (no events) and the note statuses (all notes
* Clears both the event queue (no events) and the note statuses (all notes
* off, all velocities `0.f`) in `queue`.
*
* #### bw_note_queue_clear()

View File

@ -111,6 +111,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_osc_filt_state
* ```>>> */

View File

@ -120,6 +120,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_osc_pulse_coeffs
* ```>>> */

View File

@ -119,6 +119,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_osc_saw_coeffs
* ```>>> */

View File

@ -100,6 +100,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_osc_sin_process1()
* ```>>> */

View File

@ -122,6 +122,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_osc_tri_coeffs
* ```>>> */

View File

@ -96,6 +96,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_pan_coeffs
* ```>>> */

View File

@ -123,6 +123,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_peak_coeffs
* ```>>> */

View File

@ -134,6 +134,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_phase_gen_coeffs
* ```>>> */

View File

@ -109,6 +109,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_phaser_coeffs
* ```>>> */

View File

@ -135,6 +135,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_pink_filt_coeffs
* ```>>> */

View File

@ -105,6 +105,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_ppm_coeffs
* ```>>> */

View File

@ -107,6 +107,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_reverb_coeffs
* ```>>> */

View File

@ -98,6 +98,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_ring_mod_coeffs
* ```>>> */

View File

@ -128,6 +128,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_satur_coeffs
* ```>>> */

View File

@ -112,6 +112,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_slew_lim_coeffs
* ```>>> */

View File

@ -114,6 +114,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_sr_reduce_coeffs
* ```>>> */

View File

@ -96,6 +96,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_src_coeffs
* ```>>> */

View File

@ -102,6 +102,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_src_int_coeffs
* ```>>> */

View File

@ -128,6 +128,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_svf_coeffs
* ```>>> */

View File

@ -103,6 +103,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_trem_coeffs
* ```>>> */

View File

@ -117,6 +117,8 @@
extern "C" {
#endif
/*** Public API ***/
/*! api {{{
* #### bw_wah_coeffs
* ```>>> */