forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
synthio: Add a form of biquad filter that uses BlockInputs #9756
Merged
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 01dc1db - Browse repository at this point
Copy the full SHA 01dc1dbView commit details -
BlockBiquad takes kind, f0 (center frequency) & Q (sharpness) block type arguments and calculates the actual filter coefficients every frame. This allows the filter characteristics f0 and Q to be changed dynamically from LFOs & arithmetic blocks. A new manual test demonstrates this on a host computer, playing a simple tone that is dynamically filtered.
Configuration menu - View commit details
-
Copy full SHA for ce0c1c7 - Browse repository at this point
Copy the full SHA ce0c1c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fef6b4 - Browse repository at this point
Copy the full SHA 1fef6b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e999bd - Browse repository at this point
Copy the full SHA 9e999bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c7ae41 - Browse repository at this point
Copy the full SHA 2c7ae41View commit details -
Configuration menu - View commit details
-
Copy full SHA for b03d396 - Browse repository at this point
Copy the full SHA b03d396View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e891bce - Browse repository at this point
Copy the full SHA e891bceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21ebcad - Browse repository at this point
Copy the full SHA 21ebcadView commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 53bd93c - Browse repository at this point
Copy the full SHA 53bd93cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3d7eb6 - Browse repository at this point
Copy the full SHA a3d7eb6View commit details
Commits on Nov 7, 2024
-
Synthesizer: Match documentation to implementation.
The docstrings incorrectly gave the name of the argument; the code only accepts the argument name "Q": ``` { MP_QSTR_Q, MP_ARG_OBJ, {.u_obj = MP_OBJ_NULL } }, ```
Configuration menu - View commit details
-
Copy full SHA for 6ff3860 - Browse repository at this point
Copy the full SHA 6ff3860View commit details -
BlockBiquad: Use
Q
as argument nameSynthesizer.lpf takes `Q` as the argument name, use the same convention here.
Configuration menu - View commit details
-
Copy full SHA for c06e6ee - Browse repository at this point
Copy the full SHA c06e6eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c377123 - Browse repository at this point
Copy the full SHA c377123View commit details
Commits on Nov 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2442d8c - Browse repository at this point
Copy the full SHA 2442d8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 411ba7a - Browse repository at this point
Copy the full SHA 411ba7aView commit details
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.