Closed davidedelvento closed 1 month ago
According to https://github.com/stem-piano/stem-piano-g-main/blob/main/documentation/users_manual.md#ethernet ethernet data is sent when a key is held and pedal depressed. I see two problems with this approach:
I recommend switching to a procedure that uses ETHERNET_SEND_KEY as it is done for the damper board
The software now sends all 96 analog inputs all the time.
I made a YouTube video showing the new functionality -
https://www.youtube.com/watch?v=AWMlzoCq9G0
According to https://github.com/stem-piano/stem-piano-g-main/blob/main/documentation/users_manual.md#ethernet ethernet data is sent when a key is held and pedal depressed. I see two problems with this approach:
I recommend switching to a procedure that uses ETHERNET_SEND_KEY as it is done for the damper board