| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Modiy is an open-source hardware interface for modular synthesis. The project is in a work-in-progress status.
cd plugins git clone https://github.com/buzzinglight/Modiy.git
cd Modiy make
If 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 —> Open webpage then select Show IDs.
/potentiometer/set/absolute <potentiometerId> <abolsute value> /potentiometer/set/norm <potentiometerId> <value between 0 and 1> /potentiometer/add/absolute <potentiometerId> <absolute value to be added> /potentiometer/add/norm <potentiometerId> <value between -1 and 1 to be added> /potentiometer/reset <potentiometerId>
/switch <switchId> <0|1 : switch off or on>
Be careful, only plug outputs on inputs. However, you can permute the arguments in the OSC messages.
/link <jackId source> <jackId destination> <0|1 : remove or add a wire> /link/clear
| Back | FazBrowse Home | New Git URL |