Skip to content

hwestphal/amiga-beatstomper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeatStomper III

A drum sequencer for the Amiga.

Basically this is a 20 year old program simulating a 30 year old drum machine on a 25 year old computer system ;)

This version was planned as a commercial release in 1993, but was never published at that time (or was it?). It is now available under a BSD style license.

Screenshot

Building the programm

BeatStomper III was (and still can be) built with Aztec C 5:

> cc -so -wn -wo bs.c
> cc -so -wn midi.c
> ln +cd bs.o midi.o -lc

In branch vbcc a version is provided which can be built using a Linux/i386 based cross-development environment.

Running the program

For instant fun I've added a minimal Workbench disk under dist, which can started using WinUAE's harddisk simulation. You only need the Kickstart 2.04 ROM file. The program was never tested with newer AmigaOS versions.

I've included some sound samples which are taken from the BeatStomper V4.0 release back in 1990.

Former releases still available on the net

There might also exist a BeatStomper II V1.1 release. But the only place where it is mentioned is here. At least I've still got the source code...

About

A drum sequencer for the Amiga

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages