#!/bin/sh cat < Please note: These tone-sets are based on data from a document that appeared on USENET, from someone who appears to have measured the frequencies used on some of the Monroe Institute tapes. Although the frequencies were measured, the relative amplitudes of the tones were not, so the results may not be identical to that of the Monroe Institute tapes. Also I believe that the Monroe Institute uses a guiding voice that leads the subject through the experience. Despite that, these tone-sets (or Focus levels) may be useful for experimenters to base their own tone-sets on. 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 <