Jconv settings

What other apps and distros do you use to round out your studio?

Moderators: MattKingUSA, khz

Post Reply
studio32

Jconv settings

Post by studio32 »

Hi,


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.wav

I'm especially interested in this line:

Code: Select all

#                in  out   partition    maxsize
# -----------------------------------------------
/convolver/new    1    2         512     120000
studio32

Re: Jconv settings

Post by studio32 »

Have some answers:

/convolver/new 1 2 512 120000

1 in.. 2 out.... period setting (should be the same as in qjackctl/jackd)...wav file length in number of samples.


I'm not sure how to check how many samples the wav file is in length, in rezound.



edit: more info
https://bb.linuxsampler.org/viewtopic.php?f=7&t=52
Post Reply