Metronome-based MIDI filter
Hi everyone,
I'm pretty new to Max and am using it to send MIDI to control DMX for a light show. However, sometimes when sending CC fades to many lights at once, the number of messages generated become more than the external MIDI can handle.
What I'm trying to do is build a MIDI effect that only sends through changed CC values every 64th note. I can ignore non-CCs, so we can just deal with the unpacked int of the CC value. I've been trying to use a combination of change and metro, but can't seem to get it to work.
Any advice?
Every 64th note? No wonder you're having problems (and I wonder if you really need that kind of resolution in real life). That said, perhaps the change object might be of some assistance.
every 64th note is fine - as long as you dont need to send 7 controllers at once on the same channel.
the object you are looking for is [speedlim].
in case you use multiple CCs at once, use slightly different speeds for each controller in speedlim (such as 50.9 and 51.3)