Man page - wrk2mid(1)
Packages contains this manual
Manual
WRK2MID
NAMESYNOPSIS
DESCRIPTION
Options
Arguments
EXIT STATUS
BUGS
SEE ALSO
AUTHORS
NAME
wrk2mid ā Cakewalk to Standard MIDI File Translator
SYNOPSIS
wrk2mid
[
-o
|
āoutput
output_file
]
[
-f
|
āformat
format
]
[
-t
|
ātest
] [
input_file
]
wrk2mid
[
-h
|
āhelp
|
āhelp-all
|
-v
|
āversion
]
DESCRIPTION
This program is a command line multiplatform converter utility from Cakewalk files to SMF. It reads .WRK (Cakewalk files), and outputs .MID (Standard MIDI files).
Options
-h, āhelp
Prints brief usage information.
-v, āversion
Prints the current version number.
-f, āformat format
Output SMF format (0/1).
-o, āoutput output_file
Output file name. By default is the same name as the input file, replacing .WRK with a .MID suffix.
-t, ātest
Test input file only, without producing output except the exit status.
Arguments
input_file
Input WRK (Cakewalk) file name.
EXIT STATUS
If no errors or warnings are detected, wrk2mid exits with status 0. A status of 1 is returned if one or more errors were detected while parsing the Cakewalk input file.
BUGS
See Tickets at Sourceforge <https://sourceforge.net/p/wrk2mid/tickets/> and GitHub <https://github.com/pedrolcl/wrk2mid/issues/>
SEE ALSO
qt5options (7)
AUTHORS
Pedro López-Cabanillas <plcl@users.sf.net>.