https://github.com/savetz/10line-2014-bluesjam
Music program in Turbo BASIC XL for Atari 8-bit. Entry for 2014 10-line BASIC contest
https://github.com/savetz/10line-2014-bluesjam
Last synced: 5 months ago
JSON representation
Music program in Turbo BASIC XL for Atari 8-bit. Entry for 2014 10-line BASIC contest
- Host: GitHub
- URL: https://github.com/savetz/10line-2014-bluesjam
- Owner: savetz
- License: mit
- Created: 2020-04-21T18:23:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T18:32:29.000Z (about 6 years ago)
- Last Synced: 2025-10-09T00:06:05.501Z (9 months ago)
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 10line-2014-BluesJam
Music program in Turbo BASIC XL for Atari 8-bit. Entry for 2014 10-line BASIC contest

BluesJam plays a 12-bar blues chord progression in any of the 12 major keys (type K to change the key.) Use joystick left and right to set the note to play along as the soloist. It always uses the minor blues scale that fits with the key you've chosen. Press the fire button to play that note. (Just try holding the button down and moving the joystick left and right.)
This was my first program in TBXL, having only learned about the language four days before.