Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 993 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 993 Bytes

Disclaimer : this project moved to the protocol0 monorepo

Companion MIDI proxy script for Protocol0 remote script

It allows the Protocol0 backend to communicate back to the script.

NB : A surface script cannot listen to multiple midi ports at the same time

The remote script is already listening to the controller port (my faderfox ec4). So the only way to communicate with it from the backend is to create a second script : it's only goal is to forward midi to the main script.

So this script simply routes external midi messages received on its input port to the Protocol0 remote script. Should be loaded twice in Live. Once with P0_IN_MIDI, and the second time with P0_IN_HTTP virtual midi port as midi input port.