Search found 1 match

by inrascable
Wed Feb 01, 2012 1:10 am
Forum: Tips & Tricks
Topic: Akai MPD-32 remote script (with red box)
Replies: 91
Views: 43662

Re: Akai MPD-32 remote script (with red box)

I also got those assertion errors and they were driving me mad. I tried overriding the handle_sysex in my main script with

Code: Select all

def handle_sysex(self, midi_bytes):
    return None
It worked! (I hope I'm not breaking anything)