Skip to content

Commit 2c918ad

Browse files
committed
Merge branch 'gh-67'
* 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. ...
2 parents 5c9de1e + 63737fb commit 2c918ad

File tree

101 files changed

+11251
-2891
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+11251
-2891
lines changed

.github/workflows/build.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
- uses: actions/setup-python@v1
16+
- uses: actions/setup-python@v5
1717
with:
18-
python-version: '3.x'
18+
python-version: '3.12'
1919
- uses: BSFishy/pip-action@v1
2020
with:
2121
packages: |
@@ -48,9 +48,9 @@ jobs:
4848

4949
steps:
5050
- uses: actions/checkout@v2
51-
- uses: actions/setup-python@v1
51+
- uses: actions/setup-python@v5
5252
with:
53-
python-version: '3.x'
53+
python-version: '3.12'
5454
- uses: BSFishy/pip-action@v1
5555
with:
5656
packages: |

0 commit comments

Comments
 (0)