/[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 677 by schoenebeck, Thu Jun 23 22:44:59 2005 UTC revision 2047 by schoenebeck, Mon Jan 11 21:14:14 2010 UTC
# Line 1  Line 1 
1  .TH "linuxsampler" "1" "24 Jun 2005" "linuxsampler @VERSION@" "User Manuals"  .TH "linuxsampler" "1" "11 Jan 2010" "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"
19  .TP  This option is currently not supported anymore, since the respective
20  .IP \ --profile  profiling code is currently broken. Original behavior:
21  output benchmark messages on the console  Output benchmark messages on the console. This reflects the current
22  .TP  efficiency as abstract BogoVoice count which is something like a
23  .IP \ --no-tune  theoretical limit of the amount of voices which can be rendered in the given
24  disable assembly optimizations  scenario. It does not include all aspects of the sampler, that's why this
25  .TP  value is usually higher than what you really can achieve on your box. Also
26  .IP \ --statistics  note that this value is as well dependant on what instrument patch you are
27  output voice and disk stream count periodically on the console  using and what you are playing.
28  .TP  For a compact synthesis core benchmark, independent from drivers and
29  .IP \ --lscp-addr  instrument files, you might want to use the one coming with the sampler's
30  IP address on which the LSCP server should listen to (default: any)  source files instead (directory "benchmarks" of the source files).
31  .TP  .IP "--no-tune"
32  .IP \ --lscp-port  Disable assembly optimizations. Usually the sampler will detect CPU specific
33  TCP port on which the LSCP server should listen to (default: 8888)  features like MMX and SSE at runtime and use an appropriate assembly
34    optimized code in that case. With that switch you can disable this feature
35    and force the sampler to skip the assembly optimizations at runtime.
36    .IP "--statistics"
37    Output voice and disk stream count periodically on the console.
38    .IP "--lscp-addr IPADDRESS"
39    Defines IP address on which the LSCP server should listen to (default: any).
40    .IP "--lscp-port NUMBER"
41    Defines TCP port on which the LSCP server should listen to (default: 8888).
42    .IP "--create-instruments-db FILE"
43    Creates a database file with the given filename which can be used by the
44    sampler's instruments database system to maintain the user's collection of
45    instrument libraries. When this argument is given, the sampler will just
46    create the instruments DB file and exit.
47    .IP "--instruments-db-location FILE"
48    Overrides the location of the database file, which the sampler shall use for
49    its instruments database system
50    (default: @config_default_instruments_db_file@).
51  .SH "SEE ALSO"  .SH "SEE ALSO"
52  qsampler(1)  qsampler(1)
53  .SH "BUGS"  .SH "BUGS"

Legend:
Removed from v.677  
changed lines
  Added in v.2047

  ViewVC Help
Powered by ViewVC