#!/bin/sh
echo "usage: playfmsmidi [fms midi file] [seconds]"
fmplay -mi sounds/tri -mh midi/attack $1 -t $2 -V 70
