Skip to content

detman/stomplooper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stomplooper

raspberry driven stompbox with looper

state of this project:

  • basic controlling and recording is done
  • audio output is work in progress

This is a raspberry project (Im using the raspberry 3) Using two LEDs (red and yellow), and a push button (with hardware pullup resistor)

when clicking the button, the hit is recorded. wenn holding the button pressed, the playback starts. playback happens in the sae rythm as you recorded it.

The red led flashes every time you hit the push button (light on when pressed, light off when released), the yellow button indicates the playback is running.

The programm is event driven; take a look at the "momentarybutton" class.

Because the application is controlled by hitting the button for short or long time, event detection is critical.

Notes:

THIS SCRIPT COMES WITH NO WARRANTY

Copyright Detlef Hüttemann (c) 2016 http://www.detlef-huettemann.com

About

raspberry driven stompbox with looper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages