/[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 2137 by schoenebeck, Mon Oct 4 12:20:23 2010 UTC revision 2509 by schoenebeck, Sat Jan 18 18:10:49 2014 UTC
# Line 1  Line 1 
1  .TH "linuxsampler" "1" "04 Oct 2010" "linuxsampler @VERSION@" "User Manuals"  .TH "linuxsampler" "1" "18 Jan 2014" "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
5  .B linuxsampler  .B linuxsampler
6  [OPTIONS]  [OPTIONS]
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. Currently it supports the
9    sampler formats Gigasampler/GigaStudio (.gig), SoundFont v2 (.sf2) and SFZ v2
10    (.sfz).
11    
12    The sampler is designed as
13  backend, that is server-like console application. You will need a frontend  backend, that is server-like console application. You will need a frontend
14  application like QSampler or JSampler to control the sampler and manage sampler  application like QSampler or JSampler/Fantasia to control the sampler and manage
15  sessions. Or you have to send LSCP commands manually to the sampler e.g. by  sampler sessions. Or you have to send LSCP commands manually to the sampler e.g.
16  using telnet or netcat.  by using telnet or netcat. You can find examples and detailed informations about
17    LinuxSampler's network protocol (LSCP) on
18    http://linuxsampler.org/documentation.html#lscp_spec
19    
20    Various audio and MIDI driver systems are supported, like ALSA (audio & MIDI),
21    JACK (audio & MIDI), ASIO, CoreAudio, CoreMIDI, Arts, MidiShare and MME.
22    LinuxSampler can also be run as virtual instrument plugin. The following
23    instrument plugin formats are currently supported: AudioUnit (AU), DSSI, LV2
24    and VST. You can also load effect plugins into the sampler. Currently only the
25    LADSPA plugin format is supported for sampler internal effects.
26    
27    If you are using sounds in the Gigasampler/GigaStudio format, then you may also
28    want to install the graphical instrument editor application called "gigedit",
29    which can directly be launched by LinuxSampler, allowing to edit instruments in
30    real-time (changes immediately being audible, without needing to reload the
31    sound files in the sampler).
32  .SH OPTIONS  .SH OPTIONS
33  .IP "--help"  .IP "--help"
34  Print command line help and exit.  Print command line help and exit.
# Line 54  Allows to override the directory where L Line 73  Allows to override the directory where L
73  editor plugins.  editor plugins.
74  .IP "LADSPA_PATH"  .IP "LADSPA_PATH"
75  Allows to override the directory where LinuxSampler shall look for LADSPA  Allows to override the directory where LinuxSampler shall look for LADSPA
76  effect plugins.  effect plugins. Multiple paths may be given, separated by colon (":") character
77    on POSIX systems (i.e. Linux and Mac), or separated by semi-colon (";")
78    character on Windows systems.
79  .SH "SEE ALSO"  .SH "SEE ALSO"
80  qsampler(1)  qsampler(1)
81  .SH "BUGS"  .SH "BUGS"

Legend:
Removed from v.2137  
changed lines
  Added in v.2509

  ViewVC Help
Powered by ViewVC