File: stk-demo.1

package info (click to toggle)
stk 4.5.2%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 5,620 kB
  • ctags: 6,787
  • sloc: cpp: 30,471; ansic: 3,216; tcl: 2,375; sh: 2,319; perl: 114; objc: 60; makefile: 46
file content (90 lines) | stat: -rw-r--r-- 2,615 bytes parent folder | download | duplicates (10)
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
.\"                                      Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH STK-DEMO 1 "august 13, 2004"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
stk-demo \- Sound Synthesis Toolkit demo application
.SH SYNOPSIS
.B stk-demo
Instrument
.RI [ options ]
.br
.B STKDemo

.SH DESCRIPTION

The stk-demo program demonstrates several of the algorithms that are built
into the Sound Synthesis Toolkit (STK). The stk-demo is a command line
program, but it has a GUI frontend called STKDemo. Use STKDemo if you  want
to try out the different synthesis algorithms implemented in STK.
.PP
The stk-demo program can be used to build your own synthesizer/sequencer
combination. The program is listening to SKINI commands on stdin. 
.PP
.B Instrument
can be one of the following:
.PP
Clarinet, BlowHole, Saxofony, Flute, Brass, BlowBotl, Bowed, Plucked, 
StifKarp, Sitar, Mandolin, Rhodey, Wurley, TubeBell, HevyMetl, PercFlut, 
BeeThree, FMVoices, VoicForm, Moog, Simple, Drummer, BandedWG, Shakers, 
ModalBar, Mesh2D, Resonate, Whistle 
.PP
Simultaneous multiple output types are supported.
Likewise, simultaneous control input types are supported.
SKINI formatted scorefiles can be piped or redirected
to stk-demo, though realtime control flags should be omitted
when doing so. If the optional <file names> are not
specified, default names will be indicated.  Each flag
must include its own '-' sign.

.SH OPTIONS
.B \-s 
RATE to specify a sample rate
.TP
.B \-n NUMBER 
specifies the number of voices to allocate
.TP
.B \-ow <file name> 
for .wav audio output file
.TP
.B \-os <file name> 
for .snd audio output file
.TP
.B \-om <file name> 
for .mat audio output file
.TP
.B \-oa <file name> 
for .aif audio output file
.TP
.B \-or 
for realtime audio output
.TP
.B \-ip 
for realtime control input by pipe
.TP
.B \-is <port> 
for realtime control input by socket
.TP
.B \-im 
for realtime control input by MIDI,
.TP

.SH SEE ALSO

/usr/share/doc/stk-doc in the stk-doc package.

.SH AUTHOR
This manual page was written for the Debian project (but may be used by others).