{"id":21905296,"url":"https://github.com/pedrolcl/kmidimon","last_synced_at":"2025-10-28T11:36:04.947Z","repository":{"id":128908003,"uuid":"343226164","full_name":"pedrolcl/kmidimon","owner":"pedrolcl","description":"Drumstick MIDI Monitor (Mirror)","archived":false,"fork":false,"pushed_at":"2024-12-28T15:33:06.000Z","size":1800,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"devel","last_synced_at":"2025-04-15T23:44:18.116Z","etag":null,"topics":["linux","midi","monitor","qt"],"latest_commit_sha":null,"homepage":"https://sourceforge.net/projects/kmidimon/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.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":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-02-28T22:11:00.000Z","updated_at":"2025-01-21T12:33:54.000Z","dependencies_parsed_at":"2023-05-01T01:47:30.193Z","dependency_job_id":"a0908229-b8bd-4619-892b-80f97fa94031","html_url":"https://github.com/pedrolcl/kmidimon","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/pedrolcl/kmidimon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolcl%2Fkmidimon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolcl%2Fkmidimon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolcl%2Fkmidimon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolcl%2Fkmidimon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pedrolcl","download_url":"https://codeload.github.com/pedrolcl/kmidimon/tar.gz/refs/heads/devel","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolcl%2Fkmidimon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281432220,"owners_count":26500402,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["linux","midi","monitor","qt"],"created_at":"2024-11-28T16:32:31.584Z","updated_at":"2025-10-28T11:36:04.918Z","avatar_url":"https://github.com/pedrolcl.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Drumstick MIDI Monitor (a.k.a. kmidimon)\n\n[![Build on Linux](https://github.com/pedrolcl/kmidimon/actions/workflows/linux-build.yml/badge.svg)](https://github.com/pedrolcl/kmidimon/actions/workflows/linux-build.yml)\n\n[Drumstick MIDI Monitor](https://kmidimon.sourceforge.io) logs MIDI events\ncoming from MIDI external ports or applications via the ALSA sequencer,\nand from SMF (Standard MIDI files) or WRK (Cakewalk/Sonar) files. It is especially useful if you want to debug\nMIDI software or your MIDI setup. It features a nice graphical user interface, customizable event filters and\nsequencer parameters, support for MIDI and ALSA messages, and saving the recorded event list to a SMF or text file.\n\nFor brief building instructions, see [INSTALL.md](INSTALL.md).\n\n## Downloads\n\nSources: https://sourceforge.net/projects/kmidimon/files/\n\n[![Download Drumstick MIDI Monitor](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/kmidimon/files/latest/download)\n\n[\u003cimg width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/\u003e](https://flathub.org/apps/details/net.sourceforge.kmidimon)\n\n[![Packaging status](https://repology.org/badge/vertical-allrepos/kmidimon.svg)](https://repology.org/project/kmidimon/versions)\n\n## Developers environment\n\nYou need the following software:\n\n* CMake 3.16 or later\n* Qt libraries 6.2 or later (Qt \u003e= 5.12 using USE_QT5=On)\n* ALSA library\n* Drumstick 2.10 or later\n\n## Getting the development sources\n\nCompiling and hacking the Git sources is a bit different compared to the\ndistribution tarball. You can get the latest sources either using a sourceforge\nuser account, or the anonymous user (with read only rights). The Git client \ndocumentation for SourceForge users is available at:\nhttps://sourceforge.net/p/forge/documentation/Git/\n\n### Clone the [drumstick Git repository](https://sourceforge.net/p/drumstick/git/ci/master/tree/).\n\nThere is also a [Git mirror at GitHub](https://github.com/pedrolcl/drumstick)\n\nexample:\n\n~~~sh\n    git clone git://git.code.sf.net/p/drumstick/git drumstick-git\n~~~\n\n### Clone kmidimon from the [Git repository](https://sourceforge.net/p/kmidimon/git/ci/master/tree/)).\n\nexample:\n\n~~~sh\n    git clone git://git.code.sf.net/p/kmidimon/git kmidimon-git\n~~~\n\nThere is also a [Git mirror at GitHub](https://github.com/pedrolcl/kmidimon)\n\n### Configure and compile\n\n~~~sh\n    cd kmidimon-git\n    mkdir build\n    cmake -S . -B build -DCMAKE_BUILD_TYPE=debug \\\n               -DCMAKE_PREFIX_PATH=$HOME/Qt/6.6.1/gcc_64/ \\\n               -DCMAKE_INSTALL_PREFIX=/usr/local/\n    cmake --build build --verbose\n~~~\n \nSee also [INSTALL.md](INSTALL.md)\n \n### Hack and enjoy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrolcl%2Fkmidimon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpedrolcl%2Fkmidimon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrolcl%2Fkmidimon/lists"}