-
Notifications
You must be signed in to change notification settings - Fork 2
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
Provides a comprehensive and improved Daisy Host API, a better clock detector, and support for delay-based effects. #68
Merged
colinbdclark
merged 39 commits into
lichen-community-systems:main
from
colinbdclark:gh-67
Jul 11, 2024
Merged
Provides a comprehensive and improved Daisy Host API, a better clock detector, and support for delay-based effects. #68
colinbdclark
merged 39 commits into
lichen-community-systems:main
from
colinbdclark:gh-67
Jul 11, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ator. lichen-community-systemsgh-66: Simplifies ClockDetector for greater reliability. Improves Dusting example.
… Ensures all array access is wrapped.
Comparison of two calibration methods (current version works reasonably well, commented out version less so).
…f commented out impl.
… of carrier frequency in FM osc.
…or 1v/oct calibration.
… 1V/octave tracking.
… Bluemchen filter.
… pass filters. Includes some very primitive examples for the Bluemchen of a chorus effect and the simplest Schroeder reverb topology.
…le (comb to echo now).
…rom Schroeder's 1962 paper.
Updates Shroeder comb/allpass example with LPF.
…pology. Fixes bugs and implements as a graph of signals.
…nation of Moorer reverb.
Adds Dattoro's "industry standard" chorus/flanger/echo effect. Adds allpass interpolation to sig_DelayLine and a fast sine impl.
… of Host API for Daisy.
…of Daisy host infrastructure.
…mples for new host API.
Introduces device-level support and examples for Lichen Bifocals.
…polation. Fixes bugs with wrap-around behaviour and improves test coverage.
…xamples to latest API. Changes Freddie firmware to match Bubbles' MIDI map.
…host.. Updates Bluemchen calibrator and filter examples to latest API.
Updates all Bluemchen examples to work with the new Host API.
…ffered analog outputs, and for scaling outputs to accommodate situations like the DPT's offset internal DAC outputs.
… examples to new Host API.
…d bumps oversampling to 4x. Adds a little more gain to the Bifocals filter.
This was referenced Jul 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This "vaio-under-the-stairs" PR resolves gh-22, gh-66, and gh-67, and introduces an initial prototype for gh-65.
Highlights include: