mapmap icon indicating copy to clipboard operation
mapmap copied to clipboard

OSC: support int or float for arguments for which either could be used

Open aalex opened this issue 7 years ago • 2 comments

MapMap expects:

  • integers for ID;
  • floats values, such as opacity.

Some software send only floats, no integers. It could be handy to allow:

  • floats instead of integers for ID
  • int instead of float for values, such as opacity.

aalex avatar Apr 28 '17 16:04 aalex

Waiting for #352 - since we'll move to another OSC library.

aalex avatar Apr 13 '18 14:04 aalex

Which is often used and encouraged in osc servers is the integration of the ID in the path, for example /mapmap/paint/1/opacity f 0.8 This could make mapmap more easily controled by software like score.

skankerror avatar Dec 28 '20 14:12 skankerror