Download Latest Version wrk2mid-1.2.0.tar.bz2 (38.0 kB)
Email in envelope

Get an email when there's a new version of wrk2mid

Home / v1.0.0
Name Modified Size InfoDownloads / Week
Parent folder
wrk2mid-1.0.0-win64-setup.exe 2021-07-30 3.3 MB
wrk2mid-1.0.0-linux-x86_64.AppImage 2021-07-30 16.3 MB
wrk2mid-1.0.0.zip 2021-07-30 46.0 kB
wrk2mid-1.0.0.tar.gz 2021-07-30 39.2 kB
wrk2mid-1.0.0.tar.bz2 2021-07-30 37.0 kB
readme.md 2021-07-30 1.8 kB
Totals: 6 Items   19.7 MB 0

wrk2mid: Cakewalk to Standard MIDI Files Translator

wrk2mid is a 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

Building

Minimum requirements:

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, Windows and macOS at Sourceforge.

Downloads

Download wrk2mid

Git repository

Project page at SourceForge

Mirror at GitHub

Source: readme.md, updated 2021-07-30