PJRC.COM Offline Archive, February 07, 2004
Visit this page on the live site

skip navigational linksPJRC
Shopping Cart Checkout Shipping Cost Download Website
Home MP3 Player 8051 Tools All Projects PJRC Store Site Map
You are here: MIDI Drum Machine Firmware Overview Search PJRC

MIDI Drum Machine
Main Page
Features
Photos
Schematic
Circuit Board Layout
Firmware
selected Overview
Code Listing
MIDI Protocol Details

8051 Assembly Language Source Code

This code is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.

Download the code or browse an on-line copy.

This code is an original work by Paul Stoffregen, written in the Fall of 1991. This code has been placed in the public domain. You may use it without any restrictions. You may include it in your own projects, even commercial (for profit) products.

Code Overview

The overall operation of the code is a bit complex, because it services many sources of input using a combination of polling and interrupt handlers. Here is a flow chart that attempts to show how the code works:

flow chart diagram

TODO: Add some more explainations someday...

Memory Map

memory usage diagram

TODO: make a proper html table, instead of this gif image.

TODO: add some text that relates this stuff to a page about the drum machine's feature set.


The MIDI Drum Machine, Paul Stoffregen and Rod Seely.
Designed and constructed Fall, 1991. Project status: Complete.
http://www.pjrc.com/tech/midi-drums/firmware.html
Last updated: November 28, 2003
-- These drum-machine web pages are still under construction --
Questions, Comments?? <paul@pjrc.com>