{"id":21905326,"url":"https://github.com/pedrolcl/drumstick-rt-outoftree","last_synced_at":"2026-05-19T02:11:02.669Z","repository":{"id":45760192,"uuid":"513922934","full_name":"pedrolcl/drumstick-rt-outoftree","owner":"pedrolcl","description":"Drumstick::RT Out of Tree Template Plugin","archived":false,"fork":false,"pushed_at":"2022-07-16T11:08:53.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-27T07:28:42.488Z","etag":null,"topics":["drumstick","input-output","midi","plugin","qt","template"],"latest_commit_sha":null,"homepage":"","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":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-14T13:59:31.000Z","updated_at":"2022-07-20T11:54:14.000Z","dependencies_parsed_at":"2022-08-31T12:41:33.331Z","dependency_job_id":null,"html_url":"https://github.com/pedrolcl/drumstick-rt-outoftree","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolcl%2Fdrumstick-rt-outoftree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolcl%2Fdrumstick-rt-outoftree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolcl%2Fdrumstick-rt-outoftree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolcl%2Fdrumstick-rt-outoftree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pedrolcl","download_url":"https://codeload.github.com/pedrolcl/drumstick-rt-outoftree/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244918710,"owners_count":20531686,"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":["drumstick","input-output","midi","plugin","qt","template"],"created_at":"2024-11-28T16:32:46.112Z","updated_at":"2026-05-19T02:11:02.619Z","avatar_url":"https://github.com/pedrolcl.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Drumstick::RT Out-of-Tree Template Plugin (drumstick-rt-outoftree)\n\nThis project is a template/example for building [Drumstick::RT](https://github.com/pedrolcl/drumstick) plugins, as an out-of-tree [^1] project.\n\nThere are already a number of [in-tree Drumstick::RT plugins](https://github.com/pedrolcl/drumstick/tree/master/library/rt-backends), the Dummy ones among them. Nothing forbids to build and distribute other independent plugins, and this project may be a template for that projects.\n\nThe rules for creating and deploying Drumstick::RT plugins are the same as other [Qt Plugins](https://doc.qt.io/qt-6/plugins-howto.html#the-low-level-api-extending-qt-applications).\n[Deployment rules](https://doc.qt.io/qt-6/deployment-plugins.html) mandate that plugins must share the same build and runtime Qt library major version with the applications using the plugins, and not be built with a higher minor version.\n\nA plugin may implement MIDI OUT or MIDI IN functionality for applications. To do so, the plugins must extend either the [MIDIOutput](https://github.com/pedrolcl/drumstick/blob/master/library/include/drumstick/rtmidioutput.h) or the [MIDIInput](https://github.com/pedrolcl/drumstick/blob/master/library/include/drumstick/rtmidiinput.h) interfaces.\n\nYou may want to read also the [documentation](https://drumstick.sourceforge.io/docs/index.html) about [Drumstick](https://drumstick.sourceforge.io/) and some of the utilities and examples.\n\nTwo plugins are included here: `drumstick-rt-dummy-in` and `drumstick-rt-dummy-out`, that implement the `MIDIInput` and `MIDIOutput` interfaces respectively, but without functionality.\n\nWhen installed, both plugins should be found and used by any Drumstick::RT based application, like [VMPK](https://vmpk.sourceforge.io) and [dmidiplayer](https://dmidiplayer.sourceforge.io).\n\nExternal RT plugins may have their own configuration dialogs and be developed and distributed like the in-tree ones. The same rules and functions for configuration dialogs should apply to them.\n\nThe plugins including an internal configuration dialog should expose the property:\n\n    Q_PROPERTY(bool isconfigurable ...)\n\nAnd also a public slot with this name and signature:\n\n    bool configure(QWidget *parent);\n\nUse this template to write your own plugins and enjoy!\n\n[^1]: Located outside of a source tree. Antonym: in-tree‎. [(Definition source)](https://www.wordsense.eu/out-of-tree/). This software engineering term was originated in the Linux kernel development community, [probably as a pun](https://www.collinsdictionary.com/dictionary/english/out-of-your-tree).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrolcl%2Fdrumstick-rt-outoftree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpedrolcl%2Fdrumstick-rt-outoftree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrolcl%2Fdrumstick-rt-outoftree/lists"}