How does such a *.conf file works? I know how it works, but what does the settings mean? What are good settings? For guitar and bass?
Code: Select all
#
# Replace by whatever required...
#
/cd /audio/reverbs
#
#
# in out partition maxsize
# -----------------------------------------------
/convolver/new 1 2 512 120000
#
#
# num port name connect to
# -----------------------------------------------
/input/name 1 Input
#
/output/name 1 Output.L
/output/name 2 Output.R
#
#
# in out gain delay offset length chan file
# -------------------------------------------------------------------------------------
/impulse/read 1 1 0.2 0 0 0 1 greathall.wav
/impulse/read 1 2 0.2 0 0 0 2 greathall.wavI'm especially interested in this line:
Code: Select all
# in out partition maxsize
# -----------------------------------------------
/convolver/new 1 2 512 120000