hugbug / conpianist

App to control Yamaha CSP digital pianos from Windows, macOS or Linux.
GNU General Public License v3.0
32 stars 4 forks source link

Do not reset piano state on short connection loses #48

Closed hugbug closed 4 years ago

hugbug commented 4 years ago

When connecting to piano via network the connection to piano is lost sometimes. The program usually quickly reconnects. Current program logic causes full piano reset after connection. That needs to be improved to avoid loosing of piano state.

Proposal: do not reset piano state if the connection was quickly reestablished. What is quickly? Let's say 10 seconds.

hugbug commented 4 years ago

That's no longer needed after implementing #51.