Linux-SonivoxEAS v1.2.0
There is a new command line option to configure the audio buffer time for both GUI and text programs, in addition to command line options for the text program to change the reverb and chorus types and levels. All options are saved and remembered as defaults the next time the programs are executed again. A new help text documenting the command line options is included, for instance:
$ ./cmdlnsynth -h
Usage: ./cmdlnsynth [options] [files ...]
Command Line MIDI Synthesizer and Player
Options:
-v, --version Displays version information.
-h, --help Displays this help.
-b, --buffer <buffer_time> Audio buffer time in milliseconds.
-r, --reverb <reverb_type> Reverb type (none=-1,presets=0,1,2,3).
-c, --chorus <chorus_type> Chorus type (none=-1,presets=0,1,2,3).
-w, --wet <reverb_wet> Reverb wet (0..32765).
-l, --level <chorus_level> Chorus level (0..32765).
Arguments:
files MIDI Files (.mid;.kar)