{"id":28444656,"url":"https://github.com/ideoforms/monome","last_synced_at":"2026-02-27T22:43:06.505Z","repository":{"id":250718335,"uuid":"835264556","full_name":"ideoforms/monome","owner":"ideoforms","description":"Python library for Monome Grid and Arc devices, including high-level UI controls","archived":false,"fork":false,"pushed_at":"2025-05-12T10:49:39.000Z","size":82,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-23T11:52:41.371Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ideoforms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-07-29T13:36:40.000Z","updated_at":"2025-05-12T10:49:42.000Z","dependencies_parsed_at":"2024-07-29T17:33:41.303Z","dependency_job_id":"cbd9322d-87e1-472f-b5af-cc0b9a642c7a","html_url":"https://github.com/ideoforms/monome","commit_stats":null,"previous_names":["ideoforms/monome"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ideoforms/monome","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideoforms%2Fmonome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideoforms%2Fmonome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideoforms%2Fmonome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideoforms%2Fmonome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ideoforms","download_url":"https://codeload.github.com/ideoforms/monome/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideoforms%2Fmonome/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29917953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"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":[],"created_at":"2025-06-06T09:09:52.686Z","updated_at":"2026-02-27T22:43:06.483Z","avatar_url":"https://github.com/ideoforms.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# monomeui\n\nA Python package for interfacing with the [monome](https://monome.org/) Grid and Arc controllers. This library uses classic synchronous I/O, providing an alternative to the [pymonome](https://github.com/artfwo/pymonome) async library.\n\nTwo levels of interface are provided:\n\n - `Grid` and `Arc` provide low-level APIs directly to the SerialOSC commands, to modify the visual state and capture button presses and ring rotation events\n - `GridUI` and `ArcUI` encapsulate different high-level user interface paradigms, including unipolar/bipolar value displays. These interfaces support page-based rendering which can maintain and return states for different pages.\n\n```\n# Example: Arc UI\narcui = ArcUI()\npage = arcui.add_page(\"unipolar\")\n\n@page.handler\ndef handler(ring, level, delta):\n  print(\"Ring %d set to level %d\" % (ring, level))\n```\n\n## Requirements\n\n - A Monome [Grid](https://monome.org/docs/grid/) (tested with a 2021-edition 128, but should work with any generation) or [Arc](https://monome.org/docs/arc/) (tested with a 4-ring v2)\n - A computer running the [serialosc](https://monome.org/docs/serialosc/osc/) server (tested on macOS Ventura)\n - Python 3.9 or above\n\n## Usage\n\nConnect your monome device via USB. To test that the library works:\n\n```sh\n# run a test sequence on a grid, responding to button presses\npython3 -m monome.grid.grid \n\n# run a test sequence on an arc, responding to ring rotations\npython3 -m monome.arc.arc \n```\n\n## Examples\n\nFurther examples are available in [examples](examples).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fideoforms%2Fmonome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fideoforms%2Fmonome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fideoforms%2Fmonome/lists"}