From 0f0f5dcb683527663f7b34fdf90f18f2fcfac90f Mon Sep 17 00:00:00 2001 From: vitrinekast Date: Tue, 3 Dec 2024 00:49:14 +0100 Subject: [PATCH] update readme.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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