Hi all,
I've written MIDI support into the latest Mac OSX test version (21 I think) but it doesn't work yet, just spews out debugging messages instead of actually sending and receiving MIDI. I have to do some more debugging
In the meantime, you can suppress the garbage printout if you care by running "pd -nomidi"...
cheers MIller
weird,
I'm using a midisportUSB 1x1, and I see midi incoming messages, plus I can use the pd test program to send midi out to the keyboard...but didn't test it beyond that...though it did crash on quit, something like:
Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000038
Thread 0 Crashed: #0 0x00061fb4 in Pm_Close #1 0xbffff4a0 in 0xbffff4a0 #2 0x0005da54 in sys_close_midi #3 0x00039edc in sys_bail #4 0x00039f44 in glob_quit #5 0x00031b44 in pd_typedmess #6 0x00034c14 in binbuf_eval #7 0x000393d4 in socketreceiver_read #8 0x00038f20 in sys_domicrosleep #9 0x00039e68 in sys_pollgui #10 0x00037c4c in m_scheduler #11 0x000381c8 in sys_main #12 0x000020d0 in _start #13 0x00001f00 in start
Thread 1: #0 0x70000978 in mach_msg_overwrite_trap #1 0x70005a04 in mach_msg #2 0x7017bf98 in __CFRunLoopRun #3 0x701b7100 in CFRunLoopRunSpecific #4 0x7017b8e0 in CFRunLoopRunInMode #5 0x715a164c in MIDIInPortThread::Run(void) #6 0x715a5434 in XThread::RunHelper(void *) #7 0x7002054c in _pthread_body
...of course, I didn't include the full thread report from console...
...so maybe it's further along than ya think!
tanx, jamie