-
Hi,
I like this neat lib.
Is it possible to support playing music in [QBASIC's](https://en.wikibooks.org/wiki/QBasic/Appendix#PLAY) sequence format or something like that? Which is very nice to …
-
There are many free eBooks available for how to learn BASIC/QBasic/QB64 and yet I see none here?
It's not as if Basic has become a slow language...
Here's a program I made in it: github.com/calloway…
-
With the intention of removing them in 2.0.
It is ridiculous how many kinds of comments we have, lets settle on one kind of doc comment and have done. We can make it really easy for people to migrate…
-
@llddrr92 Daren, please see what I added to the project as a starting point for the Williamson method. The output of the first part of the Williamson method would be a vector of tank_state structures…
AAGAN updated
7 years ago
-
QBasic has "play" command to play music which is stored in strings, why VB and C# can't?
I hope that VB and C# have the same ability to play music without a music file.
-
If I only have a music score and do not have any music files, can I write a program to play it using NAudio?
I can translate the music score to strings manually, according to specific rules.
QBasic …
-
I found your PCBasic app and desired to try it. However, I can't seem to install it. I've installed the prerequisites and downloaded the ansipipe.py file and placed it in the pcbasic subfolder of the …
-
Hello,
I am wondering whether this starter is actually bad practice since it forces the frontend (html,css,js) and backend (node.js, API endpoints) to be in the same project.
It means that they are …
-
Here's one I've made so far (_upscale by 2x with nearest-neighbor interpolation_):
![tic-80 cheatsheet](https://cloud.githubusercontent.com/assets/11806048/25425994/5ad03262-2aa0-11e7-87d3-1fae398f7f…
-
I have added this to the view and call
```
page.getViewById("myfilter").show();
```
but nothing happens in them emulator. any ideas? I can pull all properties from the filter picker but it just …