OSC port doc
This commit is contained in:
parent
13ab2ab2f4
commit
39f6f4b509
@ -10,6 +10,9 @@ OSC commands :
|
|||||||
* /cls
|
* /cls
|
||||||
* /text 'sometext'
|
* /text 'sometext'
|
||||||
|
|
||||||
|
OSC port : 9001 (change OSCport in maxserver.py)
|
||||||
|
|
||||||
|
|
||||||
Obviously change /dev/cu.usbserial-1D1310 with your serial port like /dev/tty.USB0
|
Obviously change /dev/cu.usbserial-1D1310 with your serial port like /dev/tty.USB0
|
||||||
|
|
||||||
|
|
||||||
|
@ -13,6 +13,7 @@ print('Loading OSC server module...')
|
|||||||
import max9
|
import max9
|
||||||
|
|
||||||
MAX_DGRAM_SIZE = 1472
|
MAX_DGRAM_SIZE = 1472
|
||||||
|
|
||||||
OSCport = 9001
|
OSCport = 9001
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user