Changing the transfer speed to a USB to MIDI interface
Changing the transfer speed to a USB to MIDI interface
- Subject: Changing the transfer speed to a USB to MIDI interface
- From: Anders Gärder <email@hidden>
- Date: Mon, 13 Feb 2006 11:30:46 +0100
Hello,
I am working on designing a USB to MIDI interface that uses
the built in usbmidi drivers in OSX and XP.
The interface can negotiate a higher than MIDI speed when connected to a
compatible hardware synthesizer, up to 10 times the speed.
We are writing our own transfer utility, C6, to transfer bulk data
(samples and SysEx).
I am trying to use the following functions to set the speed of the driver
gDest = MIDIGetDestination(target);
MIDIObjectSetIntegerProperty(gDest,kMIDIPropertyMaxSysExSpeed,speed);
It works but I only seem to be able to set this property once. Can I
change it dynamically?
Or do I have to set it to the highest value I plan to use and then use a
timer to portion out the SysEx data?
best regards
Anders Gärder @ Elektron
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden