Hi,

Trying to send MMC GOTO commands and MTC full timecode, I faced some bug 
corrupting sent data. When running in debug mode step-by-step, something 
appeared suspect to me in the portmidi.c source file, line 539:

ptr[2] = msg >> 18; ptr[3] = msg >> 24;

Should it not be 16 instead of 18? I found this patch fixed my bug.

Sincerly yours,

F.B.
_______________________________________________
media_api mailing list
media_api@create.ucsb.edu
http://lists.create.ucsb.edu/mailman/listinfo/media_api

Reply via email to