Page 1 of 1

Problem with midi mapping from maxmsp

Posted: Sat Apr 26, 2008 7:09 pm
by _blank
Hi,

I was trying to connect maxmsp with modul8 using midi. I have tested if modul8 receives something using PrintDirectEvent and the script output, and I guess that it works because modul8 show this:

{'timestamp': 6766846259616.0, 'channel': 1, 'param1': 36, 'message': 'NOTE_ON', 'rawEvent': 144, 'param2': 38}
{'timestamp': 6766945708125.0, 'channel': 1, 'param1': 36, 'message': 'NOTE_ON', 'rawEvent': 144, 'param2': 0}

The fact is that when I enter Edit Midi Map I select a control, push a key in maxmsp and the Script Output shows the same message, it doesn't assign the key to the control... Any ideas?

Thanks!