#!/bin/sh cat < Please note: These tone-sets are based on data from a document received from an anonymous source. The data is almost identical to the USENET-released data that appears in t-focus-1. It is included here because in a few tone-sets, extra tones are included, which may be interesting or useful to certain experimenters. No attempt has been made to sequence these tones - use ^C to abort any tone-set and move onto the next. Amplitudes of the tones have all been set equal, and the user can edit these if required. - Jim Peters EOF echo -n "Press return to continue: " read xx #trap 'echo -e "\n**ABORT**\n"' 2 trap ':' 2 pre="$*"; pink='' # Uncomment the following line if you'd like pink noise as a background #pink='pink/30' function play { cmd="sbagen $pre -Q -i $* $pink" echo $cmd $cmd } cat <