https://github.com/skytreader/museic
Something to help me practice with the guitar
https://github.com/skytreader/museic
Last synced: 15 days ago
JSON representation
Something to help me practice with the guitar
- Host: GitHub
- URL: https://github.com/skytreader/museic
- Owner: skytreader
- Created: 2015-01-01T12:40:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-29T18:20:03.000Z (about 11 years ago)
- Last Synced: 2025-12-20T12:19:18.636Z (3 months ago)
- Language: Java
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.markdown
Awesome Lists containing this project
README
# museic
Just a plain simple MP3 player with a few hacks to help me practice with the
Guitar.
Features like,
- Allow a delay before playing a track. This is to give you time to prepare if
you want to play along with the track.
- Ummm...that's all for now...
# Compiling
This is a Maven project and _strictly_ needs an **Oracle** JDK and JRE since it
uses JavaFX. Actually, you _might_ be able to work with OpenJDK but I don't know
how to make JavaFX work with it.
Java 6 should be fine but I've only tested this in Java 7. Java 8 has better
theoretical compatibility than Java 6.