-
CleverOgre
- Pensacola, Florida
-
00:45
- 5h behind - https://relic.dcdalrymple.com/
- @coopersnout
- relic_se
- https://soundcloud.com/re-li-c
- channel/UCHkAZWgLw7hMTPTXnYLtnzg
Popular repositories Loading
-
PicoSynth_Sandbox-hardware
PicoSynth_Sandbox-hardware PublicRaspberry Pi Pico digital synthesizer board with I2S stereo audio i/o, MEMS microphones, MIDI i/o, a capacitive keybed, 1602 display, 2 rotary encoders, and LiPo battery. Designed for use with Circ…
Python 21
-
-
pico_synth_sandbox-library
pico_synth_sandbox-library Public archiveA CircuitPython library designed for the pico_synth_sandbox device to provide hardware abstraction and a number of additional audio synthesis features.
Python 16
-
pico-guitar-midi-tracker
pico-guitar-midi-tracker PublicConvert audio input from a guitar into monophonic midi output.
-
MozziMonoSynth
MozziMonoSynth Public archiveA simple Arduino monophonic synthesizer based on the Mozzi sound synthesis library https://github.com/sensorium/Mozzi.
C++ 5
819 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
April 2025
Created a pull request in adafruit/circuitpython that received 2 comments
Remove deprecated Biquad
and replace with BlockBiquad
Fixes #10061
Replace the deprecated synthio.Biquad
with synthio.BlockBiquad
(now named synthio.Biquad
)
Remove synthio.Synthesizer.low_pass_filter
, s…