ianatha / bababasic

QuickBASIC 4.5 revival on Android
https://play.google.com/store/apps/details?id=io.atha.quickbasic
MIT License
94 stars 4 forks source link

Make PLAY/SOUND work #77

Open ianatha opened 1 year ago

ianatha commented 1 year ago

Original request: https://news.ycombinator.com/item?id=38202703#38206991

stuaxo commented 1 year ago

References:

Complete Guide to QBASIC PLAY MUSIC Command https://boyjoi.com/complete-guide-to-qbasic-play-music-command

Petes QBASIC site on SOUND / PLAY http://www.petesqbsite.com/sections/tutorials/sound.shtml

Obviously the DMA stuff won't be useful, but there is are some PLAY / SOUND examples there.

ianatha commented 1 year ago

Also:

https://github.com/ianatha/bababasic/blob/c1b07f1d31ac0603fa0d1d912ddde76c2ad622f1/ref/QuickBASIC_Lang_Ref.md?plain=1#L13067

and

https://github.com/ianatha/bababasic/blob/c1b07f1d31ac0603fa0d1d912ddde76c2ad622f1/ref/QuickBASIC_Lang_Ref.md?plain=1#L13216

stuaxo commented 1 year ago

Nice reference - I wonder if the markup could be edited to add some links within the doc.