wrk2mid is an open source command line utility for translating WRK (Cakewalk) files into MID (standard MIDI files) based on Drumstick (a set of GPLv3 licensed C++/Qt libraries for MIDI applications).
License: GPLv3
Usage: wrk2mid [options] file
Command line utility for translating WRK (Cakewalk) files into MID (standard MIDI files)
Options:
-h, --help Displays help on commandline options.
--help-all Displays help including Qt specific options.
-v, --version Displays version information.
-f, --format <format> SMF Format (0/1)
-o, --output <output> Output file name
-t, --test Test only (no output)
Arguments:
file Input WRK File Name
Minimum build requirements:
- C++11 compiler
- Qt5 or Qt6
- Drumstick 2.3
- pandoc
- CMake 3.14
Build and deployment commands (for Linux):
$ tar -xvzf wrk2mid-x.y.z.tar.gz
$ cd wrk2mid-x.y.z
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_PREFIX_PATH="$HOME/Qt5;$HOME/drumstick2"
$ make
$ make install
You need to replace the contents of the parameter CMAKE_PREFIX_PATH with the actual paths in your system. There are x86_64 precompiled packages for Linux and Windows.
Downloads:
https://sourceforge.net/projects/wrk2mid/files/v1.0.0/
Git repository:
https://sourceforge.net/p/wrk2mid/code/ci/master/tree/
Mirror at GitHub:
https://github.com/pedrolcl/wrk2mid