did you modify simple.c? if so, can you share?
if not, you at least have to change the device string if you don’t want to use serialosc.
i’ll dig out a mac and sanity-check real quick. i think i have 10.14.6 somewhere.
… yeah, working for me. 2016 MBP with the adapter, macOS 10.14.6, a relatively recent m128.
(i have some kind of waf/cython problem that seems obnoxious to fix, so built this with gcc and whatever build of libmonome i already had installed… so i guess that doesn’t technically rule out some recently-introduced problem with the lib.)
here’s the test, takes a device string instead of hardcoded UDP address, and doesn’t initialize with a port number.
or wait… do you just mean that the program never exits and is always in select waiting for monome events? that’s all it’s supposed to do - it’s a very basic example.
you would want to run this in a thread, handle disconnect/reconnect events, yadda yadda.