epfl-cs358 / 2024sp-exoskeleton

MIT License
3 stars 1 forks source link

[frontend] Two-octave piano visualizer #62

Closed annhit29 closed 3 months ago

annhit29 commented 3 months ago

The goal is to display a two-octave piano keyboard.

annhit29 commented 3 months ago

See commit piano visualizer for component4 in branch wei-en_app-client_end_API_calls: image

annhit29 commented 3 months ago

Then since there are white keys in the keyboard, I change page background color from white to darkgray . image

annhit29 commented 3 months ago

You can also see the version https://github.com/epfl-cs358/2024sp-exoskeleton/tree/main/frontend, adapted in order to combine the MIDI interpreter and the backend.