OSC port doc

This commit is contained in:
Sam 2020-11-15 19:20:37 +01:00
parent 13ab2ab2f4
commit 39f6f4b509
2 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,9 @@ OSC commands :
* /cls
* /text 'sometext'
OSC port : 9001 (change OSCport in maxserver.py)
Obviously change /dev/cu.usbserial-1D1310 with your serial port like /dev/tty.USB0

View File

@ -13,6 +13,7 @@ print('Loading OSC server module...')
import max9
MAX_DGRAM_SIZE = 1472
OSCport = 9001