Page 1 of 1

Program Generation

Posted: Thu Jun 03, 2021 4:04 pm
by jsweinrich
Has someone developed a PC based S/W program that inputs a text file (a ZX81 program) and generates a loadable audio file?

Re: Program Generation

Posted: Thu Jun 03, 2021 10:37 pm
by XavSnap
Yes.

Re: Program Generation

Posted: Thu Jun 03, 2021 11:24 pm
by jsweinrich
Can you point me to it?

Re: Program Generation

Posted: Thu Jun 03, 2021 11:36 pm
by XavSnap
Yes… I can.
:lol:

Just use EightyOne to load the text file, and save your program on a new wav file (Out=> in the wav panel).
On Vb81, just load the text file, and save it to SAVE"MYPROG.WAV" or SAVE"MYPROG.FL" (FastLoad with header from the OTLA project) to save a wav file to the working directory.

You can use ZXtext2P or another "P" compiler, and use a P2wav converter (or WinTzx...).

Re: Program Generation

Posted: Sat Jun 05, 2021 3:03 pm
by jsweinrich
Thanks!!!