{"id":25578986,"url":"https://github.com/bradleynull/keystation-interface","last_synced_at":"2025-06-28T02:31:40.326Z","repository":{"id":274340283,"uuid":"120132502","full_name":"bradleynull/keystation-interface","owner":"bradleynull","description":"Interface class for working with the USB M-Audio Keystation32","archived":false,"fork":false,"pushed_at":"2018-02-03T22:11:44.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T02:39:43.248Z","etag":null,"topics":["keystationmini32","python3","pyusb"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/bradleynull.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-03T21:46:02.000Z","updated_at":"2018-02-03T22:13:18.000Z","dependencies_parsed_at":"2025-01-26T18:25:22.889Z","dependency_job_id":"5aa6b780-1b72-4810-ab61-fc492af4b12b","html_url":"https://github.com/bradleynull/keystation-interface","commit_stats":null,"previous_names":["bradleynull/keystation-interface"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bradleynull/keystation-interface","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradleynull%2Fkeystation-interface","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradleynull%2Fkeystation-interface/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradleynull%2Fkeystation-interface/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradleynull%2Fkeystation-interface/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bradleynull","download_url":"https://codeload.github.com/bradleynull/keystation-interface/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradleynull%2Fkeystation-interface/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262363974,"owners_count":23299499,"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":["keystationmini32","python3","pyusb"],"created_at":"2025-02-21T03:45:16.537Z","updated_at":"2025-06-28T02:31:39.255Z","avatar_url":"https://github.com/bradleynull.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KeystationMini32 Interface\n\nA simple Python class for interfacing with the USB M-Audio KeystationMini32. \nThis will probably work for more classes of keyboards, but I just wanted it for\nthe 32 for now. Feel free to contribute!\n\n## Setup\n\nJust install the a virtual environment with the requirements file provided. \nYou'll want to look at the \n[pyusb installation instructions](https://github.com/pyusb/pyusb) when \ninstalling. You should only need `libusb` up and running.\n\n```bash\n$ virtualenv ./venv\n...\n$ . ./venv/bin/activate\n(venv) $ pip install -r ./requirements.txt\nCollecting pyusb==1.0.2 (from -r ./requirements.txt (line 1))\nInstalling collected packages: pyusb\nSuccessfully installed pyusb-1.0.2\n```\n\n## Usage\n```python\nimport keystation\n\ndef button_callback(button):\n    ...\n    \ndef key_callback(note, velocity):\n    ...\n\nkeyboard = keystation.Keystation32()\nkeyboard.add_button_callback(button_callback)\nkeyboard.add_key_callback(key_callback)\nkeyboard.open()\n\n... wait forever or at least some amount of time\n\nkeyboard.close()\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbradleynull%2Fkeystation-interface","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbradleynull%2Fkeystation-interface","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbradleynull%2Fkeystation-interface/lists"}