{"id":15764330,"url":"https://github.com/timsusa/rpi-osc-midi-jukebox","last_synced_at":"2026-04-28T10:36:08.747Z","repository":{"id":85350775,"uuid":"344248613","full_name":"TimSusa/rpi-osc-midi-jukebox","owner":"TimSusa","description":"Turn your raspberry pi into a self running music jukebox, which is full controllable via OSC and MIDI. iOS and Android Controls supported ","archived":false,"fork":false,"pushed_at":"2021-03-03T23:33:47.000Z","size":211,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-30T21:08:05.641Z","etag":null,"topics":["bluetooth","midi","midi-controller","midi-keyboard-controller","music-player","osc","raspberry-pi","touchscreen"],"latest_commit_sha":null,"homepage":"","language":"Python","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/TimSusa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-03-03T20:00:47.000Z","updated_at":"2023-06-08T05:49:30.000Z","dependencies_parsed_at":"2023-03-03T03:46:00.967Z","dependency_job_id":null,"html_url":"https://github.com/TimSusa/rpi-osc-midi-jukebox","commit_stats":{"total_commits":22,"total_committers":1,"mean_commits":22.0,"dds":0.0,"last_synced_commit":"8758784ebfa1bc57ff79ac639f0818c234f9915c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TimSusa/rpi-osc-midi-jukebox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimSusa%2Frpi-osc-midi-jukebox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimSusa%2Frpi-osc-midi-jukebox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimSusa%2Frpi-osc-midi-jukebox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimSusa%2Frpi-osc-midi-jukebox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimSusa","download_url":"https://codeload.github.com/TimSusa/rpi-osc-midi-jukebox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimSusa%2Frpi-osc-midi-jukebox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32377587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T09:24:15.638Z","status":"ssl_error","status_checked_at":"2026-04-28T09:24:15.071Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["bluetooth","midi","midi-controller","midi-keyboard-controller","music-player","osc","raspberry-pi","touchscreen"],"created_at":"2024-10-04T12:02:35.100Z","updated_at":"2026-04-28T10:36:08.725Z","avatar_url":"https://github.com/TimSusa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"12%\" src=\"./docs/rpi.webp\"\u003e\n  \u003cimg width=\"12%\" src=\"./docs/clementine.png\"\u003e\n  \u003cimg width=\"12%\" src=\"./docs/touchosc.png\"\u003e\n  \u003cimg width=\"12%\" src=\"./docs/midi.jpg\"\u003e\n  \u003cimg width=\"12%\" src=\"./docs/blt.png\"\u003e\n  \u003cimg width=\"12%\" src=\"./docs/midi-bricks.png\"\u003e\n\u003c/p\u003e\n\n# rpi-osc-midi-jukebox\nTurn your raspberry pi into a self running music jukebox, which is fully controllable via OSC and MIDI. iOS and Android Controls supported \n\n# Features \n- self running music jukebox, with self repeating playlist from soma fm (configurable)\n- music player remote control via TouchOSC App (iOS, Android, see loading layout below)\n- possibility to start the device as bluetooth midi host for DAW remote usage\n\n# First Steps\n- Clone this repo into your raspberry pi home folder\n\n``` \ngit clone https://github.com/TimSusa/rpi-osc-midi-jukebox.git \ncd rpi-osc-midi-jukebox\n``` \n\n- Add the content of pi-home into your home folder of the raspberry pi (Do this on your own risk!)\n```\ncp -r pi-home/* $HOME/\n```\n\n- Copy the main service script:\n- have a look at .config/autostart/autostart-start-osc-midi-bridge.desktop which is used to start the service from /usr/bin\n```\nsudo cp $HOME/start-midi-space.sh  /usr/bin\n```\n\n- In order to change the volume via keyboard keys do the following:\n- Copy over the lxde Configuration (only if you have no personal dependencies here, be careful!):\n- On your keyboard keys, now you can change volume via hotkeys shift+ctrl left or right to increase or decrease the volume\n- Furthermore, this enables the remote scripts to react on volume changes via extern osc or midi signals\n\n``` \nsudo cp $HOME/lxde-pi-rc.xml /etc/xdg/openbox/\n```  \n\n# Dependencies\n- At first, please install dependencies on command line, to have basic functionality available:\n\n```\nsudo apt-get install -y clementine libnotify xdotool aconnectgui\n```\n\n- https://howchoo.com/pi/raspberry-pi-midi-keyboard-synthesizer\n- https://github.com/velolala/touchosc2midi\n\n\n- 64Bit Realtime Kernel OS: https://forum.linuxcnc.org/9-installing-linuxcnc/39779-rpi4-raspbian-64-bit-linuxcnc\n\n- Touch OSC: https://hexler.net/docs/touchosc-getting-started\n\n## Remote Control with TouchOSC\n- Please consider, TouchOSC costs money, otherwise if you deny to use commercial software, please have a look at Open Stage Control: https://openstagecontrol.ammd.net/ (Feedback is welcome!)\n- However, for TouchOSC, just use the file: RaspiTouchOsc.touchosc for loading into your touchOSC Application (iOS or Android is supported) see: https://hexler.net/docs/touchosc-configuration-layout-load-and-remove\n\n# Working as a bluetooth midi server\n- This device could act as an additional midi source like keyboard or hardware midi controller\n- the other way arround, midi could be send to the device for further internal usage (consider to use Ardour on the rpi for handling MIDI input signals and generating sound on this)\n- Bluetooth MIDI Setup: https://neuma.studio/rpi-midi-complete.html (scroll down to bluetooth midi chapter only, forget about the rest)\n\n- Consider to compile the lib for your pi:\n\n``` \ngit clone https://github.com/oxesoft/bluez\nsudo apt-get install -y autotools-dev libtool autoconf\nsudo apt-get install -y libasound2-dev\nsudo apt-get install -y libusb-dev libdbus-1-dev libglib2.0-dev libudev-dev libical-dev libreadline-dev\ncd bluez\n./bootstrap\n./configure --enable-midi --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --localstatedir=/var\nmake\nsudo make install \n``` \n\n- Now you should be able to start the script:\n\n``` \nsudo /home/pi/bin/start-blt-midi.sh \n``` \n\n- If all this went fine without any issues, you should be able to see your rpi device in your DAW host on the other side for any MIDI communication. \n--\u003e on Mac you can start the audio/midi tool and open up the bluetooth midi view to see if anything is here\n--\u003e Ableton Live should show it as a new driver called: \"RPi Bluetooth\"\n--\u003e on Win this is not tested. \n\n\n# Working as MIDI Controller Source\n- Consider to have a look at midi bricks:\nhttps://github.com/TimSusa/midi-bricks\n- Install for Raspberry Pi can be found here: https://github.com/TimSusa/midi-bricks/releases\n- Chose the *.arm7.AppImage File for download\n- Make the file executable on commandline:\n``` \nchmod +x midi-bricks*.AppImage\n./midi-bricks*.AppImage\n```  \n\n- No you can start the application via double click\n- After starting the application enable the drivers first (see simple button in the app)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimsusa%2Frpi-osc-midi-jukebox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimsusa%2Frpi-osc-midi-jukebox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimsusa%2Frpi-osc-midi-jukebox/lists"}