TARP

A random generator of rhythm and melody patterns for MSX computers.

Description

This software is a random generator of rhythm and melody patterns.

for eXperimental Sound Mini-compo 2012 (Karoshi MSX Community)

http://karoshi.auic.es/index.php/topic,2294.0.html

Files
Package
Individual files
Default install directory
A:\TARP
Build files
Build script
mkdir -p package/
mv TARP.ROM package/
cat > package/TARP.BAT << EOF
REM Look for SROM.COM in default dir
IFF EXIST %_DISK%:\SOFAROM\SROM.COM
  %_DISK%:\SOFAROM\SROM.COM TARP.ROM
ELSE
  REM Try to run it from path
  IFF EXIST SROM.COM
    SROM.COM TARP.ROM
  ELSE
    echo "SROM.COM not found. Install it with: 'HUB install SOFAROM'"
    exit 1
  ENDIFF
ENDIFF
EOF
unix2dos package/TARP.BAT
  • 0.9b-1 2019-06-10
    • First release
Details
Category
Sound
Author
aorante
Packager
Carles Amigó (fr3nd)
License
 GPL-3.0
Url
 https://github.com/mvac7/TARP
Install instructions
hub install TARP