Search found 17 matches

by pderocco
Tue Mar 02, 2010 8:07 am
Forum: Building Externals
Topic: SendCardMessage questions
Replies: 3
Views: 4956

SendCardMessage questions

1) Does this require a freshly allocated string as its first parameter, which Revolution takes ownership of and eventually deletes? Or does it copy the data out of it, in which case the caller would have to delete it if it was dynamically allocated? 2) What context can this be called from? I would a...
by pderocco
Fri May 16, 2008 10:00 am
Forum: Building Externals
Topic: MIDI input events
Replies: 4
Views: 13229

MIDI input events

It's easy enough to see how to use an external to generate MIDI, since it's just a synchronous call to some OS API. But for input, at least in Windows, MIDI is handled by the device driver sending each received MIDI message to the application as an event, and I assume the Mac is more or less the sam...

Go to advanced search