{"id":39854034,"url":"https://github.com/laenzlinger/midibox","last_synced_at":"2026-01-18T13:47:48.554Z","repository":{"id":65149868,"uuid":"163195349","full_name":"laenzlinger/midibox","owner":"laenzlinger","description":"Using a raspberry pi to build a midi foot switch box ","archived":false,"fork":false,"pushed_at":"2019-11-22T20:43:49.000Z","size":50,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-15T03:33:36.987Z","etag":null,"topics":["go","golang","midi","raspberrypi"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/laenzlinger.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}},"created_at":"2018-12-26T15:52:08.000Z","updated_at":"2021-08-29T08:59:41.000Z","dependencies_parsed_at":"2023-01-02T15:27:35.622Z","dependency_job_id":null,"html_url":"https://github.com/laenzlinger/midibox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/laenzlinger/midibox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laenzlinger%2Fmidibox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laenzlinger%2Fmidibox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laenzlinger%2Fmidibox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laenzlinger%2Fmidibox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laenzlinger","download_url":"https://codeload.github.com/laenzlinger/midibox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laenzlinger%2Fmidibox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28536863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T13:04:05.990Z","status":"ssl_error","status_checked_at":"2026-01-18T13:01:44.092Z","response_time":98,"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":["go","golang","midi","raspberrypi"],"created_at":"2026-01-18T13:47:48.055Z","updated_at":"2026-01-18T13:47:48.538Z","avatar_url":"https://github.com/laenzlinger.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Midibox\n\nPlaying with midi is a fun project to learn new technology. I created this small project to learn mainly about\nthe go language.\n\nI am using a [Raspberry Pi Zero W](https://www.raspberrypi.org/products/raspberry-pi-zero-w/) and an\n[Adafruit 128x64 OLED bonnet](https://www.adafruit.com/product/3531) to implement a small midi controller.\n\nThe reason for choosing this hardware is because it is so easily available and it offers a small screen and\nsome buttons to get started without any need to do any soldering.\n\nThe hardware is accessed by using the [periph](https://periph.io) hardware abstraction library.\n\nThis project is used to demonstrate the [go implementation of the RTP-MIDI protocol](https://github.com/laenzlinger/go-midi-rtp).\n\n## Hardware\n\nConeection of the DigiTech Control SEVEN switches:\n\n| Key    | Color   | Pin   | Chip   |\n|--------|---------|-------|--------|\n| 0      | türkis  |  12   | BCM 18 |\n| 1      | violett |  18   | BCM 24 |\n| 2      | violett |  22   | BCM 25 |\n| 3      | türkis  |  32   | BCM 12 |\n| 4      | white   |  36   | BCM 16 |\n| UP     | blue    |  33   | BCM 13 |\n| DOWN   | blue    |  37   | BCM 26 |\n\nsee [pinout](https://pinout.xyz/pinout/oled_bonnet)\n\nUpper Row Ground: white:  (Pin 20)\nLower Row Ground: orange  (Pin 30)\n\n## installation\n\n``` bash\nscp midibox.service pi@midibox\nssh pi@midibox sudo mv midibox.service /etc/systemd/system/midibox.service\nssh pi@midibox sudo systemctl enable midibox.service\nmake deploy\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaenzlinger%2Fmidibox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaenzlinger%2Fmidibox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaenzlinger%2Fmidibox/lists"}