Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > c09e84ed5f67a89d71e1aa490c922a13 > files > 8

stk-4.3.0-alt3.src.rpm

.\"                                      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).