At 05:26 31/01/00 +0900, you wrote:

>[English]
>
>I just want to know if anyone here knows how to make a routine >to send
data to a
>MIDI device through the MIDI interface built in MSX Turbo R >FSA1-GT using
directacess to hardware (not using BIOS or >anything else).

No BIOS support on MSX MIDI! (except for BASIC MML)

It is very easy :)  You only have to send the midi data through
the 0E8h port. Receiving MIDI is a more complex task on MSX Midi,
but sending is a piece of cake as you can see  :)

Try from BASIC something like this:

10 for c=0 to 15
20    out &He8,&H90+c
30    for n=0 to 127
40        out &He8,n:out &He8,64
50    next n
60 next c
70 out &He8,&Hb0:out &He8,123:out &He8,255  'all notes off
80 end

>I want to know how send data through another interfaces (MSX->AUDIO, etc.)
too,
>but it is not so important.

I don't know how to send MIDI thru the MSX-Audio, but it would
be nice if I made it ....



Greetings,


Jose Angel Morente ([EMAIL PROTECTED])
*MSX DREAMS*       ([EMAIL PROTECTED])

Join HispaMSX! *The Spanish Mailing List*
http://es.onelist.com/community/hispamsx
[EMAIL PROTECTED]

msxmsxmsxmsxmsxmsxmsxmsxmsxmsxmsxmsxmsxmsxmsxmsxmsxmsxmsxmsxmsx


****
MSX Mailinglist. To unsubscribe, send an email to   [EMAIL PROTECTED]
and put
in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]"
(without the
quotes :-) Problems? contact [EMAIL PROTECTED]
****

Reply via email to