From eb431ff9898a74b6a5f451373ffc390f4467f910 Mon Sep 17 00:00:00 2001 From: Winfried Ritsch Date: Mon, 27 Mar 2006 11:15:14 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r4782, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/iem/hdspm_mixer/; revision=4783 --- monitor_on_1_2 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 monitor_on_1_2 (limited to 'monitor_on_1_2') diff --git a/monitor_on_1_2 b/monitor_on_1_2 new file mode 100755 index 0000000..a3ffbb4 --- /dev/null +++ b/monitor_on_1_2 @@ -0,0 +1,22 @@ +#!/bin/sh +# Winfried Ritsch, Institute of Electronic Music and Acoustics, 2003 +# GPL see Licence.txt + +# drive hdspm_mixer programm with bash +# all channels in and playback to alternate channel 1 or 2 +# +# script in same folder as hdspm_mixer + + +cd `dirname $0` + +echo set mixer even to out 0 and odd to 1 as monitor + +for i in $(seq 64 2 126) +do + ./hdspm_mixer 0 $i 0 $1 +done +for i in $(seq 65 2 127) +do + ./hdspm_mixer 0 $i 1 $1 +done -- cgit v1.2.1