MidiEndpointMBS doesn't work for me under Xojo. I have made no changes to code 
that works fine under RS.

MidiClientMBS.NumberOfSources and  MidiClientMBS.NumberOfDestinations correctly 
reports the number of sources and dests.

This code:

          dest = new MidiEndpointMBS
          dest=me.GetDestination(destnum)

works when the destination pointed to is the Mac's internal IAC bus. When it is 
my external device, however, dest is NIL after the second line is executed.

The corresponding code for sources:

    source = new MidiEndpointMBS
    source=me.GetSource(srcnum)

works fine for my external device.

Again, this code works fine under RS and I made no changes. I'm using MBS 
132pr4. Windows Midi works fine.

Thanks,
Julia
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to