Jscott44 / RTEP5-the-raspberry-jam

Realtime digital guitar effects pedal designed for Raspberry PI, written in C++
MIT License
12 stars 0 forks source link

Button for enabling/disabling effect proccessing #94

Closed iamdario closed 5 months ago

iamdario commented 5 months ago

A button will be required to enable/disable the effects from processing the incoming buffers. This button will interact with the rest of the code using a callback from a class responsible for waiting for an interrupt from a GPIO pin.

Jscott44 commented 5 months ago

Moving to a hybrid system that can use a hardware button or a purely digital button.

AlanHam42 commented 5 months ago

Button has been implemented in GUI.