I'm working on the looper. Step one is to try to get a program where I can:
- press a key to start recording
- press a key to start looping (and stop recording)
- press a key to stop the looping and wait to start over again at 1 with next key.
I've managed to do that here:
https://github.com/dsagman/guitarpedal/blob/main/keypress.py
It was trickier than I expected. There's some oddities with the callbacks and pyo objects and the audio player not working if it was outside of the callback function. No idea why. But it works on my linux machine and now I need to get it working on the raspberry pi.
Next steps are to get it working as part of the existing pedal program and to wire it up to a button attached to a GPIO pin. I'm hoping to get an LED that blinks while recording, steady while looping, and then off when not active.
Maybe easy. maybe not so easy.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.