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]
This commit is contained in:
couriersud 2015-07-26 23:33:28 +02:00
parent a733240aa6
commit f17cd2d9ca

View File

@ -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
1 0.000 I_GORILLA0.IN 0
2 0.500 I_GORILLA0.IN 1
3 0.510 I_GORILLA0.IN 0
4 1.000 I_BASS_DRUM0.IN 1
5 1.010 I_BASS_DRUM0.IN 0
6 1.500 I_CONGA_H0.IN 1
7 1.510 I_CONGA_H0.IN 0
8 2.000 I_CONGA_L0.IN 1
9 2.100 I_CONGA_L0.IN 0
10 2.500 I_RIM0.IN 1
11 2.610 I_RIM0.IN 0
12 3.000 I_RIM0.IN 1
13 3.110 I_RIM0.IN 0
14 4.000 I_GORILLA0.IN 1
15 4.010 I_GORILLA0.IN 0