diff --git a/README.md b/README.md index f69ad84..7104d96 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ This OSC2MQTT translates any OSC message on a server to MQTT. The server will listen to ALL OSC messages coming in at a specified port, and forwards these to an MQTT address. If the OSC address is /synthesizer/volume, it will be forwarded to the MQTADDRESS of OSC/synthesizer/volume, so make sure to subscribe to OSC. +Be aware, It's OSC2MQTT, not MQTT2OSC! + +I would like to create MIDI2MQTT + ### Running 1. Create a secrets.py with the following