Alexandre Quessy
Alexandre Quessy
Did you build it yourself or used the Ubuntu package on the PPA? I might have forgotten to include liblo-dev in the build-deps.
It seems to be in the list of Build-Depends, though: https://github.com/mapmapteam/ubuntu-mapmap/blob/master/debian/control#L14
What is the output of the following command? `netstat -ulnp`
What is the output of the following command? `ldd /usr/bin/mapmap`
MapMap is linked to liblo.so.7, as expected. Can you give me the output of the following command? (while MapMap is running) `netstat -ulnp`
MapMap is listening on port 12346. Change the port number in your preferences, or with the tool you use to send OSC messages. (which currently sends to port 12345)
Had you changed the port number in MapMap's preferences? There might be a bug related to that. Maybe you pressed some up/down arrows and it changed it by mistake?
Does `netstat -ulnp` lists MapMap as listening on port 12345? Everything should be fine. Did you try the sequence suggested by Sofian above?
There is an OSC monitor window in MapMap that could be handy, I believe.
We should probably support either int of float for any of these arguments, since many applications and tools only send floats for number. Example: Pure Data - at least a...