# This file contains example commands to be used with the shell interface

./Linux-2.2.13smp/dmain --try_rt 0 --trace_file foo --all_to_trace_file --test_tui Combo/Row

./Linux-2.0.35/dmain --try_rt 0 --trace_file foo --all_to_trace_file --test_tui Combo/Row

load row2.mj
edit 4
param 1 double -20

param 1 string /dev/dsp21
param 1 string /dev/dsp

save row_audio.mj
load row_audio.mj
start




# The options used:
  --no_qapp        -> Do not launch QApplication
  --try_rt 0       -> Do not attempt to get real-time priority
  --trace_file foo -> All trace info to file "foo"
  --all_to_trace_file   -> Also put error messages to the trace file.
  --test_tui Combo/Row  -> Test TUI with Combo/Row (the identifier) module

# This series of commands gets us filtered white noise

./Linux-2.2.13smp/dmain --no_qapp --try_rt 0 --trace_file foo --all_to_trace_file --test_tui Combo/Row

append 15
append 7
append 4

edit 2
param 1 double -6 
up

edit 4  
param 1 string /dev/dsp 
up

start
edit 3
param 1 double 10 
param 2 double 50 
param 3 double 0.5
param 2 double 7000 

append 5
edit 1
up
append 6
append 18
edit 3
# Set the audio device
param 1 string /dev/dsp21
up
edit 2
param 1 double -1
up
save row_audio_playback.mj

start
stop

load row_audio_playback.mj
