Lines Matching full:note
124 note=-60 # 5 octaves below middle A = 13.75Hz
125 while [ $note -le 67 ]; do # 5 and a bit octaves above middle A ~= 20kHz
127 freq=`echo "scale = 9; 440 * e($note / 12 * l(2))" | bc -l`
130 next_file %$note
132 $input $output synth -j 0 sine %$note $fade $gain
133 note=$(($note + $part_octave))
254 note=-29
257 while [ $note -lt 17 ]; do
258 $input -t s32 - synth .4 pluck %$note $options >> tmp.s32
259 note=$(($note + 1))
261 $input -t s32 - synth 1.2 pluck %$note $options >> tmp.s32
263 while [ $note -gt -29 ]; do
264 $input -t s32 - synth .4 pluck %$note $options >> tmp.s32
265 note=$(($note - 1))
267 $input -t s32 - synth pluck %$note $options fade t 0 4 3.6 >> tmp.s32