~ubuntu-branches/ubuntu/utopic/jconvolver/utopic-proposed

« back to all changes in this revision

Viewing changes to config-files/greathall.conf

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-01-17 17:43:09 UTC
  • Revision ID: james.westby@ubuntu.com-20100117174309-hc5fbqk31xwi1aok
Tags: upstream-0.8.4
ImportĀ upstreamĀ versionĀ 0.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#  -----------------------------------------------------------------------------
 
2
#
 
3
#  Copyright (C) 2005-2007 Fons Adriaensen <fons@kokkinizita.net>
 
4
#  
 
5
#  This program is free software; you can redistribute it and/or modify
 
6
#  it under the terms of the GNU General Public License as published by
 
7
#  the Free Software Foundation; either version 2 of the License, or
 
8
#  (at your option) any later version.
 
9
#
 
10
#  This program is distributed in the hope that it will be useful,
 
11
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
#  GNU General Public License for more details.
 
14
#
 
15
#  You should have received a copy of the GNU General Public License
 
16
#  along with this program; if not, write to the Free Software
 
17
#  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
18
#
 
19
#  -----------------------------------------------------------------------------
 
20
#
 
21
#
 
22
# Jconv demo configuration
 
23
# ------------------------
 
24
#
 
25
# The file 'greathall.wav' contains the reverb impulse response only,
 
26
# not the direct sound. The correct way to use this in e.g. Ardour
 
27
# is to use a post-fader send on the channels that need this reverb.
 
28
# This way you can use a single reverb for any number of tracks,
 
29
# and adjust the amount of reverb in function of the 'depth' or
 
30
# 'distance' of each track.
 
31
# The output can be connected directly to the Master module, or via
 
32
# a stereo bus if you want to control the return gain (which should
 
33
# not normally be necessary but can be handy).
 
34
#
 
35
# The required file 'greathall.wav' can be found at
 
36
#
 
37
#  http://www.kokkinizita.net/linuxaudio/downloads/greathall.wav
 
38
#
 
39
#
 
40
# Replace by whatever required...
 
41
#
 
42
/cd /audio/reverbs
 
43
#
 
44
#
 
45
#                in  out   partition    maxsize
 
46
# -----------------------------------------------
 
47
/convolver/new    1    2         512     120000
 
48
#
 
49
#
 
50
#              num   port name     connect to 
 
51
# -----------------------------------------------
 
52
/input/name     1     Input
 
53
#
 
54
/output/name    1     Output.L
 
55
/output/name    2     Output.R
 
56
#
 
57
#
 
58
#               in out  gain  delay  offset  length  chan      file  
 
59
# -------------------------------------------------------------------------------------
 
60
/impulse/read    1  1   0.2     0       0       0     1    greathall.wav
 
61
/impulse/read    1  2   0.2     0       0       0     2    greathall.wav
 
62