Re: A86: Midi to Ti-86


[Prev][Next][Index][Thread]

Re: A86: Midi to Ti-86




or you could read from P_CURPC to do this:

:asm(beep:16,23

that'd look nicer

-josh

On Fri, 23 Oct 1998 17:26:01 -0400 John Malluck <malluck@bellsouth.net>
writes:
>
>
>okay lets try this.... Forget interupts! if your gonna have it in a
>basic program anyway just use a predeturmined string file to load all 
>of
>the data from. just load your note duration, and pitch to a string, 
>and
>run beep. Beep would look for the string and run using the data
>provided. It would look like this:
>
>:blah blah blah
>:"16 23"->beepdat
>:asm(beep)
>:blah blah blah
>
>very simple, very versitile
>
>-Michael Malluck
>

___________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com/getjuno.html
or call Juno at (800) 654-JUNO [654-5866]


References: