{"id":21199047,"url":"https://github.com/buzzinglight/modiy","last_synced_at":"2025-09-20T09:33:13.018Z","repository":{"id":244616155,"uuid":"140975269","full_name":"buzzinglight/Modiy","owner":"buzzinglight","description":"Modiy is an open-source hardware interface for modular synthesis.","archived":false,"fork":false,"pushed_at":"2019-03-16T08:45:43.000Z","size":5471,"stargazers_count":23,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-10T10:46:49.883Z","etag":null,"topics":["arduino","control","hardware","modular","sound","surface","synthetizer","vcv-rack-plugins"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/buzzinglight.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-07-14T20:16:02.000Z","updated_at":"2024-11-14T02:01:12.000Z","dependencies_parsed_at":"2024-06-16T05:38:11.459Z","dependency_job_id":"36508410-bcb3-4061-b6f9-3cf119445376","html_url":"https://github.com/buzzinglight/Modiy","commit_stats":null,"previous_names":["buzzinglight/modiy"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/buzzinglight/Modiy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzzinglight%2FModiy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzzinglight%2FModiy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzzinglight%2FModiy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzzinglight%2FModiy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buzzinglight","download_url":"https://codeload.github.com/buzzinglight/Modiy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzzinglight%2FModiy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276077249,"owners_count":25581289,"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-09-20T02:00:10.207Z","response_time":63,"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":["arduino","control","hardware","modular","sound","surface","synthetizer","vcv-rack-plugins"],"created_at":"2024-11-20T19:56:19.413Z","updated_at":"2025-09-20T09:33:12.956Z","avatar_url":"https://github.com/buzzinglight.png","language":"C++","readme":"# \u003cimg src=\"https://github.com/buzzinglight/Modiy/raw/master/res/admin/img/logo_red.png\" alt=\"logo\" width=\"250px\"/\u003e\nModiy is an open-source hardware interface for modular synthesis. **The project is in a work-in-progress status.**\n\n![alt text](https://github.com/buzzinglight/Modiy/raw/master/res/arduino/Synchronisation.png \"Synchronisation mechanism\")\n\n## Download binaries\n- Download release https://github.com/buzzinglight/Modiy/releases\n- Unzip and copy `Modiy` folder into the `Rack/plugins/` folder in your Documents location\n\n## Build from source code\n- Clone repository into the `plugins/` folder of VCV Rack source code (https://github.com/VCVRack) :\n\n```\ncd plugins\ngit clone https://github.com/buzzinglight/Modiy.git\n```\n\n- Build plugin (see https://github.com/VCVRack/Rack#building-plugins for help)\n\n```\ncd Modiy\nmake\n```\n\n## For all versions\n### Realtime Message Broker\n- Copy *Realtime Message Broker* binary (https://github.com/buzzinglight/RTBroker/releases) into `Modiy/res/` folder. **Do not copy index.html file.**\n- Launch *Realtime Message Broker*\n### Arduino source code\n- From the webpage opened by *Realtime Message Broker*, download *Arduino source code* at the bottom of the page and upload it into an Arduino Mega board.\n- After uploading, quit Arduino and open *Settings* page from the traybar icon of *Realtime Message Broker* and select the corresponding Arduino serial port in the list\n\n### Wiring\n- Launch *VCV Rack* with an instance of *Modiy* plugin on your rack (*Realtime Message Broker* will be automaticaly launched if you closed it).\n- Pin number for each potentiometers, switches or patching jacks can be found on the admin page of Modiy : right-click —\u003e *Open webpage* then select *Show pin number* (selected by default). Wire components in this way (and add as many Arduino MEGA as needed by Modiy) :\n\n![alt text](https://github.com/buzzinglight/Modiy/raw/master/res/arduino/Wiring%20help%20-%20wiring.png \"Wiring schematic\")\n\n\n![alt text](https://github.com/buzzinglight/Modiy/raw/master/res/arduino/Wiring%20help%20-%20schematic.png \"Electronic schematic\")\n\n## OSC commands\nIf you want to control VCV Rack from OSC (instead of Arduino), here are the main messages to be sent on `57130` port. IDs of potentiometers, switches or patching jacks can be found on the admin page of Modiy : right-click —\u003e *Open webpage* then select *Show IDs*.\n\n### Potentiometers\n```\n/potentiometer/set/absolute \u003cpotentiometerId\u003e \u003cabolsute value\u003e\n/potentiometer/set/norm \u003cpotentiometerId\u003e \u003cvalue between 0 and 1\u003e\n/potentiometer/add/absolute \u003cpotentiometerId\u003e \u003cabsolute value to be added\u003e\n/potentiometer/add/norm \u003cpotentiometerId\u003e \u003cvalue between -1 and 1 to be added\u003e\n/potentiometer/reset \u003cpotentiometerId\u003e\n```\n\n### Switches\n```\n/switch \u003cswitchId\u003e \u003c0|1 : switch off or on\u003e\n```\n\n### Wires\nBe careful, only plug outputs on inputs. However, you can permute the arguments in the OSC messages.\n```\n/link \u003cjackId source\u003e \u003cjackId destination\u003e \u003c0|1 : remove or add a wire\u003e\n/link/clear\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuzzinglight%2Fmodiy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuzzinglight%2Fmodiy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuzzinglight%2Fmodiy/lists"}