Skip to content

Commit

Permalink
readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
option8 committed Dec 28, 2016
1 parent 99e24d9 commit 974a7b9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ All the code is in this README, since it's small enough to copy and paste into a

The included DSK file contains the following files:

*KSYNTH*: The core sound generation routine
*KSYNTH.PLAYER*: Basic player routine. Assumes SONG bytes starting at $1000
*BFLATSCALE.SONG*: B-Flat scale
*VICTORY.SONG*: "Victory" tune from Karateka
*DAISYBELL.SONG*: "Bicylce Built for Two" AKA "Daisy Bell"
*DAISYBELL.MIDI*: "Bicylce Built for Two" AKA "Daisy Bell" in MIDI-like format for KSYNTH.MIDI
*KSYNTH.MIDI*: MIDI-style KSYNTH player routine. Looks up notes from MIDI.LOOKUP instead of raw cycle counts.
*MIDI.LOOKUP*: Lookup table of notes to cycle counts for MIDI style player.
*RANDOMNOTES*: A routine to play random tones with the KSYNTH routine.
*MIDI.LOOKUP2*: Alternate MIDI lookup table that covers larger range of tones
*TWOTONE.PLAYER*: Slightly different MIDI-style player. Plays arbitrary two-note combinations.
- *KSYNTH*: The core sound generation routine
- *KSYNTH.PLAYER*: Basic player routine. Assumes SONG bytes starting at $1000
- *BFLATSCALE.SONG*: B-Flat scale
- *VICTORY.SONG*: "Victory" tune from Karateka
- *DAISYBELL.SONG*: "Bicylce Built for Two" AKA "Daisy Bell"
- *DAISYBELL.MIDI*: "Bicylce Built for Two" AKA "Daisy Bell" in MIDI-like format for KSYNTH.MIDI
- *KSYNTH.MIDI*: MIDI-style KSYNTH player routine. Looks up notes from MIDI.LOOKUP instead of raw cycle counts.
- *MIDI.LOOKUP*: Lookup table of notes to cycle counts for MIDI style player.
- *RANDOMNOTES*: A routine to play random tones with the KSYNTH routine.
- *MIDI.LOOKUP2*: Alternate MIDI lookup table that covers larger range of tones
- *TWOTONE.PLAYER*: Slightly different MIDI-style player. Plays arbitrary two-note combinations.

To do: Add more MIDI example songs.

Expand Down

0 comments on commit 974a7b9

Please sign in to comment.