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

94 button for enabling/disabling effect proccessing #95

Closed iamdario closed 5 months ago

iamdario commented 5 months ago

Based on Issue #94 . Button logic has now been added. Unfortunately, it was found that pigpio interferes with ALSA attempting to use the RPI's PCM pins and therefore the library cannot be used. Therefore, we have temporarily disabled the button logic from main.cpp to stop it from starting.