{"id":31771481,"url":"https://github.com/spotlightkid/flow8-web-midi-control","last_synced_at":"2026-02-14T21:31:02.467Z","repository":{"id":309731423,"uuid":"1037312529","full_name":"SpotlightKid/flow8-web-midi-control","owner":"SpotlightKid","description":"An experiment in AI prompt-driven development of a browser-based MIDI control surface for Behringer Flow 8 digital mixers","archived":false,"fork":false,"pushed_at":"2025-08-13T13:27:32.000Z","size":204,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-10T03:39:52.493Z","etag":null,"topics":["ai-driven-development","behringer","digital-mixer","flow-8","midi-controller","web-midi","webapp"],"latest_commit_sha":null,"homepage":"https://spotlightkid.github.io/flow8-web-midi-control/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SpotlightKid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2025-08-13T11:37:58.000Z","updated_at":"2025-08-13T14:24:08.000Z","dependencies_parsed_at":"2025-08-13T14:43:07.748Z","dependency_job_id":"0f9156f9-28c5-46f8-963d-d28ef66eb85b","html_url":"https://github.com/SpotlightKid/flow8-web-midi-control","commit_stats":null,"previous_names":["spotlightkid/flow8-web-midi-control"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SpotlightKid/flow8-web-midi-control","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpotlightKid%2Fflow8-web-midi-control","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpotlightKid%2Fflow8-web-midi-control/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpotlightKid%2Fflow8-web-midi-control/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpotlightKid%2Fflow8-web-midi-control/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpotlightKid","download_url":"https://codeload.github.com/SpotlightKid/flow8-web-midi-control/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpotlightKid%2Fflow8-web-midi-control/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29456207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T21:29:27.764Z","status":"ssl_error","status_checked_at":"2026-02-14T21:28:11.111Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["ai-driven-development","behringer","digital-mixer","flow-8","midi-controller","web-midi","webapp"],"created_at":"2025-10-10T03:39:11.183Z","updated_at":"2026-02-14T21:31:02.444Z","avatar_url":"https://github.com/SpotlightKid.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flow 8 Web MIDI Control\n\nAn experiment in AI prompt-driven development of a browser-based MIDI control surface for \n[Behringer Flow 8] digital mixers\n\n\n## Usage\n\nConnect the Flow 8 via USB to your computer and turn it on. Run a local HTTP(S) server (e.g.\n[httplz] on a free port, e.g. 8000) serving the root directory of this repository and open a\nbrowser at e.g. `http://localhost:8000/`.\n\nOr you can use the latest version deployed at:\n\n    https://spotlightkid.github.io/flow8-web-midi-control/\n\nThe Flow 8 MIDI device should be detected automatically and the browser will ask your confirmation\nfor accessing MIDI devices.\n\n\n## Screenshot\n\n\u003cimg src=\"docs/flow8-web-midi-control-v27.jpg\" width=\"800\"\u003e\n\n\n## Bugs and Limitations\n\nThe software is still in beta stage and there are some known and unknown bugs and some features\nmissing.\n\n* The browser, in which you use this web app, must run on the device, which is connected to the\n  Flow 8 via USB, and it must support Web MIDI.\n  If you want to use it on a tablet or phone, it needs to support class-compliant USB MIDI devices,\n  and you'll probably need an OTG-adapter.\n* Full HD screen recommended.\n* No MIDI feedback (not supported by the hardware).\n* No value pick-up, so levels may jump from current value set in hardware to the value set via MIDI\n  (the hardware does not support value pick-up mode via MIDI).\n* Some (quite a few) settings can not be set via MIDI, only via the BT (mobile app) or on the\n  hardware itself.\n* Saving app state snapshots in local browser storage is untested.\n* Some UI layout errors (e.g. small faders).\n* Master / FX 1/2 / MON 1/2 EQ controls not yet implemented.\n* FX parameters have generic names (to be done).\n* Restoring mixer state from hardware via MIDI dump not yet implemented.\n\n\n## Author\n\nThis software was created by *Christopher Arndt* with the assistance of GPT-5.\n\n\n## License\n\nThis project is released under the *MIT* license. Please see the [LICENSE.md](./LICENSE.md) file \nfor details.\n\n\n[Behringer Flow 8]: https://www.behringer.com/product.html?modelCode=0603-AEW\n[httplz]: https://github.com/thecoshman/http\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspotlightkid%2Fflow8-web-midi-control","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspotlightkid%2Fflow8-web-midi-control","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspotlightkid%2Fflow8-web-midi-control/lists"}