mirror of
https://github.com/holub/mame
synced 2025-04-16 13:34:55 +03:00
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:
parent
a733240aa6
commit
f17cd2d9ca
15
nl_examples/congo_bongo.csv
Normal file
15
nl_examples/congo_bongo.csv
Normal 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
|
|
Loading…
Reference in New Issue
Block a user