{"id":20215962,"url":"https://github.com/vengarioth/midibase","last_synced_at":"2025-04-10T14:45:47.159Z","repository":{"id":56046439,"uuid":"288980470","full_name":"Vengarioth/midibase","owner":"Vengarioth","description":"A command line application to send commands to obs-websocket based on midi input","archived":false,"fork":false,"pushed_at":"2020-12-03T14:03:54.000Z","size":245,"stargazers_count":7,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T13:11:12.374Z","etag":null,"topics":["livestreaming","midi","obs","rust","twitch"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vengarioth.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"code_of_conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-20T10:49:56.000Z","updated_at":"2021-05-28T14:57:21.000Z","dependencies_parsed_at":"2022-08-15T12:10:20.236Z","dependency_job_id":null,"html_url":"https://github.com/Vengarioth/midibase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vengarioth%2Fmidibase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vengarioth%2Fmidibase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vengarioth%2Fmidibase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vengarioth%2Fmidibase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vengarioth","download_url":"https://codeload.github.com/Vengarioth/midibase/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248234054,"owners_count":21069509,"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":["livestreaming","midi","obs","rust","twitch"],"created_at":"2024-11-14T06:25:38.401Z","updated_at":"2025-04-10T14:45:47.137Z","avatar_url":"https://github.com/Vengarioth.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# midibase\n\n![ferris using a midi pad](./resources/midibase-small.png)\n\nA command line application to send commands to [obs-websocket](https://obsproject.com/forum/resources/obs-websocket-remote-control-obs-studio-from-websockets.466/) based on midi input. \n\nIncludes a midi input controlled soundboard that can play mp3, ogg and wav files.\n\n## installation\n\n```\ncargo install midibase\n```\n\n## setup\n\nCreate a file called `config.json` and add your commands\n\n```json\n{\n    \"commands\": [\n        {\n            \"command\": \"SetCurrentScene\",\n            \"button\": 50,\n            \"scene\": \"Game\"\n        },\n        {\n            \"command\": \"SetCurrentScene\",\n            \"button\": 51,\n            \"scene\": \"Queue\"\n        },\n        {\n            \"command\": \"PlaySound\",\n            \"button\": 36,\n            \"file\": \"./resources/test-sounds/1.wav\",\n            \"volume\": 1.0\n        }\n    ]\n}\n```\n\nThen start obs with the obs-websocket plugin installed and run midibase\n\n```\nmidibase run\n```\n\n## uninstall\n\nTo remove midibase just run `cargo uninstall midibase`\n\n## license\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvengarioth%2Fmidibase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvengarioth%2Fmidibase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvengarioth%2Fmidibase/lists"}