Category Archives: BASIC

Magical Music Machine

With a few musical rules, random number generators can create something not entirely unlike music… Continue reading

Posted in BASIC, Coding, Math, Music | Leave a comment

Pixel Art

Simple rules, run repeatedly, can produce interesting art… Continue reading

Posted in BASIC, Coding | Tagged , , | Leave a comment

The Sound Of Music

FreeBASIC may not have the “play” command of old — but it can access Windows’ MIDI API! Continue reading

Posted in BASIC, Coding, HOW-TO, Music | Tagged , , , , , , , , | Leave a comment

Large Graphics Using FreeBASIC

FreeBASIC is a fun language for playing around with algorithms. You can do a lot with it, but it’s still lightweight enough that a few lines of code are sufficient to start doing what you want. I recently discovered that … Continue reading

Posted in BASIC, Coding | Leave a comment