Receive CC from MIDI input?

patrickkidd's icon

I have a Max MIDI Effect and am seeing Note On / Note Off messages but not CC messages come in through the [midiin] device from the Live Track. I don't see any activity in the track's midi monitor for CC's but do see activity when I send note on/off. So how can I receive CC messages from a midi input device in M4L?

Thanks!

DRKOSS's icon
Max Patch
Copy patch and select New From Clipboard in Max.

This works fine here. Keep in mind live will filter out duplicate CC messages. So if you send the same message more than once, you won't see it in Max

patrickkidd's icon

Ah yes, [ctin] works but turns out the problem was that the CC was mapped to a param in Live. I worked around this by creating a [live.dial], also mapping it to the CC, and then listening to the changes there.

Thanks!