Skip to content

A piano app made with Flutter as a gRPC example

License

Notifications You must be signed in to change notification settings

kaboc/flutter_remote_piano

Repository files navigation

Remote Piano

A toy piano app made with Flutter as a gRPC example, with a unique feature to interact with remote devices.

Screencast

Demo

https://kaboc.github.io/flutter_remote_piano/

See the information on web limitations below.

Supported platforms

  • Android
  • iOS
  • Web (limited)
    • The app gets disconnected right after the first note is sent on the web.
    • gRPC-Web is used for web instead of grpc-dart.
    • Sending notes is not supported due to the limited functionality of gRPC-Web.
    • Receiving notes does not start unless you send a request by tapping any one of keys after connected to a server.
      • Receiving notes is no longer supported either.
    • Tapping more keys cause an error printed in a browser console.
    • A gateway proxy is necessary between a server and clients.

No sound font (.sf2) file is in this repository. Search and get one, and place it in /assets/sf2/ before you run the app.

Server

Either of the servers below is necessary if you use the remote operation feature of the app.

Credits