Closed micuat closed 6 years ago
Hey,
That function is not explicitly implemented.
However the command created to call muse-io.exe takes parameters from the çonfig.ini
as follows
/muse-io.exe --preset PRESET --device BTNAME --osc osc.tcp://localhost:OSCPORT
Then to replicate the set of arguments you want you could try to change the value of
OSCPORT
in the MuLES config.ini
file from: 5000
to
5000 --osc-bp-urls 'osc.udp://localhost:12000'
That should make the trick
closing this as the current master doesn't depend on mules anymore
Hi Ray, Is it possible to manually set command line arguments for muse-io? For example, this enables to get blink events in other apps (python, processing, etc). For now, I found a workaround: first, launch muse-io with
then launch MuLES, start device and close the command prompt opend by MuLES.