{"id":13620107,"url":"https://github.com/pedrolcl/wrk2mid","last_synced_at":"2026-03-12T15:02:04.195Z","repository":{"id":128908090,"uuid":"385182572","full_name":"pedrolcl/wrk2mid","owner":"pedrolcl","description":"Cakewalk to Standard MIDI Files Command Line Utility Translator (mirror)","archived":false,"fork":false,"pushed_at":"2024-11-25T19:16:08.000Z","size":70,"stargazers_count":18,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-24T14:42:07.991Z","etag":null,"topics":["cakewalk","mid","midi","smf","wrk"],"latest_commit_sha":null,"homepage":"https://wrk2mid.sourceforge.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pedrolcl.png","metadata":{"files":{"readme":"readme.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-07-12T08:48:09.000Z","updated_at":"2025-10-06T09:11:12.000Z","dependencies_parsed_at":"2024-03-30T23:21:37.726Z","dependency_job_id":"8c206eb3-e7dd-4d49-9177-97e2432c6e44","html_url":"https://github.com/pedrolcl/wrk2mid","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/pedrolcl/wrk2mid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolcl%2Fwrk2mid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolcl%2Fwrk2mid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolcl%2Fwrk2mid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolcl%2Fwrk2mid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pedrolcl","download_url":"https://codeload.github.com/pedrolcl/wrk2mid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolcl%2Fwrk2mid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30429298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T14:34:45.044Z","status":"ssl_error","status_checked_at":"2026-03-12T14:09:33.793Z","response_time":114,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cakewalk","mid","midi","smf","wrk"],"created_at":"2024-08-01T21:00:52.323Z","updated_at":"2026-03-12T15:02:04.145Z","avatar_url":"https://github.com/pedrolcl.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"# wrk2mid: Cakewalk to Standard MIDI Files Translator\n\nwrk2mid is a command line utility for translating WRK (Cakewalk) files into MID (standard MIDI files) based on [Drumstick](https://drumstick.sourceforge.io/docs/index.html) (a set of GPLv3 licensed C++/Qt libraries for MIDI applications).\n\nLicense: GPLv3\n\n```\nUsage: wrk2mid [options] file\nCommand line utility for translating WRK (Cakewalk) files into MID (standard MIDI files)\n\nOptions:\n  -h, --help             Displays help on commandline options.\n  --help-all             Displays help including Qt specific options.\n  -v, --version          Displays version information.\n  -f, --format \u003cformat\u003e  SMF Format (0/1)\n  -o, --output \u003coutput\u003e  Output file name\n  -t, --test             Test only (no output)\n\nArguments:\n  file                   Input WRK File Name\n```\n\n## Building\n\nMinimum requirements:\n\n* C++17 compiler\n* [Qt6 or Qt5](https://www.qt.io/download)\n* [Drumstick 2.9](https://sourceforge.net/projects/drumstick/)\n* [pandoc](https://pandoc.org/) (optional, if BUILD_DOCS)\n* [CMake 3.16](https://cmake.org/)\n\n### Build and deployment commands (for Linux)\n\n```sh\n    tar xvf wrk2mid-x.y.z.tar.gz\n    cd wrk2mid-x.y.z\n    mkdir build\n    cmake -S . -B build -DCMAKE_PREFIX_PATH=\"$HOME/Qt5;$HOME/drumstick2\"\n    cmake --build build\n    cmake --install build\n```\n\nYou need to replace the contents of the parameter CMAKE_PREFIX_PATH with the actual paths in your system. There are precompiled packages at Sourceforge.\nSee the [CMake documentation](https://cmake.org/cmake/help/latest/guide/user-interaction/index.html#introduction) for details.\n\nYou may use Qt6 or Qt5 to build this program. If you prefer Qt5, then you should include in the cmake command line the argument USE_QT5=ON\n\n### Packaging notes\n\nThis program is not a GUI application, obviously. It is a command line application. The reason why there is a `wrk2mid.desktop` file is because it is required to build an AppImage. If you are building another type of distribution package, you probably should omit this file.\n\n## Downloads\n\n[![Download wrk2mid](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/wrk2mid/files/latest/download)\n\nhttps://sourceforge.net/projects/wrk2mid/files/\n\n### Git repository\n\n[Project page at SourceForge](https://sourceforge.net/projects/wrk2mid/)\n\n[Mirror at GitHub](https://github.com/pedrolcl/wrk2mid)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrolcl%2Fwrk2mid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpedrolcl%2Fwrk2mid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrolcl%2Fwrk2mid/lists"}