{"id":21905298,"url":"https://github.com/pedrolcl/dmidiplayer","last_synced_at":"2025-04-15T23:32:26.214Z","repository":{"id":51491546,"uuid":"335387156","full_name":"pedrolcl/dmidiplayer","owner":"pedrolcl","description":"Drumstick MIDI File Player Multiplatform (mirror)","archived":false,"fork":false,"pushed_at":"2024-09-08T18:04:18.000Z","size":3131,"stargazers_count":22,"open_issues_count":6,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-09-08T19:41:35.253Z","etag":null,"topics":["alsa","drumstick","karaoke","linux","lyrics","macos","midi","piano-player","player","smf","soft-synths","windows","wrk"],"latest_commit_sha":null,"homepage":"https://dmidiplayer.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}},"created_at":"2021-02-02T18:35:38.000Z","updated_at":"2024-08-31T06:23:17.000Z","dependencies_parsed_at":"2023-02-07T14:46:54.311Z","dependency_job_id":"b4df153b-0b7f-41c1-a479-5894dfd3f32c","html_url":"https://github.com/pedrolcl/dmidiplayer","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolcl%2Fdmidiplayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolcl%2Fdmidiplayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolcl%2Fdmidiplayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolcl%2Fdmidiplayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pedrolcl","download_url":"https://codeload.github.com/pedrolcl/dmidiplayer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226950292,"owners_count":17708201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["alsa","drumstick","karaoke","linux","lyrics","macos","midi","piano-player","player","smf","soft-synths","windows","wrk"],"created_at":"2024-11-28T16:32:32.268Z","updated_at":"2025-04-15T23:32:26.208Z","avatar_url":"https://github.com/pedrolcl.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Drumstick Multiplatform MIDI File Player\n========================================\n\n[![Build on Linux](https://github.com/pedrolcl/dmidiplayer/actions/workflows/linux-build.yml/badge.svg)](https://github.com/pedrolcl/dmidiplayer/actions/workflows/linux-build.yml)\n\nThis application is a multiplatform MIDI file player for Linux, Windows and macOS. It reads .MID (Standard MIDI Files), .KAR (Karaoke), and .WRK (Cakewalk) file formats, and outputs MIDI events to hardware MIDI ports and also software synths.\n\n[Drumstick](https://drumstick.sourceforge.io/docs/index.html) is a set of GPLv3 licensed C++/Qt libraries for MIDI applications. The project includes several tools as examples, and among them is the drumstick-guiplayer utility that leverages the Drumstick::ALSA library, so it is available only for Linux (because the ALSA sequencer is a linux only technology). Some people have requested a program with the same functionalities on Windows and macOS, and here it is. But this program is much more than that, and also works on Linux ...\n\n![Screenshot](screenshot.png \"all windows\")\n\n[![Screencast at YouTube](https://img.youtube.com/vi/WgwxFmAsicc/0.jpg)](https://www.youtube.com/watch?v=WgwxFmAsicc)\n\nSome key features:\n\n* MIDI Output to hardware MIDI ports, or any other Drumstick backend like soft synths\n* Transpose song tonality between -12 and +12 semitones\n* Change MIDI volume level (using MIDI CC7)\n* Scale song speed between half and double tempo\n* Lyrics, Piano Player and MIDI Channels views\n* Supports MID/KAR/RMI (Standard MIDI Files) and WRK (Cakewalk) file formats\n\nThis multiplatform version offers equivalent functionality replacing Drumstick::ALSA by Drumstick::RT. The MIDI events scheduling/timing is performed inside the program with the only  help of the C++ standard library (threads and chrono). The MIDI output still has access to each operating system's MIDI infrastructure, but also to additional backends like ipMidi and soft synths.\n\nAlright, these are the build requirements:\n\n* C++11 compiler\n* [Qt 5](https://www.qt.io/download) \u003e= 5.15 or Qt6 \u003e= 6.2\n* [Drumstick 2.10](https://sourceforge.net/projects/drumstick/)\n* [Uchardet 0.0.8](https://www.freedesktop.org/wiki/Software/uchardet/)\n* [pandoc](https://pandoc.org/)\n* [CMake 3.16](https://cmake.org/)\n\nBuild and deployment commands (for Linux)\n\n```\n$ tar -xvzf dmidiplayer-x.y.z.tar.gz\n$ cd dmidiplayer-x.y.z\n$ mkdir build\n$ cmake -S . -B build -DCMAKE_PREFIX_PATH=\"$HOME/Qt;$HOME/drumstick2;$HOME/uchardet\"\n$ cmake --build build\n$ cmake --install build\n```\n\nYou probably don't need to use the CMake variable CMAKE_PREFIX_PATH at all, if your dependencies are installed on some standard prefix like \"/usr\" on Linux. Otherwise, you need to replace the contents of the parameter CMAKE_PREFIX_PATH with the actual paths in your system (in the example, each dependency was installed on a subdirectory under the $HOME directory). If you don't want to compile the program yourself, there are x86_64 precompiled packages for Linux, Windows and macOS at Sourceforge.\n\n[![Download Drumstick Multiplatform MIDI File Player](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/dmidiplayer/files/latest/download)\n\nBinary packages for several Linux distributions:\n\n[![Packaging status](https://repology.org/badge/vertical-allrepos/dmidiplayer.svg)](https://repology.org/project/dmidiplayer/versions)\n\nEnjoy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrolcl%2Fdmidiplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpedrolcl%2Fdmidiplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrolcl%2Fdmidiplayer/lists"}