Skip to content

Commit

Permalink
Clarified documentation for build and execution
Browse files Browse the repository at this point in the history
  • Loading branch information
milux committed Oct 31, 2018
1 parent 744bbe5 commit a2aadc3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### Version 1.0.1
- Clarified documentation for build instructions

### Version 1.0
- Initial version
- Constants require adaptation for use
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ Combined with a MIDI-capable light control system is meant to provide an "Ambili
The tool was tested with **ProPresenter** background videos, **Native Instruments Komplete Audio 6** sound/MIDI interface and a **grandMA2 onPC** light control system.

## Requirements
Java SE 8.0 or higher with `javax.sound.midi` available
JDK 8.0 or higher with `javax.sound.midi` available

## Usage
`java -jar ppcolor.jar`
Build with `./gradlew jar proguard`

Run with `java -jar ppcolor-<version>.jar`

## Output
The program will print 2 Color values for every measurement:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}

group 'ppcolor'
version '1.0-SNAPSHOT'
version '1.1-SNAPSHOT'

apply plugin: 'kotlin'
apply plugin: 'application'
Expand Down

0 comments on commit a2aadc3

Please sign in to comment.