Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/winder/somepianoapp
MIDI Piano application
https://github.com/winder/somepianoapp
hacktoberfest midi piano
Last synced: 18 days ago
JSON representation
MIDI Piano application
- Host: GitHub
- URL: https://github.com/winder/somepianoapp
- Owner: winder
- Created: 2020-09-22T01:41:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T12:34:27.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T23:42:15.578Z (3 months ago)
- Topics: hacktoberfest, midi, piano
- Language: Java
- Homepage:
- Size: 7.19 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SomePianoApp
Some Piano App connects to a MIDI keyboard to help practice or show others what you're doing.
## Realtime Mode
In realtime mode notes you play are stretched along the timeline so that others can see what keys you're pressing and for how long.
## Playback Mode
Load up a MIDI file and play along as the notes fly across the screen.
## Spark View
The main spark view shows a vertical stripe for each note aligned with the corresponding key.
## Sheet Music View
The sheet music view attempts to draw notes on the grand staff.
# Quickstart
## Gradle
Run
```
~$ ./gradlew run
```Deploy
```
~$ ./gradlew jlink
~$ ./build/image/bin/rtp
```IntelliJ integration run/debug integration works with no configuration.
# Screenshots
![Playback mode playing Bach's Prelude in C major](screenshots/playback_mode.png?raw=true "Playback mode playing Bach's Prelude in C major")
![Watch mode](screenshots/watch_mode.png?raw=true "Watch mode")