File: qsampler.1

package info (click to toggle)
qsampler 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,584 kB
  • sloc: cpp: 10,110; makefile: 102; xml: 50; sh: 6
file content (55 lines) | stat: -rw-r--r-- 1,673 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.TH QSAMPLER 1 "June 17, 2014"
.SH NAME
Qsampler \- A LinuxSampler Qt GUI Interface
.SH SYNOPSIS
.B qsampler
[\fIoptions\fR] [\fIsession-file\fR]
.SH DESCRIPTION
This manual page documents briefly the
.B qsampler
command.
.PP
\fBQsampler\fP is a LinuxSampler GUI front-end application written
in C++ around the Qt framework using Qt Designer. At the moment it
just wraps as a client reference interface for the LinuxSampler
Control Protocol (LSCP).
.PP
\fBLinuxSampler\fP is a work in progress. The goal is to produce a free,
open source pure software audio sampler with professional grade
features, comparable to both hardware and commercial Windows/Mac
software samplers.
.PP
The initial platform will be Linux because it is one of the most
promising open source multimedia operating systems. Thanks to various
kernel patches and the Jack Audio Connection Kit, Linux is currently
able to deliver rock solid sub-5 millisecond MIDI-to-Audio response.
.SH OPTIONS
.HP
\fB\-s, \fB\-\-start\fR
.IP
Start linuxsampler server locally
.HP
\fB\-h, \fB\-\-hostname\fR=[\fIhost\fR]
.IP
Specify linuxsampler server hostname (default = localhost)
.HP
\fB\-p, \fB\-\-port\fR=[\fIport\fR]
.IP
Specify linuxsampler server port number (default = 8888)
.HP
\fB\-?, \fB\-\-help\fR
.IP
Show help about command line options
.HP
\fB\-v, \fB\-\-version\fR
.IP
Show version information
.SH FILES
Configuration settings are stored in ~/.config/rncbc.org/Qsampler.conf
.SH SEE ALSO
.BR linuxsampler (1)
.SH AUTHOR
Qsampler was written by Rui Nuno Capela, Christian Schoenebeck.
.PP
This manual page was written by Matt Flax <flatmax@Matt.Flax>,
for the Debian project (but may be used by others).