summaryrefslogtreecommitdiffstatshomepage
path: root/nl_examples/congo_bongo.csv
Commit message (Collapse)AuthorAgeFilesLines
* Update to input definition file. (nw) couriersud2017-01-041-13/+11
| | | | | | | | | | | | | | | | Create congo bongo sounds with ./nltool -c run -t 10 -i nl_examples/congo_bongo.csv -f nl_examples/congo_bongo.c -l RO.1 and convert to wav with ./nlwav -i log_RO.1.log -o t.wav Sounds played are: GORILLA, BASS_DRUM,CONGA_H, CONGA_L, RIM0 and again GORILLA.
* Added a input control file for congo bongo netlist. couriersud2015-07-261-0/+15
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]