Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

stk-demo(1) [debian man page]

STK-DEMO(1)						      General Commands Manual						       STK-DEMO(1)

NAME
stk-demo - Sound Synthesis Toolkit demo application SYNOPSIS
stk-demo Instrument [options] STKDemo DESCRIPTION
The stk-demo program demonstrates several of the algorithms that are built into the Sound Synthesis Toolkit (STK). The stk-demo is a com- mand line program, but it has a GUI frontend called STKDemo. Use STKDemo if you want to try out the different synthesis algorithms imple- mented in STK. The stk-demo program can be used to build your own synthesizer/sequencer combination. The program is listening to SKINI commands on stdin. Instrument can be one of the following: Clarinet, BlowHole, Saxofony, Flute, Brass, BlowBotl, Bowed, Plucked, StifKarp, Sitar, Mandolin, Rhodey, Wurley, TubeBell, HevyMetl, Per- cFlut, BeeThree, FMVoices, VoicForm, Moog, Simple, Drummer, BandedWG, Shakers, ModalBar, Mesh2D, Resonate, Whistle 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. OPTIONS
-s RATE to specify a sample rate -n NUMBER specifies the number of voices to allocate -ow <file name> for .wav audio output file -os <file name> for .snd audio output file -om <file name> for .mat audio output file -oa <file name> for .aif audio output file -or for realtime audio output -ip for realtime control input by pipe -is <port> for realtime control input by socket -im for realtime control input by MIDI, SEE ALSO /usr/share/doc/stk-doc in the stk-doc package. AUTHOR
This manual page was written for the Debian project (but may be used by others). august 13, 2004 STK-DEMO(1)

Check Out this Related Man Page

metacity-window-demo(1) 					   User Commands					   metacity-window-demo(1)

NAME
metacity-window-demo - demonstrate the different types of windows that the window manager can manage SYNOPSIS
metacity-window-demo DESCRIPTION
You can use the metacity-window-demo application to demonstrate the different types of windows that the window manager can manage, and show how each window is themed. EXAMPLES
Example 1: Launching the Window Demonstration example% metacity-window-demo EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/metacity-windowExecutable to launch window manager demonstration ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-wm | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
Latest version of the GNOME Desktop User Guide for your platform. metacity(1), metacity-message(1), metacity-properties(1), metacity-theme-viewer(1) NOTES
Written by Glynn Foster, Sun Microsystems Inc., 2004. SunOS 5.10 6 Sep 2004 metacity-window-demo(1)
Man Page

8 More Discussions You Might Find Interesting

1. Linux

Linux Concerns....need your help

Hi, user has an existing Server (DL380G4) with STK L80 Tapelibrary running on RHAS3 and uses NetBackup 5.1 for EBS. The user decided to add new tape library EML103e.... What are the proceedure to be followed when adding new tapelibrary? What are the things that needs to be considered?... (0 Replies)
Discussion started by: renobal
0 Replies

2. Shell Programming and Scripting

Renaming multiple files

hi, I've a machine running RHEL3,kernel version 2.4. i need to rename multiple files under one directory as follows: ls demo.c demo.S demo-1243.sw demo.xyz and now i need to replace the occurrence of demo with demo_1 for each of the above file. the tedious way is to go ahead and do mv on... (2 Replies)
Discussion started by: amit4g
2 Replies

3. What is on Your Mind?

OK, I'm impressed!

Check out this demo... Really Cool, New Sixth-Sense TechnologyVideo (1 Reply)
Discussion started by: Perderabo
1 Replies

4. Shell Programming and Scripting

Flash And Fade DEMO For Mac OSX 10.7.5, (And Linux?).

This is an AT A GLANCE shell DEMO that does:- 1) 10 centred greyscale fades without warning beeps. 2) 5 centred yellow "WARNING!" flashes with beeps every ON state. 3) 5 FULL widowed red "DANGER!!!" flashes with beeps in the ON and OFF states. It assumes that the warning bell is enabled... (0 Replies)
Discussion started by: wisecracker
0 Replies

5. Shell Programming and Scripting

Automate an application using scripting, managing multiple terminals

Hi I am new to Ubuntu and Bash scripting. I am working on a project to give a demo on an SDN application to my class. I need some help in scripting to create the demo. Please help in case if you have any idea on what am asking. The demo uses a tool called mininet. I need just one script so... (2 Replies)
Discussion started by: anzal
2 Replies

6. UNIX for Advanced & Expert Users

Setfacl and granting permissions to a group and its members on a directory

Hi! I created a group HACKERS and made the user "demo" its member. $ id demo uid=500(demo) gid=500(demo) groups=500(demo),502(HACKERS) $ Next, I granted read and execute permissions to the group "HACKERS" on /var/log/httpd as shown below: setfacl -m "g:HACKERS:r-x"... (2 Replies)
Discussion started by: indiansoil
2 Replies

7. OS X (Apple)

Is there anything the shell can't do?

The number 2014 thread got me thinking about obfuscation... This is a DEMO to use variables only to create a working program. Yes I know there will be raised eyebrows but this I have found highly interesting. This is not obfuscated per-se as I have given each alpha-numeric character a... (7 Replies)
Discussion started by: wisecracker
7 Replies

8. OS X (Apple)

Simple symmetrical wave RMS DEMO using awk.

Hi everyone. This is DEMO code for getting the RMS value of a symmetrical sampled waveform. It works a treat except see below. I have used awk as the prime mover as CygWin does not havd 'bc' or 'dc' yet and this is going into AudioScope.sh soon. However, I hit an anomaly. In the code below... (3 Replies)
Discussion started by: wisecracker
3 Replies