diff options
author | 2015-07-26 23:33:28 +0200 | |
---|---|---|
committer | 2015-07-26 23:34:01 +0200 | |
commit | f17cd2d9ca1f977fee4c912acc9384bd428eb446 (patch) | |
tree | 7e61eb4fd7b59990957fbd4097cd4878e1d3c506 | |
parent | a733240aa6afd3af9f5fa3c07777bd90a80b8882 (diff) |
Added a input control file for congo bongo netlist.
This file is a standard csv file specifing times and values of parameter
modifications for specified devices. This file triggers the various
sound inputs using a 10ms impulse.
Use
./nltool -f nl_examples/congo_bongo.c -t 8 -l RO.1 -i
nl_examples/congo_bongo.csv
to create a netlist log file of the congo bongo mixer stage.
Use
./nlwav -i netlist.log_RO.1.log -o tt.wav -a 17000
to create a wav file tt.wav from the log file using an amplification
factor of 17000.
[Couriersud]
-rw-r--r-- | nl_examples/congo_bongo.csv | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/nl_examples/congo_bongo.csv b/nl_examples/congo_bongo.csv new file mode 100644 index 00000000000..036418e880f --- /dev/null +++ b/nl_examples/congo_bongo.csv @@ -0,0 +1,15 @@ +0.000,I_GORILLA0.IN,0 +0.500,I_GORILLA0.IN,1 +0.510,I_GORILLA0.IN,0 +1.000,I_BASS_DRUM0.IN,1 +1.010,I_BASS_DRUM0.IN,0 +1.500,I_CONGA_H0.IN,1 +1.510,I_CONGA_H0.IN,0 +2.000,I_CONGA_L0.IN,1 +2.100,I_CONGA_L0.IN,0 +2.500,I_RIM0.IN,1 +2.610,I_RIM0.IN,0 +3.000,I_RIM0.IN,1 +3.110,I_RIM0.IN,0 +4.000,I_GORILLA0.IN,1 +4.010,I_GORILLA0.IN,0 |