/[svn]/linuxsampler/trunk/man/linuxsampler.1.in
ViewVC logotype

Diff of /linuxsampler/trunk/man/linuxsampler.1.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1431 by schoenebeck, Fri Jul 15 16:55:01 2005 UTC revision 1432 by schoenebeck, Mon Oct 15 12:14:13 2007 UTC
# Line 1  Line 1 
1  .TH "linuxsampler" "1" "15 Jul 2005" "linuxsampler @VERSION@" "User Manuals"  .TH "linuxsampler" "1" "15 Oct 2007" "linuxsampler @VERSION@" "User Manuals"
2  .SH NAME  .SH NAME
3  linuxsampler \- modular, streaming capable sampler  linuxsampler \- modular, streaming capable sampler
4  .SH SYNOPSIS  .SH SYNOPSIS
# Line 7  linuxsampler \- modular, streaming capab Line 7  linuxsampler \- modular, streaming capab
7  .SH DESCRIPTION  .SH DESCRIPTION
8  LinuxSampler is a modular, streaming capable sampler. The sampler is designed as  LinuxSampler is a modular, streaming capable sampler. The sampler is designed as
9  backend, that is server-like console application. You will need a frontend  backend, that is server-like console application. You will need a frontend
10  application like QSampler to control the sampler and manage sampler sessions. Or  application like QSampler or JSampler to control the sampler and manage sampler
11  you have to send LSCP commands manually to the sampler e.g. by using telnet or  sessions. Or you have to send LSCP commands manually to the sampler e.g. by
12  netcat.  using telnet or netcat.
13  .SH OPTIONS  .SH OPTIONS
14  .IP \ --help  .IP "--help"
15  Print command line help and exit.  Print command line help and exit.
16  .TP  .IP "--version"
17  .IP \ --version  Print version information and exit.
18  Print version and exit.  .IP "--profile"
 .TP  
 .IP \ --profile  
19  Output benchmark messages on the console. This reflects the current  Output benchmark messages on the console. This reflects the current
20  efficiency as abstract BogoVoice count which is something like a  efficiency as abstract BogoVoice count which is something like a
21  theoretical limit of the amount of voices which can be rendered in the given  theoretical limit of the amount of voices which can be rendered in the given
# Line 25  scenario. It does not include all aspect Line 23  scenario. It does not include all aspect
23  value is usually higher than what you really can achieve on your box. Also  value is usually higher than what you really can achieve on your box. Also
24  note that this value is as well dependant on what instrument patch you are  note that this value is as well dependant on what instrument patch you are
25  using and what you are playing.  using and what you are playing.
26  .TP  For a compact synthesis core benchmark, independent from drivers and
27  .IP \ --no-tune  instrument files, you might want to use the one coming with the sampler's
28    source files instead (directory "benchmarks" of the source files).
29    .IP "--no-tune"
30  Disable assembly optimizations. Usually the sampler will detect CPU specific  Disable assembly optimizations. Usually the sampler will detect CPU specific
31  features like MMX and SSE at runtime and use an appropriate assembly  features like MMX and SSE at runtime and use an appropriate assembly
32  optimized code in that case. With that switch you can disable this feature  optimized code in that case. With that switch you can disable this feature
33  and force the sampler to skip the assembly optimizations at runtime.  and force the sampler to skip the assembly optimizations at runtime.
34  .TP  .IP "--statistics"
 .IP \ --statistics  
35  Output voice and disk stream count periodically on the console.  Output voice and disk stream count periodically on the console.
36  .TP  .IP "--lscp-addr IPADDRESS"
 .IP \ --lscp-addr  
37  Defines IP address on which the LSCP server should listen to (default: any).  Defines IP address on which the LSCP server should listen to (default: any).
38  .TP  .IP "--lscp-port NUMBER"
 .IP \ --lscp-port  
39  Defines TCP port on which the LSCP server should listen to (default: 8888).  Defines TCP port on which the LSCP server should listen to (default: 8888).
40    .IP "--create-instruments-db FILE"
41    Creates a database file with the given filename which can be used by the
42    sampler's instruments database system to maintain the user's collection of
43    instrument libraries. When this argument is given, the sampler will just
44    create the instruments DB file and exit.
45    .IP "--instruments-db-location FILE"
46    Overrides the location of the database file, which the sampler shall use for
47    its instruments database system
48    (default: @config_default_instruments_db_file@).
49  .SH "SEE ALSO"  .SH "SEE ALSO"
50  qsampler(1)  qsampler(1)
51  .SH "BUGS"  .SH "BUGS"

Legend:
Removed from v.1431  
changed lines
  Added in v.1432

  ViewVC Help
Powered by ViewVC