onlaj / Piano-LED-Visualizer

Piano LED Visualizer: Connect an LED strip to your Raspberry Pi and create an immersive visual experience for your piano playing
MIT License
498 stars 107 forks source link

My own syntesia #430

Closed agustinvaquero closed 12 months ago

agustinvaquero commented 1 year ago

Hi. Thank you for Your great work. I Am a C++ and OpenGL programer. Is posible, colaborate with you for develop an aplication like syntesia under Windows 10. I would try capture the notes through the Web interface... If It was share It with shared memory or send It by a socket. Thank you.

onlaj commented 1 year ago

Hello The Visualizer is already sending incoming notes through sockets when Midi Logging is enabled. https://github.com/onlaj/Piano-LED-Visualizer/blob/master/visualizer.py#L302 https://github.com/onlaj/Piano-LED-Visualizer/blob/master/webinterface/__init__.py#L20

Instead of sending it to locahost:8765 you can send it to your app. Good luck with your app!

agustinvaquero commented 1 year ago

ok. thanks maybe I'll try it, if I have enougth time...