The-Music-Makers / robotic-recorder-player

This project is an open source hardware project that is intended to be an automated way to play a recorder instrument.
Creative Commons Attribution Share Alike 4.0 International
2 stars 2 forks source link

Improve finger de-energising timing #56

Open bennett-j opened 1 year ago

bennett-j commented 1 year ago

Currently fingers de-energise after a hard-coded 2-second delay so they are held between repeated notes but not forever. This is a temporary measure that clearly fails if notes are to be held for longer than 2 seconds. Once overheating is dealt with (#52), remove functionality in arduino_main.ino that de-energises the fingers and instead decode the end of song MIDI message and release the fingers then.