Invocation

    java -jar JustChords.jar [options...] [XMLfile]

Options

--delay=n
Delay between notes (milliseconds) when arpeggiating a chord
--duration=n
Duration of chord playback (milliseconds)
--volume=n
Volume of chord playback (5..125)
--device=pattern
Regular expression matching the name of a MIDI output device. The pattern may need to be quoted. This is a Java Pattern.
--instrument=bank,patch
The bank number and patch number of the desired MIDI instrument
--clickVolume=n
Metronome click volume (0..127)
--clickNote=n
MIDI note number for metronome click (0..127)
--noteValue=note
Metronome click length (or Auto). Use quotes if the note name contains spaces. Accepted note names (case does not matter):
--legato=boolean
Enable or disable legato playback. Accepts true or false.
--swing8=boolean
Enable or disable swing eighth-note playback
--swingDot8=boolean
Enable or disable swing dotted-eighth-note/sixteenth-note playback
--tempo=n
Tempo (in quarter-notes per minute) for playback

Help Topic Index