https://github.com/rtlevy/midi2
CS1 - My project for the MIDI assignment.
https://github.com/rtlevy/midi2
java midi
Last synced: 11 months ago
JSON representation
CS1 - My project for the MIDI assignment.
- Host: GitHub
- URL: https://github.com/rtlevy/midi2
- Owner: rtlevy
- License: mit
- Created: 2017-04-05T02:52:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-21T11:15:37.000Z (about 9 years ago)
- Last Synced: 2025-05-14T16:21:59.009Z (about 1 year ago)
- Topics: java, midi
- Language: Java
- Homepage:
- Size: 4.77 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Description
My project for the MIDI assignment. This is a MIDI sequencer
which allows for the input and playback of five notes and the
saving of those notes to a file which can be later loaded.
# Building
### With Maven
If you have Maven, do:
mvn install
You will find the JAR in the `target` directory. You can build JavaDocs
as follows:
mvn javadoc:javadoc
The JavaDoc will be in `target/site/apidocs`
### With Eclipse
From the *File* menu, choose *Import...*. In the dialog that pops up,
expand the *Maven* submenu and choose *Existing Maven Projects*. For the
"Root Directory" option, choose the project directory.