Search found 2 matches

by chrisjh
Thu Nov 03, 2011 10:13 pm
Forum: Users' Help Exchange - closed
Topic: MIDI problem with IAC driver
Replies: 8
Views: 8642

Re: MIDI problem with IAC driver

Solved MY problem (I'm using python with pygame's midi wrapper)! I think. :lol: If the latency of the midi device is set to 0 (which may be default), timestamps aren't sent with the midi message, which Ableton doesn't like. So I set the latency to 10 (ms) and it worked thereafter (it works on 1ms ...
by chrisjh
Sat Sep 17, 2011 7:38 pm
Forum: Users' Help Exchange - closed
Topic: MIDI problem with IAC driver
Replies: 8
Views: 8642

Re: MIDI problem with IAC driver

Very frustrating for sure! Same thing happened to me. I thought maybe it was lack of timestamp coming from my MIDI source (a python script which uses pygame's midi). Blinking "midi in" light on Live but NO audio output from the synth I was trying to trigger...

A small workaround I used was midiPipe ...