some cleanup and various script changes
This commit is contained in:
parent
f4c0a09da2
commit
aee496b072
6 changed files with 109 additions and 173 deletions
10
noise
10
noise
|
@ -1,10 +0,0 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
case $1 in
|
||||
w) noise_type='whitenoise' ;;
|
||||
b) noise_type='brownnoise' ;;
|
||||
p) noise_type='pinknoise' ;;
|
||||
*) printf "%s is a wrong noise type\n" $1 >&2 ; exit 1 ;;
|
||||
esac
|
||||
|
||||
play -n synth $noise_type
|
Loading…
Add table
Add a link
Reference in a new issue