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

Refactor: change DSPBlock to take new buffer type with separate containers per-channel #13

Merged
merged 15 commits into from
Mar 23, 2024

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    3e4a6b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd620f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    93183d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    622af00 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

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

Commits on Mar 22, 2024

  1. Merge branch 'main' into refactor/dsp-block-buffer

    # Conflicts:
    #	src/dsp/mod.rs
    SolarLiner committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    33ee36d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4773b06 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Merge branch 'main' into refactor/dsp-block-buffer

    # Conflicts:
    #	examples/diodeclipper/src/lib.rs
    #	examples/dirty-biquad/src/lib.rs
    #	examples/ladder/src/lib.rs
    #	examples/svfmixer/src/lib.rs
    #	src/dsp/blocks.rs
    #	src/oscillators/wavetable.rs
    #	src/oversample/mod.rs
    SolarLiner committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    bf79c06 View commit details
    Browse the repository at this point in the history
  2. fix: post-merge fixes

    SolarLiner committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    194e321 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into refactor/dsp-block-buffer

    # Conflicts:
    #	examples/diodeclipper/src/dsp.rs
    #	src/saturators/clippers/mod.rs
    SolarLiner committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    127f6a7 View commit details
    Browse the repository at this point in the history
  4. fix: post-merge fixes

    SolarLiner committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    64ea3c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d63430 View commit details
    Browse the repository at this point in the history
  6. test: fix snapshots

    SolarLiner committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    c6c6415 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0db83a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b40487 View commit details
    Browse the repository at this point in the history