serialosc is an osc server for monome devices
it is a daemon that waits for you to plug a monome in, then it spawns off a dedicated server process to route OSC messages to and from your monome. it also advertises a _monome-osc._udp
service over zeroconf (bonjour).
see releases for mac and windows installers.
to build with waf:
git submodule update --init --recursive
./waf configure
./waf
sudo ./waf install
to build with cmake (experimental):
git submodule update --init --recursive
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .
cmake project is currently configured to build statically linked binaries using bundled libmonome, liblo, libuv and is the suggested way of building serialosc on windows (msys2).
https://monome.org/docs/serialosc
- linux:
$HOME/.config/serialosc
- macos:
~/Library/Preferences/org.monome.serialosc
- windows:
C:\Users\<username>\AppData\Local\Monome\serialosc