Jose Angel Morente wrote:
>
> 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
Thanks for replying my email, but
I tried this program and it doesn't work. :-(
Regards
Alex Mitsio Sato
****
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]
****