jbv wrote/ schreef:
>> Well, I'm still searching for a neat external which controls MIDI via OMS,
>
> Have you tried those :
>
> http://www.earlevel.com/HyperMIDI/
> http://members.aol.com/MidiToolz/midi/MidiTools.html
I'll try them later, thanks anyway!
>> but for the moment you can write bytes to the modem/ printerport with the
>> read and write commands:
>>
>> open modem:
>> write numtochar(199) to modem: -- to write 199 to it
>> close modem:
>>
> Mmmh... Just tried the above on the 2.3.2 for Mac and it doesn't work
> (MC doesn't seem to recognize "modem:" - and it doesn't appear in the
> Help index)...
Look for the keyword 'open command'
> What did I do wrong ?
I don't know, but you appear to know about some MIDI externals, so why don't
you use them?
Also, David Bovill wrote:
> Try MidiShare - it's opensource and available as .dll (not tried) and xcmnd,
> as well as Java/C. In some ways not as good as HyperMidi, but cross platform
> and has an active developer community. There are probably some modules you
> can use already for theatre/DMX use.
>
> www.grame.fr
I'll look for them, but how can they do something with DMX?
And, last but not least, Scott Raney wrote:
> These cards almost always come with a C library that provide a
> high-level API to access their features. And while you can't use
> these libraries directly from MetaCard, the amount of "glue" code that
> you'd have to put into an external would be minimal (mostly just
> argument type conversion), as would the amount of C that you'd have to
> learn to use them. You would have to have a C compiler, though.
Yes, I saw on the website that some cards do com with a .dll file, but I
wondered whether I could use it from within MC, or decompile and modify it.
But I don't have C compiler.
Though, some other cards you can make yourself (cheap!) don't (of course)
come with software, and you have to write bytes to memory adresses. I'll
post a mail if I have more info on this.
> Regards,
> Scott
Thanks a lot for all your suggestions,
Sjoerd
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.