Laaca

Czech republic, 15.03.2019, 22:35 |
Converter from BASIC "Play" statement to MIDI files (Announce) |
Some time ago appeared on the FreeBasic forum a concept of source which can convert the music strings from the "Play" statement into MIDI files.
https://www.freebasic.net/forum/viewtopic.php?f=7&t=26753
I rewrote this source into pascal and extended the capabilities a bit and the result is here:
http://www.laaca.borec.cz/soubory/playbas.rar
It is still more a kind of demo than very serious program but it still may be very handy for you if you want to quickly convert simple melody into MIDI. --- DOS-u-akbar! |
Zyzzle
16.03.2019, 00:35
@ Laaca
|
Converter from BASIC "Play" statement to MIDI files |
> Some time ago appeared on the FreeBasic forum a concept of source which can
> convert the music strings from the "Play" statement into MIDI files.
> https://www.freebasic.net/forum/viewtopic.php?f=7&t=26753
>
> I rewrote this source into pascal and extended the capabilities a bit and
> the result is here:
> http://www.laaca.borec.cz/soubory/playbas.rar
>
> It is still more a kind of demo than very serious program but it still may
> be very handy for you if you want to quickly convert simple melody into
> MIDI.
Thanks, for sharing. That's a neat utility. I'm going to try it out on some old BASIC songs I've got kicking around since the '80s. |
DosWorld
16.03.2019, 11:36 (edited by DosWorld, 16.03.2019, 12:01)
@ Laaca
|
Converter from BASIC "Play" statement to MIDI files |
> Some time ago appeared on the FreeBasic forum a concept of source which can
> convert the music strings from the "Play" statement into MIDI files.
> https://www.freebasic.net/forum/viewtopic.php?f=7&t=26753
>
> I rewrote this source into pascal and extended the capabilities a bit and
> the result is here:
> http://www.laaca.borec.cz/soubory/playbas.rar
Thanks, cool!
PS: Also, I had find (on stackoverflow) C source code which convert PLAY -> WAV. I am lost link, but save source. If You interesting (for example - combine), I can share. --- Make DOS great again!
Make Russia small again! |
alexfru
USA, 16.03.2019, 23:23
@ DosWorld
|
Converter from BASIC "Play" statement to MIDI files |
> PS: Also, I had find (on stackoverflow) C source code which convert PLAY ->
> WAV. I am lost link, but save source. If You interesting (for example -
> combine), I can share.
https://stackoverflow.com/a/11380262/968261 ? |
DosWorld
17.03.2019, 01:33
@ alexfru
|
Converter from BASIC "Play" statement to MIDI files |
> https://stackoverflow.com/a/11380262/968261 ?
Yes. Thank You! (now, saved in bookmarks, also) --- Make DOS great again!
Make Russia small again! |