Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from cycfi:master #8

Open
wants to merge 533 commits into
base: master
Choose a base branch
from
Open
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 22, 2023

  1. ring buffer doc

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    03d132b View commit details
    Browse the repository at this point in the history
  2. fractional_ring_buffer doc

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    4dea2df View commit details
    Browse the repository at this point in the history
  3. Delay documentation

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    3a08bb8 View commit details
    Browse the repository at this point in the history
  4. renamed "Instance" to "Object"

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    67cf86a View commit details
    Browse the repository at this point in the history
  5. - Added moving sum docs

    - Added moving average docs
    - Refactored noise_gate
    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    57c34a2 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    fixed broken link for units page.
    alperc84 authored and djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    f87b9d0 View commit details
    Browse the repository at this point in the history
  7. Added missing typedefs

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    bc65642 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    77f2281 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #60 from alperc84/patch-1

    fix broken link
    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    24d5d8e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #61 from alperc84/patch-1

    fix document for include moving_average.hpp
    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    c8ba4d5 View commit details
    Browse the repository at this point in the history
  11. doc updates

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    b982eb2 View commit details
    Browse the repository at this point in the history
  12. Update README.md

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    0095851 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    48e54d0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9247b32 View commit details
    Browse the repository at this point in the history
  15. update to latest VS2022

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    7d79381 View commit details
    Browse the repository at this point in the history
  16. - remove redundant "length" member function (prefer width)

    - use std::pow(10, db.rep/20) for decibel to double conversion
    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    1745fed View commit details
    Browse the repository at this point in the history
  17. needs to be inline

    MSVC does not want this constexpr
    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    4e24e4e View commit details
    Browse the repository at this point in the history
  18. Added exponential generator

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    5a7250d View commit details
    Browse the repository at this point in the history
  19. updates

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    f0028a7 View commit details
    Browse the repository at this point in the history
  20. - Added ramp up and down variants

    - Added linear growth generator
    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    d743492 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0cb9867 View commit details
    Browse the repository at this point in the history
  22. Added hold-line generator

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    efdb7b2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f75509f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    88e56bf View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a235520 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b18424e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8f4646a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    05de5bd View commit details
    Browse the repository at this point in the history
  29. more synth docs

    generator docs
    update: more on synthesizers
    synthesizers!
    docs update
    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    202e813 View commit details
    Browse the repository at this point in the history
  30. Start using C++ concepts

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    2a1e07f View commit details
    Browse the repository at this point in the history
  31. Use constrained auto syntax

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    c8f03e2 View commit details
    Browse the repository at this point in the history
  32. Use c++ concepts

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    af214a9 View commit details
    Browse the repository at this point in the history
  33. note on term scaler

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    8473317 View commit details
    Browse the repository at this point in the history
  34. sin_cos_gen

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    b635a76 View commit details
    Browse the repository at this point in the history
  35. - Add noise gen test

    - Remove brown noise
    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ac05b0d View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    ea019c6 View commit details
    Browse the repository at this point in the history
  37. Update main.yml

    Use gcc10 for c++ concepts
    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    4083b72 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    28f9983 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    65c3198 View commit details
    Browse the repository at this point in the history
  40. fix for msvc error

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    62ab5b3 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    e737264 View commit details
    Browse the repository at this point in the history
  42. Added plots

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ef56a00 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    3b5d3e1 View commit details
    Browse the repository at this point in the history
  44. use vector instead of list

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    77da1a2 View commit details
    Browse the repository at this point in the history
  45. cleaning up the concepts:

    - no more NonLinearValue, just Value
    - removed pitch and interval
    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    de1895e View commit details
    Browse the repository at this point in the history
  46. added sin-cos generator docs

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    5b8b49b View commit details
    Browse the repository at this point in the history
  47. correct fix for msvc

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    391f4b8 View commit details
    Browse the repository at this point in the history
  48. doc updates

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    a804893 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    ad21094 View commit details
    Browse the repository at this point in the history
  50. refining concepts

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    94f2f76 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    310a275 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    da3b635 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    d8e6370 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    ea077de View commit details
    Browse the repository at this point in the history
  55. Update README.md

    Added warning documentation and code changes happening.
    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    5b6a196 View commit details
    Browse the repository at this point in the history
  56. envelope gen doc updates

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    bfc7516 View commit details
    Browse the repository at this point in the history
  57. WIP envelope_gen documentation

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    32a6511 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    21777d0 View commit details
    Browse the repository at this point in the history
  59. Update README.md

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    dbf22c5 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    7ab384a View commit details
    Browse the repository at this point in the history
  61. Major change:

    - decibel now does not have a direct constructor from double/float. Instead we introduce lin2db to convert from linear values to decibel.
    - as_float(db) and as_double(db) are now renamed to lin_float(db) and lin_double(db)
    - phase now does not have a direct constructor from double/float. Instead we introduce frac2phase to convert from fractional values to decibel.
    - as_float(ph) and as_double(ph) are now renamed to frac_float(db) and frac_double(db)
    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    66a9d4e View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    617fbaf View commit details
    Browse the repository at this point in the history
  63. Update README.md

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    748f1ec View commit details
    Browse the repository at this point in the history
  64. Envelope generator doc updates

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    c6c966d View commit details
    Browse the repository at this point in the history
  65. - Adjust doc to the latest API changes

    - Fix the terminologies (e.g. rename "scalar value" to "arithmetic value")
    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    5c1cbc6 View commit details
    Browse the repository at this point in the history
  66. removed intermediate parents

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    64469e1 View commit details
    Browse the repository at this point in the history
  67. Update README.md

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    1c862e2 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    aeba3fa View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    dc5b216 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    07e0f48 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    9751dd6 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    54bca8c View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    b4a213a View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    576acfd View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    d889dbf View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    726636f View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    b242458 View commit details
    Browse the repository at this point in the history
  78. Update README.md

    Update README.md
    
    Single link to User's Guide
    Revert "Auxiliary commit to revert individual files from ea6e303"
    
    This reverts commit f9a2180762a4284eb7dcf5db7d204158c2dbb858.
    docs on develop from now on...
    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    e13e19e View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    38989f3 View commit details
    Browse the repository at this point in the history
  80. - changed: pitch is just a typedef to an interval plus special functi…

    …ons for operating with intervals as pitch
    
    - Pitch and interval doc updates
    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    2279517 View commit details
    Browse the repository at this point in the history
  81. Revert "- changed: pitch is just a typedef to an interval plus specia…

    …l functions for operating with intervals as pitch"
    
    This reverts commit ecb6717.
    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    7d12255 View commit details
    Browse the repository at this point in the history
  82. Allow mixed unit type operation as long as they are of the same kind …

    …(e.g. pitch and interval)
    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    bf97948 View commit details
    Browse the repository at this point in the history
  83. fix: API update

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    41b24d3 View commit details
    Browse the repository at this point in the history
  84. Documentation updates

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    6fd4da8 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    b15c0ba View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    0ecf63c View commit details
    Browse the repository at this point in the history
  87. Merge branch 'develop'

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    3a827d7 View commit details
    Browse the repository at this point in the history
  88. Fundamentals documentation

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    6677586 View commit details
    Browse the repository at this point in the history
  89. Biquad documentation

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    e5c6746 View commit details
    Browse the repository at this point in the history
  90. Dynamics documentation

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    fdc337c View commit details
    Browse the repository at this point in the history
  91. Merge branch 'develop'

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    4c030dc View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    787f79a View commit details
    Browse the repository at this point in the history
  93. Update README.md

    djowel authored May 22, 2023
    Configuration menu
    Copy the full SHA
    d295125 View commit details
    Browse the repository at this point in the history
  94. Update README.md

    djowel authored May 22, 2023
    Configuration menu
    Copy the full SHA
    8a257a8 View commit details
    Browse the repository at this point in the history
  95. Update README.md

    djowel authored May 22, 2023
    Configuration menu
    Copy the full SHA
    e29e059 View commit details
    Browse the repository at this point in the history
  96. Wrong audio device ID

    djowel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    fad283f View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. fix wrong URL

    djowel committed May 25, 2023
    Configuration menu
    Copy the full SHA
    958ed3d View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Doc refinements

    djowel committed May 27, 2023
    Configuration menu
    Copy the full SHA
    0efa8a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20c6fbd View commit details
    Browse the repository at this point in the history
  3. Reorganizing stuff around

    djowel committed May 27, 2023
    Configuration menu
    Copy the full SHA
    efac2e4 View commit details
    Browse the repository at this point in the history
  4. Noise gate documentation

    djowel committed May 27, 2023
    Configuration menu
    Copy the full SHA
    e5744eb View commit details
    Browse the repository at this point in the history
  5. Doc updates + added Onset Gate

    djowel committed May 27, 2023
    Configuration menu
    Copy the full SHA
    eb0c660 View commit details
    Browse the repository at this point in the history
  6. small tweak

    djowel committed May 27, 2023
    Configuration menu
    Copy the full SHA
    496dac5 View commit details
    Browse the repository at this point in the history
  7. DC Block documentation

    djowel committed May 27, 2023
    Configuration menu
    Copy the full SHA
    e37d0b6 View commit details
    Browse the repository at this point in the history
  8. fixed doc mistake

    djowel committed May 27, 2023
    Configuration menu
    Copy the full SHA
    3b5c9b7 View commit details
    Browse the repository at this point in the history
  9. Added one-pole-lowpass

    djowel committed May 27, 2023
    Configuration menu
    Copy the full SHA
    5a97a6a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Added Literals section

    djowel committed May 28, 2023
    Configuration menu
    Copy the full SHA
    94d6301 View commit details
    Browse the repository at this point in the history
  2. - rearranging

    - adding audio channels
    djowel committed May 28, 2023
    Configuration menu
    Copy the full SHA
    f455069 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. sync to infra update

    djowel committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    c8174a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42a11aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c43e1a View commit details
    Browse the repository at this point in the history
  4. refining the basic concepts

    djowel committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    c171604 View commit details
    Browse the repository at this point in the history
  5. Multi-buffer documentation

    djowel committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    dfb16b3 View commit details
    Browse the repository at this point in the history
  6. rearranging presentation

    djowel committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    01afa11 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    165b433 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    352d292 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Configuration menu
    Copy the full SHA
    8e8b0a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38df92d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b33f503 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #64 from propeller3D/develop

    Fix type of parameter in dc_block::operator= function
    djowel authored Jun 3, 2023
    Configuration menu
    Copy the full SHA
    1e71828 View commit details
    Browse the repository at this point in the history
  5. - Documentation for audio_stream

    - Prep for documenting MIDI
    djowel committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    c0aa7be View commit details
    Browse the repository at this point in the history
  6. doc updates; more MIDI prep.

    djowel committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    5bec0b0 View commit details
    Browse the repository at this point in the history
  7. Minor tweaks

    djowel committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    85b176f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. MIDI messages documentation

    djowel committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    6cc1bf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7842d02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7a70bb View commit details
    Browse the repository at this point in the history
  4. WIP q_io documentation

    djowel committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    3d56bb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffb44c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. * audio_device documentation

    * renaming audio_stream to audio_stream_base
    * renaming port_audio_stream to audio_stream
    * deprecating port_audio_stream
    djowel committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    0d56ceb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb778bc View commit details
    Browse the repository at this point in the history
  3. Added example

    djowel committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    3e14734 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. minor API changes

    djowel committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    882081c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. - audio_file documentation WIP.

    - API updates.
    djowel committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    2953edc View commit details
    Browse the repository at this point in the history
  2. Update main.yml

    djowel authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    d0d1f61 View commit details
    Browse the repository at this point in the history
  3. Just use our own concepts!

    djowel committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    9fea808 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. - Deprecated wav_memory

    - Removed biquad_filters.cpp example
    - Doc updates
    djowel committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    10204e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. rename *note* to *pitch*

    djowel committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    4d38380 View commit details
    Browse the repository at this point in the history
  2. renamed "note" to "pitch"

    djowel committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    8165e1c View commit details
    Browse the repository at this point in the history
  3. rename *note* to *pitch*

    djowel committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    5c59831 View commit details
    Browse the repository at this point in the history
  4. Just use pi

    djowel committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    c78b69c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Simplify; use std::pair.

    djowel committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    93c0920 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. audio_stream documentation

    djowel committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    aaed007 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. More docs. Ready for v1.0?

    djowel committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    efbef4c View commit details
    Browse the repository at this point in the history
  2. Some more last-minute tweaks

    djowel committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    1481eb9 View commit details
    Browse the repository at this point in the history
  3. Update v1.0 Beta

    djowel committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    2614ab0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a7eaf8 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    djowel authored Jun 18, 2023
    Configuration menu
    Copy the full SHA
    e4ca3ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60f4394 View commit details
    Browse the repository at this point in the history
  7. Missed this one.

    djowel committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    1da7940 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    djowel committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    7a9c6e4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e5acdf9 View commit details
    Browse the repository at this point in the history
  10. Missed this one.

    djowel committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    e3a6360 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. fix missing "inline" in dynamic.hpp for android ndk-build

    Fixes android ndk-build "duplicate symbol" error.
    
    "inline" may not have been added on purpose or accidentally. I am not expert with this (c++17). But seems like fixing android ndk build while don't broke Windows build.
    
    It should be evaluated by a specialist before commit.
    
    Error message in ndk-build without "inline":
    
    ld: error: duplicate symbol: cycfi::q::soft_knee_compressor::threshold(cycfi::q::decibel)
    >>> defined at dynamic.hpp:192 (./include\q/fx\dynamic.hpp:192)
    alperc84 authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    15d1a9c View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Merge pull request #65 from alperc84/develop

    fix missing "inline" in dynamic.hpp for android ndk-build
    djowel authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    cd1fca5 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. typo fix.

    djowel committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    f294933 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    b3cfdd5 View commit details
    Browse the repository at this point in the history
  2. submodule update

    djowel committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    3255b80 View commit details
    Browse the repository at this point in the history
  3. submodule update

    djowel committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    951dc80 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. - Updated to latest API changes

    - Fixed missing header
    djowel committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    2a3a026 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    02c5dd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdd55f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c6ddda View commit details
    Browse the repository at this point in the history
  4. Merge pull request #66 from schult/warning-fixes

    Warning fixes
    djowel authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    43d4b9c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    f34e927 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Merge pull request #67 from schult/warning-fixes

    Fix member initialization order in noise_gate
    djowel authored Sep 2, 2023
    Configuration menu
    Copy the full SHA
    ce4e18b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Cleanup, bump copyright date

    djowel committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    e5f981f View commit details
    Browse the repository at this point in the history
  2. submodule update

    djowel committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    5eb2cb2 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. format fix

    djowel committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    182fce4 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Correct implementation

    djowel committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    bfc63ef View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    00aeca7 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Bump copyright date

    djowel committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    2c2c6ab View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. remove unused file

    djowel committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f14d5ff View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Remove extra heading

    djowel committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    dee0ca6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    djowel committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d0b5c98 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'v1.0_beta'

    djowel committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7396a24 View commit details
    Browse the repository at this point in the history
  4. Is the name relevant?

    djowel committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8a15112 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop'

    djowel committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d9fd5e1 View commit details
    Browse the repository at this point in the history
  6. Version 1.0

    djowel committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7c92b75 View commit details
    Browse the repository at this point in the history
  7. We start versioning

    djowel committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9fc5811 View commit details
    Browse the repository at this point in the history
  8. Reclaiming master

    djowel committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    71bd777 View commit details
    Browse the repository at this point in the history
  9. Starting v1.5

    djowel committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    03bda30 View commit details
    Browse the repository at this point in the history
  10. Fix wrong version

    djowel committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    051dbd1 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'v1.0'

    djowel committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e559878 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cc04404 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'v1.0'

    djowel committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    41e44cb View commit details
    Browse the repository at this point in the history
  14. Update README.md

    djowel authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    542d964 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4996590 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cd771d8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    81568cf View commit details
    Browse the repository at this point in the history
  18. - Portaudio builds only with master

    - Use exact version of Cycfi Infra
    djowel committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c91f853 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8005284 View commit details
    Browse the repository at this point in the history
  20. Correct version

    djowel committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9e09ab6 View commit details
    Browse the repository at this point in the history
  21. Update README.md

    djowel authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ba00790 View commit details
    Browse the repository at this point in the history
  22. Update README.md

    djowel authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f90cf5d View commit details
    Browse the repository at this point in the history
  23. Merge branch 'v1.0'

    djowel committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5f6415a View commit details
    Browse the repository at this point in the history
  24. Readme updates

    djowel committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1451f68 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Setup guide update

    djowel committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8af02b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Decrease gate attack threshold

    djowel committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    8e534b2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    djowel committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    87c6c88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82a59ff View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    5c7483d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Update LICENSE

    djowel authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b183aba View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Some cleanup

    djowel committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e8155c2 View commit details
    Browse the repository at this point in the history
  2. Added inverse FFT

    djowel committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1fac53b View commit details
    Browse the repository at this point in the history
  3. various refinements

    djowel committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a016bcb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    b5de104 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dee9ee View commit details
    Browse the repository at this point in the history
  3. FFT regression testing

    djowel committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0d25623 View commit details
    Browse the repository at this point in the history
  4. Add testing to CI

    djowel committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d8a352e View commit details
    Browse the repository at this point in the history
  5. Enable the tests!

    djowel committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    063a20e View commit details
    Browse the repository at this point in the history
  6. Include all tests thus far

    djowel committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    145bfea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3240008 View commit details
    Browse the repository at this point in the history
  8. Doxygenize

    djowel committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d953af2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f31bdf5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c18dd8a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    05d1663 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    30ea25d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3404b4 View commit details
    Browse the repository at this point in the history
  3. Report the mismatch

    djowel committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    4ec41e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4601e51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d18474b View commit details
    Browse the repository at this point in the history
  6. Missed one test

    djowel committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    395ce65 View commit details
    Browse the repository at this point in the history
  7. This one too

    djowel committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    85bdcbf View commit details
    Browse the repository at this point in the history
  8. This one too

    djowel committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    e1b751e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b9d6aa0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d065b3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bc6cdd9 View commit details
    Browse the repository at this point in the history
  12. typo

    djowel committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    9385b8c View commit details
    Browse the repository at this point in the history
  13. Bump copyright date

    djowel committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    6e25290 View commit details
    Browse the repository at this point in the history
  14. Remove unused file

    djowel committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    d458886 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. - Added limiter and compressor limiter tests

    - Corrected errors in the documentation
    djowel committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9eb3174 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Added dynamic_smoother doc

    djowel committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    cc788de View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Added schmitt_trigger doc

    djowel committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    337bb55 View commit details
    Browse the repository at this point in the history
  2. Remove wrong expression

    djowel committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3eac7ed View commit details
    Browse the repository at this point in the history
  3. Ah one more thing

    djowel committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    fd57b93 View commit details
    Browse the repository at this point in the history
  4. Fix github actions error

    djowel committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a2ea01b View commit details
    Browse the repository at this point in the history
  5. Improved schmitt_trigger doc

    djowel committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e808ceb View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. peak documentation

    djowel committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    8b6aa04 View commit details
    Browse the repository at this point in the history
  2. Updated SVG

    djowel committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    2bf0021 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Doc updates

    djowel committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    721c318 View commit details
    Browse the repository at this point in the history
  2. Dynamic smoother doc

    djowel committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    13c058e View commit details
    Browse the repository at this point in the history
  3. small doc tweak

    djowel committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    91860e7 View commit details
    Browse the repository at this point in the history
  4. fix math

    djowel committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    be9979a View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Update README.md

    djowel authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    870ffc1 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    djowel authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    cb46c97 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Added Slide G test

    djowel committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    73d2b93 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    7d16ab6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75 from thirtythreeforty/fix-dynamic-smoother-lat…

    …ency
    
    dynamic_smoother: Fix extra cycle of latency
    djowel authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    146fec8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    c09fda1 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    e0f5835 View commit details
    Browse the repository at this point in the history