From f17cd2d9ca1f977fee4c912acc9384bd428eb446 Mon Sep 17 00:00:00 2001 From: couriersud Date: Sun, 26 Jul 2015 23:33:28 +0200 Subject: 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] --- nl_examples/congo_bongo.csv | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 nl_examples/congo_bongo.csv (limited to 'nl_examples') 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 -- cgit v1.2.3