Skip to content

Commit

Permalink
Merge branch 'gh-67'
Browse files Browse the repository at this point in the history
* gh-67: (39 commits)
  gh-63: Fixes bugs in Ladder implementation and bumps oversampling to 4x. Adds a little more gain to the Bifocals filter.
  Resolves gh-22: Updates Versio support to new Host API.
  gh-22: Adds a Patch_init() device and updates examples to new Host API.
  gh-67: Addresses several warning revealed by MSVC.
  Random stab in the dark for CI failure on macOS.
  gh-22: Adds support for different types of buffered analog outputs, and for scaling outputs to accommodate situations like the DPT's offset internal DAC outputs.
  gh-22: Updates DPT support to use new Host API.
  gh-22: Updates Lichen Medium device to ADCController API.
  gh-22: Adds device support for Nehcmeulb. Updates all Bluemchen examples to work with the new Host API.
  gh-22: Brings back encoder support for Daisy host.. Updates Bluemchen calibrator and filter examples to latest API.
  gh-22: Updates Bluemchen osc and bare board examples to latest API. Changes Freddie firmware to match Bubbles' MIDI map.
  Addresses some type coercion warnings raised by MSVC.
  gh-25: Adds unit tests for sig_dsp_List interpolation. Fixes bugs with wrap-around behaviour and improves test coverage.
  Adds normalization for ADC inputs. Introduces device-level support and examples for Lichen Bifocals.
  gh-22: Refactors Lichen Medium device and examples for new host API.
  gh-22: Working bare board test for Patch Init/Lichen Medium.
  gh-22: Still broken but improved refactoring of Daisy host infrastructure.
  Safety commit of half-working refactoring of Daisy host infrastructure.
  gh-22: Initial, partially-working refactoring of Host API for Daisy.
  gh-67: Improves Moorer reverb example. Adds Dattoro's "industry standard" chorus/flanger/echo effect. Adds allpass interpolation to sig_DelayLine and a fast sine impl.
  ...
  • Loading branch information
colinbdclark committed Jul 11, 2024
2 parents 5c9de1e + 63737fb commit 2c918ad
Show file tree
Hide file tree
Showing 101 changed files with 11,251 additions and 2,891 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.12'
- uses: BSFishy/pip-action@v1
with:
packages: |
Expand Down Expand Up @@ -48,9 +48,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.12'
- uses: BSFishy/pip-action@v1
with:
packages: |
Expand Down
Loading

0 comments on commit 2c918ad

Please sign in to comment.