1JBOVERDRIVE(1)                   User Commands                  JBOVERDRIVE(1)
2
3
4

NAME

6       jboverdrive - The B Preamp/Overdrive Emulator
7

SYNOPSIS

9       jboverdrive [ OPTIONS ]
10

DESCRIPTION

12       jboverdrive - the B Preamp/Overdrive Emulator
13
14       Utility  to  write  audio  peak data to stdout of file as plain text of
15       JSON data.
16

OPTIONS

18       -h, --help
19              Print help text
20
21       -i, --input <portname>
22              Connect to JACK input port
23
24       -o, --output <portname>
25              Connect output to given JACK port
26
27       -p, --parameter <key=value>
28              Specify initial effect parameter
29
30       -V, --version
31              Print version information
32
33       Effect parameters are all float values 0..1.  Available keys and  their
34       default values are as follows:
35
36       gainin:
37              Input Gain          = 0.3567
38
39       bias:  Bias                = 0.87399
40
41       feedback:
42              Feedback            = 0.5821
43
44       sagtobias:
45              Sag to Bias         = 0.1880
46
47       postfeed:
48              Postdiff Feedback   = 1.0
49
50       globfeed:
51              Global Feedback     = 0.5826
52
53       gainout:
54              Output Gain         = 0.07873
55

EXAMPLES

57       jboverdrive  -i  system:capture_1  -o  system:playback_1  -p bias=.5 -p
58       feedback=0.9
59
60       jboverdrive -i system:capture_1 -o system:playback_1 -O 1234
61
62       oscsend localhost 1234 /boverdrive/bias f 0.9
63
64       oscsend localhost 1234 /boverdrive/gainout f 0.3
65
66       oscsend localhost 1234 /boverdrive/quit
67

REPORTING BUGS

69       Report bugs to <robin@gareus.org>.
70       Website and manual: <https://github.com/x42/setbfree>
71
73       Copyright © 2003-2004 Fredrik Kilander <fk@dsv.su.se>
74       Copyright © 2012 Robin Gareus <robin@gareus.org>
75
76       This is free software; see the source for copying conditions.  There is
77       NO  warranty;  not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
78       PURPOSE.
79
80
81
82jboverdrive 0.7.5                 April 2014                    JBOVERDRIVE(1)
Impressum