Hi,
I'm trying to send on/off data from a patch in pd to a single row grid in mobmuplat but for some reason It's not working. The input/ output console in mobmuplat shows the data coming in but for some reason it's coming in as floats instead of integers which is strange because in pd's console the message shows up as integers.
I notice on the mobmuplat website it just says that the grid input will take:
"a trio of numbers to set a grid cell: cellX, cell Y, value (0 or 1)."
Then when I click on one of the grid boxes in the mobmuplat editor it shows the output from the grid is: -
/moment0 0 0 1
(the target grid cell is called moment0)
So this matches up with what I've got printing in the pd console but for some reason the numbers convert to floating points when they enter mobmuplat. And nothing happens to the grid GUI element
I understand that this isn't a mobmuplat forum but I didn't know where else to ask. There isn't really much support out there for it from what I can see.
Thanks