[Demudi-commits] r1589 - in csound/trunk/debian: . manpages

fsateler-guest at alioth.debian.org fsateler-guest at alioth.debian.org
Fri Sep 7 21:58:26 UTC 2007


Author: fsateler-guest
Date: 2007-09-07 21:58:26 +0000 (Fri, 07 Sep 2007)
New Revision: 1589

Added:
   csound/trunk/debian/csound.manpages
   csound/trunk/debian/manpages/
   csound/trunk/debian/manpages/csound.1
   csound/trunk/debian/manpages/csound_extract.1
   csound/trunk/debian/manpages/cvanal.1
   csound/trunk/debian/manpages/dnoise.1
   csound/trunk/debian/manpages/envext.1
   csound/trunk/debian/manpages/extractor.1
   csound/trunk/debian/manpages/hetro.1
   csound/trunk/debian/manpages/lpanal.1
   csound/trunk/debian/manpages/mixer.1
   csound/trunk/debian/manpages/pvanal.1
   csound/trunk/debian/manpages/pvlook.1
   csound/trunk/debian/manpages/scale.1
   csound/trunk/debian/manpages/scot.1
   csound/trunk/debian/manpages/scsort.1
   csound/trunk/debian/manpages/sdif2ad.1
   csound/trunk/debian/manpages/sndinfo.1
   csound/trunk/debian/manpages/srconv.1
Modified:
   csound/trunk/debian/copyright
Log:
Copy the manpages Hans Fugal wrote for csound 4.xx. 
Fix a couple man warnings and add a csound.manpages file


Modified: csound/trunk/debian/copyright
===================================================================
--- csound/trunk/debian/copyright	2007-09-07 18:59:46 UTC (rev 1588)
+++ csound/trunk/debian/copyright	2007-09-07 21:58:26 UTC (rev 1589)
@@ -33,7 +33,10 @@
 
 The Debian packaging is (C) 2007, Felipe Sateler <fsateler at gmail.com> and
 is licensed under the GPL version 2, see `/usr/share/common-licenses/GPL-2'.
+The manpages are (C) 2003, Hans Fugal <hans at fugal.net>, and are licensed under
+the LGPL.
 
+
 Some of the files in the package have a different license. Here they are 
 listed by license type:
 

Added: csound/trunk/debian/csound.manpages
===================================================================
--- csound/trunk/debian/csound.manpages	                        (rev 0)
+++ csound/trunk/debian/csound.manpages	2007-09-07 21:58:26 UTC (rev 1589)
@@ -0,0 +1 @@
+debian/manpages/*

Added: csound/trunk/debian/manpages/csound.1
===================================================================
--- csound/trunk/debian/manpages/csound.1	                        (rev 0)
+++ csound/trunk/debian/manpages/csound.1	2007-09-07 21:58:26 UTC (rev 1589)
@@ -0,0 +1,280 @@
+.\"                                      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 csound 1 "15 Jul 2003"
+.\" 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
+csound \- music and sound synthesis software
+.SH SYNOPSIS
+.B csound
+.RI [ options ] " orchname scorename"
+.br
+.B csound
+.RI [ options ] " csdfilename"
+.SH DESCRIPTION
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" respectively.
+\fBcsound\fP takes orchestra and score information and generates a sound file.
+The orchestra and score traditionally have been in separate files (with
+extension 
+.I .orc 
+and 
+.I .sco
+respectively), but recent versions of
+.B csound
+accept a unified file format (usually carrying the extension 
+.I .csd
+).
+.PP
+Built-in preprocessors translate, sort, and format the score information for
+"the orchestra." The orchestra then performs (or renders) the music, influenced
+by command flags.
+.SH OPTIONS
+Flags are processed in the following order:
+.IP 1.
+Defaults:
+.B csound \-s \-otest \-b1024 \-B1024 \-m7
+.IP 2.
+.I ~/.csoundrc
+.IP 3.
+Command line
+.IP 4.
+<CsOptions> tag in a 
+.I .csd 
+file
+.IP 5.
+Orchestra header (for sr, kr, ksmps, nchnls)
+.P
+later assignments override eariler ones.
+.br
+.TP
+.B \-\-aiff, \-A
+set AIFF format
+.TP
+.B \-\-wave, \-W
+set WAV format
+.TP
+.B \-\-ircam, \-J
+set IRCAM format
+.TP
+.B \-\-noheader, \-h
+raw format
+.TP
+.BI \-\-nopeaks
+do not write peak information
+.P
+.TP
+.B \-\-nodisplays, \-d
+suppress all displays
+.TP
+.B \-\-asciidisplay, \-g
+suppress graphics, use ASCII displays
+.TP
+.B \-\-postscriptdisplay, \-G
+suppress graphics, use Postscript displays
+.P
+.TP
+.B \-\-defer\-gen1, \-D
+defer GEN01 soundfile loads until performance time
+.TP
+.BI \-\-iobufsamps= N ", \-b" " N"
+sample frames (or \-kprds) per software sound I/O buffer
+.TP
+.BI \-\-hardwarebufsamps= N ", \-B" " N"
+samples per hardware sound I/O buffer
+.TP
+.B \-\-cscore, \-C
+use Cscore processing of scorefile
+.P
+.TP
+.BI \-\-midifile= FNAME ", \-F " FNAME
+read MIDI file event stream from file
+.I FNAME
+.TP
+.BI \-\-midi\-device= DNAME ", \-M " DNAME
+read MIDI realtime events from device
+.I DNAME
+.TP
+.B \-\-terminate\-on\-midi, \-T
+terminate the performance when miditrack is done
+.P
+.TP
+.B \-\-heartbeat= N ", \-H" N
+print a heartbeat style 1, 2 or 3 at each soundfile write
+.TP
+.B \-\-notify, \-N
+notify (ring the bell) when score or miditrack is done
+.TP
+.B \-\-rewrite, \-R
+continually rewrite header while writing soundfile (WAV/AIFF)
+.P
+.TP
+.BI \-\-input= FNAME ", \-i" " FNAME"
+sound input filename
+.TP
+.BI \-\-output= FNAME ", \-o" " FNAME"
+sound output filename
+.TP
+.BI \-\-logfile= FNAME ", \-\- " FNAME
+log output to file
+.I FNAME
+.P
+.TP
+.B \-\-nosound, \-n
+no sound onto disk or device
+.TP
+.BI \-\-tempo= N ", \-t " N
+use uninterpreted beats of the score, initially at tempo 
+.I N
+.TP
+.B \-\-i\-only, \-I
+I-time only orch run
+.TP
+.BI \-\-control\-rate= N ", \-k " N
+orchestra krate override
+.TP
+.BI \-\-sample\-rate= N ", \-r " N
+orchestra srate override
+.TP
+.BI \-\-score\-in= DNAME ", \-L " DNAME
+read Line-oriented realtime score events from device 
+.I DNAME
+.TP
+.BI \-\-messagelevel= N ", \-m " N
+tty message level. Sum of: 1=note amps, 2=out-of-range msg, 4=warnings
+.P
+.TP
+.BI \-\-extract\-score= FNAME ", \-x " FNAME
+extract from 
+.I score.srt 
+using extract file 
+.I FNAME
+.TP
+.BI \-\-keep\-sorted\-score
+.TP
+.BI \-\-utility= NAME ", \-U" " NAME"
+run utility program
+.TP
+.B \-\-verbose, \-v
+verbose orch translation
+.TP
+.B \-\-list\-opcodes, \-z
+list opcodes in this version
+.TP
+.BI \-\-list\-opcodes N
+list opcodes in style 
+.I N 
+in this version
+.TP
+.B \-\-dither, \-Z
+dither output
+.TP
+.BI \-\-sched
+set real\-time priority and lock memory (also requires 
+.B \-d 
+and either 
+.B \-o dac 
+or 
+.B \-o devaudio
+)
+.TP
+.BI \-\-opcode\-lib= NAMES
+dynamic libraries to load
+.P
+.TP
+.BI \-\-help
+long help
+.TP
+.BI \-\-format={alaw,ulaw,schar,uchar,float,short,long,24bit,rescale}
+set sound type
+.TP
+.B \-c
+8-bit signed_char sound samples
+.TP
+.B \-a
+alaw sound samples
+.TP
+.B \-8
+8-bit unsigned_char sound samples
+.TP
+.B \-u
+ulaw sound samples
+.TP
+.B \-s
+short_int sound samples
+.TP
+.B \-l
+long_int sound samples
+.TP
+.B \-f
+float sound samples
+.TP
+.B \-3
+24-bit sound samples
+.TP
+.B \-K
+do not generate PEAK chunks
+.TP
+.B \-t 0
+use 
+.I score.srt 
+for sorted score rather than a temporary
+.TP
+.BI \-Q " DNAME"
+select MIDI output device
+.TP
+.BI \-V " N"
+set realtime audio output volume to 
+.I N 
+(1 to 100)
+
+.SH SEE ALSO
+.\".BR bar (1),
+.BR cvanal (1),
+.BR dnoise (1),
+.BR envext (1),
+.BR csound-extract (1),
+.BR extractor (1),
+.BR hetro (1),
+.BR lpanal (1),
+.BR mixer (1),
+.BR pvanal (1),
+.BR pvlook (1),
+.BR scale (1),
+.BR scot (1),
+.BR scsort (1),
+.BR sdif2ad (1),
+.BR sndinfo (1),
+.BR srconv (1)
+.P
+Csound is documented fully by
+.IR "The Public Csound Manual" ,
+available at 
+.nh
+http://www.lakewoodsound.com/csound/
+.hy
+.P
+Csound is also documented by
+.IR "The Alternative Csound Reference Manual" ,
+available at 
+.UR http://kevindumpscore.com/docs/csound\-manual/
+.nh
+http://kevindumpscore.com/docs/csound\-manual/
+.hy
+.UE
+.SH AUTHOR
+This manual page was written by Hans Fugal <hans at fugal.net>,
+for the Debian project (but may be used by others).

Added: csound/trunk/debian/manpages/csound_extract.1
===================================================================
--- csound/trunk/debian/manpages/csound_extract.1	                        (rev 0)
+++ csound/trunk/debian/manpages/csound_extract.1	2007-09-07 21:58:26 UTC (rev 1589)
@@ -0,0 +1,49 @@
+.\"                                      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 extract 1 "25 Jul 2003"
+.\" 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
+extract
+.SH SYNOPSIS
+.BI csound-extract " xfile" " <" in " >" out
+.SH SEE ALSO
+.BR csound (1),
+.BR extractor (1),
+.BR mixer (1),
+.BR scale (1),
+.BR scot (1),
+.BR scsort (1).
+.P
+Csound is documented fully by
+.IR "The Public Csound Manual" ,
+available at 
+.UR http://www.lakewoodsound.com/csound/
+.nh
+http://www.lakewoodsound.com/csound/
+.hy
+.UE
+.P
+Csound is also documented by
+.IR "The Alternative Csound Reference Manual" ,
+available at 
+.UR http://kevindumpscore.com/docs/csound\-manual/
+.nh
+http://kevindumpscore.com/docs/csound\-manual/
+.hy
+.UE
+.SH AUTHOR
+This manual page was written by Hans Fugal <hans at fugal.net>,
+for the Debian project (but may be used by others).

Added: csound/trunk/debian/manpages/cvanal.1
===================================================================
--- csound/trunk/debian/manpages/cvanal.1	                        (rev 0)
+++ csound/trunk/debian/manpages/cvanal.1	2007-09-07 21:58:26 UTC (rev 1589)
@@ -0,0 +1,72 @@
+.\"                                      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 cvanal 1 "15 Jul 2003"
+.\" 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
+cvanal \- converts a soundfile into a single Fourier transform frame
+.SH SYNOPSIS
+.B cvanal  
+.RI [ options ] 
+<input soundfile> <output impulse response FFT file>
+.br
+.B csound \-U cvanal  
+.RI [ options ] 
+<input soundfile> <output impulse response FFT file>
+.SH DESCRIPTION
+
+.RI "Impulse Response Fourier Analysis for " convolve " operator"
+.SH OPTIONS
+.TP
+.BI "\-s " rate
+Override the sampling rate of the soundfile header. If neither is present, the
+default is 10000
+.TP
+.BI "\-d " duration
+Duration (in seconds) of analysis. Default is the 0.0 (meaning the entire
+file).
+.TP
+.BI "\-c " channel
+The default is to process all channels. When given, only the indicated channel
+will be analyzed.
+.TP
+.BI "\-b " begin_time
+Time (in seconds) at which to begin the analysis. Default is 0.0.
+.SH SEE ALSO
+.BR csound (1),
+.BR hetro (1),
+.BR lpanal (1),
+.BR pvanal (1).
+.P
+Csound is documented fully by
+.IR "The Public Csound Manual" ,
+available at 
+.UR http://www.lakewoodsound.com/csound/
+.nh
+http://www.lakewoodsound.com/csound/
+.hy
+.UE
+.P
+Csound is also documented by
+.IR "The Alternative Csound Reference Manual" ,
+available at 
+.UR http://kevindumpscore.com/docs/csound\-manual/
+.nh
+http://kevindumpscore.com/docs/csound\-manual/
+.hy
+.UE
+.SH AUTHOR
+This manual page was written by Hans Fugal <hans at fugal.net>,
+for the Debian project (but may be used by others).

Added: csound/trunk/debian/manpages/dnoise.1
===================================================================
--- csound/trunk/debian/manpages/dnoise.1	                        (rev 0)
+++ csound/trunk/debian/manpages/dnoise.1	2007-09-07 21:58:26 UTC (rev 1589)
@@ -0,0 +1,145 @@
+.\"                                      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 dnoise 1 "22 Jul 2003"
+.\" 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
+dnoise \- reduces noise in a soundfile
+.SH SYNOPSIS
+.B dnoise
+.RI [ options ] 
+.BI \-i " noise_ref_file " \-o " output_soundfile input_soundfile"
+.br
+.B csound \-U dnoise
+.RI [ options ] 
+.BI \-i " noise_ref_file " \-o " output_soundfile input_soundfile"
+.SH DESCRIPTION
+.B dnoise
+reduces noise in a sound file using a frequency-domain noise-gating noise
+reduction scheme.
+.SH OPTIONS
+.TP
+.BI \-N <number>
+Number of bandpass filters. Default is 1024.
+.TP
+.BR \-w {0,1,(2),3}
+Filter overlap factor.  Do not use with 
+.B \-M
+.TP
+.BI \-M <length>
+Analysis window length. The default is N-1 unless 
+.BR \-w " is specified."
+.TP
+.BI \-L <length>
+Synthesis window length. The default is M.
+.TP
+.BI \-D <factor>
+Decimation factor. The default is M/8.
+.TP
+.BI \-b <time>
+Begin time in noise reference soundfile.
+.TP
+.BI \-B <sample>
+Starting sample in noise reference soundfile.
+.TP
+.BI \-e <time>
+The end time in the noise reference soundfile. The default is end of file.
+.TP
+.BI \-E <sample>
+The final sample in the noise reference soundfile. The default is end of file.
+.TP
+.BI \-t <threshold>
+The threshold above noise reference, in dB. The default is 30.
+.TP
+.BR \-S {1-5}
+Sharpness of noise-gate turnoff. The default is 1.
+.TP
+.BI \-n <number>
+The number of FFT frames to average over. The default is 5.
+.TP
+.BI \-m <gain>
+Minimum gain of noise-gate when off, in dB. The default is -40.
+.P
+.TP
+.B \-A
+AIFF output
+.TP
+.B \-W
+WAV output
+.TP
+.B \-J
+IRCAM output
+.TP
+.B \-h
+Skip soundfile header. This is not valid for AIFF or WAV output.
+.TP
+.B \-8
+Use 8-bit unsigned char sound samples.
+.TP
+.B \-c
+Use 8-bit signed char sound samples.
+.TP
+.B \-a
+Use alaw sound samples.
+.TP
+.B \-u
+Use ulaw sound samples.
+.TP
+.B \-s
+Use short int sound samples.
+.TP
+.B \-l
+Use long int sound samples.
+.TP
+.B \-f
+Use float sound samples.
+.P
+.TP
+.BR \-R , \-V
+Be verbose; print status info.
+.TP
+.BI \-H <number>
+Print a heartbeat character for each soundfile write.
+.TP
+.BI \-\- " filename"
+Write a log to 
+.IR filename .
+
+.SH SEE ALSO
+.BR csound (1),
+.BR pvlook (1),
+.BR sdif2ad (1),
+.BR srconv (1).
+.P
+Csound is documented fully by
+.IR "The Public Csound Manual" ,
+available at 
+.UR http://www.lakewoodsound.com/csound/
+.nh
+http://www.lakewoodsound.com/csound/
+.hy
+.UE
+.P
+Csound is also documented by
+.IR "The Alternative Csound Reference Manual" ,
+available at 
+.UR http://kevindumpscore.com/docs/csound-manual/
+.nh
+http://kevindumpscore.com/docs/csound-manual/
+.hy
+.UE
+.SH AUTHOR
+This manual page was written by Hans Fugal <hans at fugal.net>,
+for the Debian project (but may be used by others).

Added: csound/trunk/debian/manpages/envext.1
===================================================================
--- csound/trunk/debian/manpages/envext.1	                        (rev 0)
+++ csound/trunk/debian/manpages/envext.1	2007-09-07 21:58:26 UTC (rev 1589)
@@ -0,0 +1,60 @@
+.\"                                      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 envext 1 "25 Jul 2003"
+.\" 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
+envext
+.SH SYNOPSIS
+.B envext
+.RI [ options ] 
+soundfile
+.br
+.SH OPTIONS
+.TP 
+.BI \-o <filename>
+Sound output filename
+.TP
+.BI \-w <time>
+Size of window
+.SH SEE ALSO
+.BR csound (1),
+.BR csound-extract (1),
+.BR extractor (1),
+.BR mixer (1),
+.BR scale (1),
+.BR scot (1),
+.BR scsort (1).
+.P
+Csound is documented fully by
+.IR "The Public Csound Manual" ,
+available at 
+.UR http://www.lakewoodsound.com/csound/
+.nh
+http://www.lakewoodsound.com/csound/
+.hy
+.UE
+.P
+Csound is also documented by
+.IR "The Alternative Csound Reference Manual" ,
+available at 
+.UR http://kevindumpscore.com/docs/csound\-manual/
+.nh
+http://kevindumpscore.com/docs/csound\-manual/
+.hy
+.UE
+.SH AUTHOR
+This manual page was written by Hans Fugal <hans at fugal.net>,
+for the Debian project (but may be used by others).

Added: csound/trunk/debian/manpages/extractor.1
===================================================================
--- csound/trunk/debian/manpages/extractor.1	                        (rev 0)
+++ csound/trunk/debian/manpages/extractor.1	2007-09-07 21:58:26 UTC (rev 1589)
@@ -0,0 +1,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 extractor 1 "25 Jul 2003"
+.\" 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
+extractor
+.SH SYNOPSIS
+.BI extractor 
+.RI [ options ]
+soundfile
+.SH OPTIONS
+Defaults: 
+.B extrater \-otest \-S 0
+.TP
+.BI \-o " filename"
+Sound output filename
+.TP
+.B \-N
+Notify (ring the bell) when done
+.TP
+.B \-S " integer"
+Sample number at which to start file
+.TP
+.B \-Z " integer"
+Sample number at which to end file
+.TP
+.B \-Q " integer"
+Number of samples to read
+.TP
+.B \-T " fpnum"
+Time in secs at which to start file
+.TP
+.B \-E " fpnum"
+Time in secs at which to end file
+.TP
+.B \-D " fpnum"
+Duration in ses of extract
+.TP
+.B \-R
+Rewrite header
+.TP
+.B \-H
+Heartbeat
+.TP
+.B \-v
+Verbose mode for debugging
+.TP
+.B \-\- " filename"
+Log output to file
+.SH SEE ALSO
+.BR csound (1),
+.BR csound-extract (1),
+.BR mixer (1),
+.BR scale (1),
+.BR scot (1),
+.BR scsort (1).
+.P
+Csound is documented fully by
+.IR "The Public Csound Manual" ,
+available at 
+.UR http://www.lakewoodsound.com/csound/
+.nh
+http://www.lakewoodsound.com/csound/
+.hy
+.UE
+.P
+Csound is also documented by
+.IR "The Alternative Csound Reference Manual" ,
+available at 
+.UR http://kevindumpscore.com/docs/csound\-manual/
+.nh
+http://kevindumpscore.com/docs/csound\-manual/
+.hy
+.UE
+.SH AUTHOR
+This manual page was written by Hans Fugal <hans at fugal.net>,
+for the Debian project (but may be used by others).

Added: csound/trunk/debian/manpages/hetro.1
===================================================================
--- csound/trunk/debian/manpages/hetro.1	                        (rev 0)
+++ csound/trunk/debian/manpages/hetro.1	2007-09-07 21:58:26 UTC (rev 1589)
@@ -0,0 +1,105 @@
+.\"                                      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 hetro 1 "21 Jul 2003"
+.\" 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
+hetro \- hetrodyne filter analysis for the Csound 
+.I adsyn 
+generator
+.SH SYNOPSIS
+.B hetro
+.RI [ options ] " infile outfile"
+.br
+.B csound \-U hetro
+.RI [ options ] " infile outfile"
+.SH DESCRIPTION
+.B hetro
+decomposes the input file into component sinusoids and outputs the breakpoint amplitude and frequency tracks.
+.SH OPTIONS
+.TP
+.BI \-s <srate>
+Override the sampling rate of the soundfile header. The default is 10000 if the
+sampling rate is not specified in the header or with this option. Note that the 
+.I srate 
+for the soundfile and the generating orchestra do not need to be the same for
+.I adsyn
+synthesis.
+.TP
+.BI \-c <channel>
+Default is 1.
+.TP
+.BI \-b <begin>
+Beginning time, in seconds. Default is 0.0.
+.TP
+.BI \-d <duration>
+Duration, in seconds. Default is 0.0 (the entire file). The maximum length is
+32.766 seconds.
+.TP
+.BI \-f <frequency>
+Estimated starting frequency, in cps, in order to initialize the filter
+analysis. The default is 100.
+.TP
+.BI \-h <partials>
+Number of harmonic partials. The default is 10, and the maximum is as much as
+you have memory for.
+.TP
+.BI \-M <amplitude>
+The maximum amplitude, summed across all concurrent tracks. The default is
+32767.
+.TP
+.BI \-m <amplitude>
+The minimum amplitude threshold. A single amplitude/frequency track below this
+threshold will be considered dormant and not contribute to the output
+summation. Some typical values are: 128 (48 db down from full scale), 64 (54 db
+down), 32 (60 db down), 0 (no thresholding). The default is 64.
+.TP
+.BI \-n <breakpoints>
+Number of analysis breakpoints in each amplitude and frequency track, prior to
+thresholding 
+.RI ( \-m )
+and linear breakpoint consolidation. The initial points are spread evenly over the duration. Default is 256.
+.TP
+.BI \-l <frequency>
+Substitute a 3rd order Butterworth low-pass filter with cutoff frequency 
+.I frequency
+(Hz), in place of the default averaging comb filter.
+
+.SH SEE ALSO
+.BR csound (1),
+.BR lpanal (1),
+.BR pvanal (1),
+.BR cvanal (1).
+.P
+Csound is documented fully by
+.IR "The Public Csound Manual" ,
+available at 
+.UR http://www.lakewoodsound.com/csound/
+.nh
+http://www.lakewoodsound.com/csound/
+.hy
+.UE
+.P
+Csound is also documented by
+.IR "The Alternative Csound Reference Manual" ,
+available at 
+.UR http://kevindumpscore.com/docs/csound\-manual/
+.nh
+http://kevindumpscore.com/docs/csound\-manual/
+.hy
+.UE
+.SH AUTHOR
+This manual page was written by Hans Fugal <hans at fugal.net>,
+for the Debian project (but may be used by others).

Added: csound/trunk/debian/manpages/lpanal.1
===================================================================
--- csound/trunk/debian/manpages/lpanal.1	                        (rev 0)
+++ csound/trunk/debian/manpages/lpanal.1	2007-09-07 21:58:26 UTC (rev 1589)
@@ -0,0 +1,105 @@
+.\"                                      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 lpanal 1 "21 Jul 2003"
+.\" 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
+lpanal \- linear predictive analysis for the Csound 
+.I lp
+generators
+.SH SYNOPSIS
+.B lpanal
+.RI [ options ] " infile outfile"
+.br
+.B csound \-U lpanal
+.RI [ options ] " infile outfile"
+.SH DESCRIPTION
+.B lpanal
+performs both lpc and pitch-tracking analysis on a soundfile to produce a
+time-ordered sequence of frames of control information. This output is suitable
+for Csound resynthesis using the 
+.I lp 
+generators.
+.SH OPTIONS
+.TP
+.BI \-a
+Use alternate storage format - filter poles values rather than the usual filter
+coefficient files. 
+.TP
+.BI \-s <srate>
+Override the soundfile header sampling rate. If neither is specified, the
+default is 10000.
+.TP
+.BI \-c <channel>
+Default is 1.
+.TP
+.BI \-b <begin>
+Beginning time, in seconds. Default is 0.0.
+.TP
+.BI \-d <duration>
+Duration, in seconds. Default is 0.0 (the entire file).
+.TP
+.BI \-p <poles>
+Number of poles. Default is 34, maximum is 50.
+.TP
+.BI \-h <hopsize>
+Hop size, in samples, between frames of analysis. Default 200, maximum 500. 
+.br
+fps = srate/hopsize
+.br
+analysis framesize = hopsize * 2 samples
+.TP
+.BI \-C <string>
+Comments field of the 
+.I lpfile
+header.
+.TP
+.BI \-P <mincps>
+The lowest frequency, in Hz, of pitch tracking. 
+.B \-P0
+means no pitch tracking. Default is 70.
+.TP
+.BI \-Q <maxcps>
+Maximum frequency, in Hz, of pitch tracking. Default is 200. The narrower the
+pitch range is, the more accurate the pitch estimate will be.
+.TP
+.BI \-v [012]
+Verbosity level. 0: none (default), 1: verbose, 2: debug.
+.SH SEE ALSO
+.BR csound (1),
+.BR hetro (1),
+.BR pvanal (1),
+.BR cvanal (1).
+.P
+Csound is documented fully by
+.IR "The Public Csound Manual" ,
+available at 
+.UR http://www.lakewoodsound.com/csound/
+.nh
+http://www.lakewoodsound.com/csound/
+.hy
+.UE
+.P
+Csound is also documented by
+.IR "The Alternative Csound Reference Manual" ,
+available at 
+.UR http://kevindumpscore.com/docs/csound\-manual/
+.nh
+http://kevindumpscore.com/docs/csound\-manual/
+.hy
+.UE
+.SH AUTHOR
+This manual page was written by Hans Fugal <hans at fugal.net>,
+for the Debian project (but may be used by others).

Added: csound/trunk/debian/manpages/mixer.1
===================================================================
--- csound/trunk/debian/manpages/mixer.1	                        (rev 0)
+++ csound/trunk/debian/manpages/mixer.1	2007-09-07 21:58:26 UTC (rev 1589)
@@ -0,0 +1,126 @@
+.\"                                      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 mixer 1 "25 Jul 2003"
+.\" 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
+mixer
+.SH SYNOPSIS
+.BI mixer 
+.RI [ options ] 
+.I soundfile 
+.RI [ options ] 
+.I soundfile 
+.RI ...
+.SH OPTIONS
+Defaults: 
+.B mixer \-s \-otest \-F 1.0 \-S 0
+.TP
+.BI \-o " fnam"
+sound output filename
+.TP
+.B \-A
+create an AIFF format output soundfile
+.TP
+.B \-W
+create a WAV format output soundfile
+.TP
+.B \-h      
+no header on output soundfile
+.TP
+.B \-8      
+8-bit unsigned_char sound samples
+.TP
+.B \-c      
+8-bit signed_char sound samples
+.TP
+.B \-a      
+alaw sound samples
+.TP
+.B \-u      
+ulaw sound samples
+.TP
+.B \-s      
+short_int sound samples
+.TP
+.B \-l      
+long_int sound samples
+.TP
+.B \-f      
+float sound samples
+.TP
+.B \-R      
+continually rewrite header while writing soundfile (WAV/AIFF)
+.TP
+.BI \-H " #"
+print a heartbeat style 1, 2 or 3 at each soundfile write
+.TP
+.B \-N      
+notify (ring the bell) when score or miditrack is done
+.TP
+.BI \-F " fpnum"
+amount to scale amplitude for next input
+.TP
+.BI \-F " fname"
+file of a scale table for next input
+.TP
+.BI \-S " integer"
+sample number at which to insert file
+.TP
+.BI \-T " fpnum"
+time at which to insert file
+.TP
+.B \-1 \-2 \-3 \-4     
+include named channel
+.TP
+.BI \-^ " n m"
+include channel 
+.I n 
+and output as channel 
+.I m
+.TP
+.B \-v      
+verbose mode for debugging
+.TP
+.BI \-\- " fname"
+Log output to file
+.SH SEE ALSO
+.BR csound (1),
+.BR csound-extract (1),
+.BR extractor (1),
+.BR scale (1),
+.BR scot (1),
+.BR scsort (1).
+.P
+Csound is documented fully by
+.IR "The Public Csound Manual" ,
+available at 
+.UR http://www.lakewoodsound.com/csound/
+.nh
+http://www.lakewoodsound.com/csound/
+.hy
+.UE
+.P
+Csound is also documented by
+.IR "The Alternative Csound Reference Manual" ,
+available at 
+.UR http://kevindumpscore.com/docs/csound\-manual/
+.nh
+http://kevindumpscore.com/docs/csound\-manual/
+.hy
+.UE
+.SH AUTHOR
+This manual page was written by Hans Fugal <hans at fugal.net>,
+for the Debian project (but may be used by others).

Added: csound/trunk/debian/manpages/pvanal.1
===================================================================
--- csound/trunk/debian/manpages/pvanal.1	                        (rev 0)
+++ csound/trunk/debian/manpages/pvanal.1	2007-09-07 21:58:26 UTC (rev 1589)
@@ -0,0 +1,115 @@
+.\"                                      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 pvanal 1 "15 Jul 2003"
+.\" 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
+pvanal \- converts a soundfile into a series of short-time Fourier transform frames
+.SH SYNOPSIS
+.B pvanal
+[
+.BI \-n <frmsiz>
+] [
+.BI \-w <windfact> 
+| 
+.BI \-h <hopsize>
+] [
+.BR \-g | 
+.BI \-G <latch>
+] [
+.BR \-v | 
+.BI \-V " txtfile"
+] 
+.I inputSoundfile outputFFTfile
+.br
+.B csound \-U pvanal
+[
+.BI \-n <frmsiz>
+] [
+.BI \-w <windfact> 
+| 
+.BI \-h <hopsize>
+] [
+.BR \-g | 
+.BI \-G <latch>
+] [
+.BR \-v | 
+.BI \-V " txtfile"
+] 
+.I inputSoundfile outputFFTfile
+.SH DESCRIPTION
+Fourier analysis for the Csound 
+.I pvoc 
+generator.
+.P
+.IR iwinsize " is set internally to double the FFT size."
+.SH OPTIONS
+.TP
+.BI \-s <srate>
+Override the sampling rate in the soundfile header. The default if neither is specified is 10000
+.TP
+.BI \-c <channel>
+Channel number. The default is 1.
+.TP
+.BI \-b <time>
+Time in seconds to begin analysis. Default is 0.0.
+.TP
+.BI \-d <duration>
+Duration in seconds. Default is the entire file.
+.TP
+.BI \-n <frmsiz>
+STFT frame size: the number of samples in each Fourier analysis frame. This
+must be a power of two in the range 16 to 16384. The default framesize is the
+smallest power of two that corresponds to more than 20 milliseconds of the
+source (e.g. 256 points at 10 kHz sampling, giving a 25.6 ms frame).
+.TP
+.BI \-w <windfact> 
+Window overlap factor. Default is 4, meaning each input point occurs in 4 output windows. Do not use with 
+.B \-h
+.TP
+.BI \-h <hopsize>
+STFT frame offset. The converse of 
+.B \-w
+.TP
+.B \-g 
+.TP
+.BI \-G <latch>
+.TP
+.B \-v 
+.TP
+.BI \-V " txtfile"
+.SH SEE ALSO
+.BR csound (1),
+.P
+Csound is documented fully by
+.IR "The Public Csound Manual" ,
+available at 
+.UR http://www.lakewoodsound.com/csound/
+.nh
+http://www.lakewoodsound.com/csound/
+.hy
+.UE
+.P
+Csound is also documented by
+.IR "The Alternative Csound Reference Manual" ,
+available at 
+.UR http://kevindumpscore.com/docs/csound\-manual/
+.nh
+http://kevindumpscore.com/docs/csound\-manual/
+.hy
+.UE
+.SH AUTHOR
+This manual page was written by Hans Fugal <hans at fugal.net>,
+for the Debian project (but may be used by others).

Added: csound/trunk/debian/manpages/pvlook.1
===================================================================
--- csound/trunk/debian/manpages/pvlook.1	                        (rev 0)
+++ csound/trunk/debian/manpages/pvlook.1	2007-09-07 21:58:26 UTC (rev 1589)
@@ -0,0 +1,81 @@
+.\"                                      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 pvlook 1 "24 Jul 2003"
+.\" 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
+pvlook \- output STFT analysis files as formatted text
+.SH SYNOPSIS
+.B pvlook
+.RI [ options ] filename
+.br
+.B csound \-U pvlook
+.RI [ options ] filename
+.SH DESCRIPTION
+.B pvlook
+reads a STFT analysis file generated by 
+.IR pvanal ,
+and outputs human-readable text. The output consists of the frequency and
+amplitude trajectories for each analysis bin.
+.SH OPTIONS
+.TP
+.BI \-bb " n"
+Begin at analysis bin 
+.IR n . 
+Numbering starts at 1. Default: 1
+.TP
+.BI \-eb " n"
+End at analysis bin 
+.IR n . 
+Default: last
+.TP
+.BI \-bf " n"
+Begin at analysis frame 
+.IR n .
+Numbering starts at 1. Default: 1
+.TP
+.BI \-ef " n"
+End at analysis frame
+.IR n .
+Default: last
+.TP
+.B \-i
+Print integer values. Without this flag, float values are printed.
+.SH SEE ALSO
+.BR csound (1),
+.BR dnoise (1),
+.BR sdif2ad (1),
+.BR srconv (1).
+.P
+Csound is documented fully by
+.IR "The Public Csound Manual" ,
+available at 
+.UR http://www.lakewoodsound.com/csound/
+.nh
+http://www.lakewoodsound.com/csound/
+.hy
+.UE
+.P
+Csound is also documented by
+.IR "The Alternative Csound Reference Manual" ,
+available at 
+.UR http://kevindumpscore.com/docs/csound\-manual/
+.nh
+http://kevindumpscore.com/docs/csound\-manual/
+.hy
+.UE
+.SH AUTHOR
+This manual page was written by Hans Fugal <hans at fugal.net>,
+for the Debian project (but may be used by others).

Added: csound/trunk/debian/manpages/scale.1
===================================================================
--- csound/trunk/debian/manpages/scale.1	                        (rev 0)
+++ csound/trunk/debian/manpages/scale.1	2007-09-07 21:58:26 UTC (rev 1589)
@@ -0,0 +1,110 @@
+.\"                                      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 scale 1 "25 Jul 2003"
+.\" 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
+scale
+.SH SYNOPSIS
+.BI scale 
+.RI [ options ] 
+.I soundfile 
+.SH OPTIONS
+Defaults: 
+.B scale \-s \-otest \-F 0.0
+.br
+If scale is 0.0 then reports maximum possible scaling.
+.TP
+.BI \-o " fnam"
+sound output filename
+.TP
+.B \-A
+create an AIFF format output soundfile
+.TP
+.B \-W
+create a WAV format output soundfile
+.TP
+.B \-h      
+no header on output soundfile
+.TP
+.B \-c      
+8-bit signed_char sound samples
+.TP
+.B \-a      
+alaw sound samples
+.TP
+.B \-u      
+ulaw sound samples
+.TP
+.B \-s      
+short_int sound samples
+.TP
+.B \-l      
+long_int sound samples
+.TP
+.B \-f      
+float sound samples
+.TP
+.BI \-F " fpnum"
+amount to scale amplitude
+.TP
+.BI \-F " file"
+file of scaling information (alternative)
+.TP
+.BI \-M " fpnum"
+Scale file to given maximum
+.TP
+.BI \-P " fpnum"
+Scale file to given percentage of full
+.TP
+.B \-R      
+continually rewrite header while writing soundfile (WAV/AIFF)
+.TP
+.BI \-H " #"
+print a heartbeat style 1, 2 or 3 at each soundfile write
+.TP
+.B \-N      
+notify (ring the bell) when score or miditrack is done
+.TP
+.BI \-\- " fname"
+Log output to file
+.SH SEE ALSO
+.BR csound (1),
+.BR csound-extract (1),
+.BR extractor (1),
+.BR scale (1),
+.BR scot (1),
+.BR scsort (1).
+.P
+Csound is documented fully by
+.IR "The Public Csound Manual" ,
+available at 
+.UR http://www.lakewoodsound.com/csound/
+.nh
+http://www.lakewoodsound.com/csound/
+.hy
+.UE
+.P
+Csound is also documented by
+.IR "The Alternative Csound Reference Manual" ,
+available at 
+.UR http://kevindumpscore.com/docs/csound\-manual/
+.nh
+http://kevindumpscore.com/docs/csound\-manual/
+.hy
+.UE
+.SH AUTHOR
+This manual page was written by Hans Fugal <hans at fugal.net>,
+for the Debian project (but may be used by others).

Added: csound/trunk/debian/manpages/scot.1
===================================================================
--- csound/trunk/debian/manpages/scot.1	                        (rev 0)
+++ csound/trunk/debian/manpages/scot.1	2007-09-07 21:58:26 UTC (rev 1589)
@@ -0,0 +1,48 @@
+.\"                                      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 scot 1 "25 Jul 2003"
+.\" 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
+scot
+.SH SYNOPSIS
+.BI scot scorefile 
+.SH SEE ALSO
+.BR csound (1),
+.BR csound-extract (1),
+.BR extractor (1),
+.BR scale (1),
+.BR scsort (1).
+.P
+Csound is documented fully by
+.IR "The Public Csound Manual" ,
+available at 
+.UR http://www.lakewoodsound.com/csound/
+.nh
+http://www.lakewoodsound.com/csound/
+.hy
+.UE
+.P
+Csound is also documented by
+.IR "The Alternative Csound Reference Manual" ,
+available at 
+.UR http://kevindumpscore.com/docs/csound\-manual/
+.nh
+http://kevindumpscore.com/docs/csound\-manual/
+.hy
+.UE
+.SH AUTHOR
+This manual page was written by Hans Fugal <hans at fugal.net>,
+for the Debian project (but may be used by others).

Added: csound/trunk/debian/manpages/scsort.1
===================================================================
--- csound/trunk/debian/manpages/scsort.1	                        (rev 0)
+++ csound/trunk/debian/manpages/scsort.1	2007-09-07 21:58:26 UTC (rev 1589)
@@ -0,0 +1,48 @@
+.\"                                      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 scsort 1 "25 Jul 2003"
+.\" 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
+scsort
+.SH SYNOPSIS
+.B scsort 
+.RI < scorefile1 " >" scorefile2
+.SH SEE ALSO
+.BR csound (1),
+.BR csound-extract (1),
+.BR extractor (1),
+.BR scale (1).
+.P
+Csound is documented fully by
+.IR "The Public Csound Manual" ,
+available at 
+.UR http://www.lakewoodsound.com/csound/
+.nh
+http://www.lakewoodsound.com/csound/
+.hy
+.UE
+.P
+Csound is also documented by
+.IR "The Alternative Csound Reference Manual" ,
+available at 
+.UR http://kevindumpscore.com/docs/csound\-manual/
+.nh
+http://kevindumpscore.com/docs/csound\-manual/
+.hy
+.UE
+.SH AUTHOR
+This manual page was written by Hans Fugal <hans at fugal.net>,
+for the Debian project (but may be used by others).

Added: csound/trunk/debian/manpages/sdif2ad.1
===================================================================
--- csound/trunk/debian/manpages/sdif2ad.1	                        (rev 0)
+++ csound/trunk/debian/manpages/sdif2ad.1	2007-09-07 21:58:26 UTC (rev 1589)
@@ -0,0 +1,71 @@
+.\"                                      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 sdif2ad 1 "24 Jul 2003"
+.\" 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
+sdif2ad \- convert SDIF files to 
+.IR adsynt files.
+.SH SYNOPSIS
+.B sdif2ad
+.RI [ options ] " infile outfile"
+.br
+.B csound \-U sdif2ad
+.RI [ options ] " infile outfile"
+.SH DESCRIPTION
+.B sdif2ad
+Convert Sound Description Interchange Format (SDIF) files to the format used by the 
+.I adsyn
+opcode. 
+.SH OPTIONS
+.TP
+.BI \-s N
+Amplitude scale factor
+.TP
+.BI \-p N
+Keep the first 
+.I N
+partials. The source partial track indices are used directly to select internal storage. As these can be arbitrary values, the maximum of 1024 partials may not be realised in all cases.
+.TP
+.B \-r
+Byte-reverse. Use this option to swap byte order when transferring to opposite-endian computers. (Csound's 
+.I adsyn
+file format is not portable.)
+.SH SEE ALSO
+.BR csound (1),
+.BR dnoise (1),
+.BR pvlook (1),
+.BR srconv (1).
+.P
+Csound is documented fully by
+.IR "The Public Csound Manual" ,
+available at 
+.UR http://www.lakewoodsound.com/csound/
+.nh
+http://www.lakewoodsound.com/csound/
+.hy
+.UE
+.P
+Csound is also documented by
+.IR "The Alternative Csound Reference Manual" ,
+available at 
+.UR http://kevindumpscore.com/docs/csound\-manual/
+.nh
+http://kevindumpscore.com/docs/csound\-manual/
+.hy
+.UE
+.SH AUTHOR
+This manual page was written by Hans Fugal <hans at fugal.net>,
+for the Debian project (but may be used by others).

Added: csound/trunk/debian/manpages/sndinfo.1
===================================================================
--- csound/trunk/debian/manpages/sndinfo.1	                        (rev 0)
+++ csound/trunk/debian/manpages/sndinfo.1	2007-09-07 21:58:26 UTC (rev 1589)
@@ -0,0 +1,52 @@
+.\"                                      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 sndinfo 1 "22 Jul 2003"
+.\" 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
+sndinfo \- display basic information about soundfiles
+.SH SYNOPSIS
+.B sndinfo
+.IR " soundfile" ...
+.br
+.B csound \-U sndinfo
+.IR " soundfile" ...
+.SH DESCRIPTION
+.B sndinfo
+will try to find each file, read its soundfile header, and display basic
+information about the soundfile. 
+.SH SEE ALSO
+.BR csound (1).
+.P
+Csound is documented fully by
+.IR "The Public Csound Manual" ,
+available at 
+.UR http://www.lakewoodsound.com/csound/
+.nh
+http://www.lakewoodsound.com/csound/
+.hy
+.UE
+.P
+Csound is also documented by
+.IR "The Alternative Csound Reference Manual" ,
+available at 
+.UR http://kevindumpscore.com/docs/csound\-manual/
+.nh
+http://kevindumpscore.com/docs/csound\-manual/
+.hy
+.UE
+.SH AUTHOR
+This manual page was written by Hans Fugal <hans at fugal.net>,
+for the Debian project (but may be used by others).

Added: csound/trunk/debian/manpages/srconv.1
===================================================================
--- csound/trunk/debian/manpages/srconv.1	                        (rev 0)
+++ csound/trunk/debian/manpages/srconv.1	2007-09-07 21:58:26 UTC (rev 1589)
@@ -0,0 +1,125 @@
+.\"                                      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 srconv 1 "24 Jul 2003"
+.\" 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
+srconv \- convert the sample rate of an audio file
+.SH SYNOPSIS
+.B srconv
+.RI [ options ] 
+audiofile
+.br
+.B csound \-U srconv
+.RI [ options ] 
+audiofile
+.SH DESCRIPTION
+.B srconv
+converts the sample rate Rin of 
+.IR audiofile " to Rout."
+The Rin/Rout ratio may be linearly time-varying according to a set of (time, ratio) pairs from an auxiliary file.
+.SH OPTIONS
+Either
+.BR \-P " or " \-r " is required, and they are mutually exclusive."
+.TP
+.BI \-P <number>
+Pitch transposition ratio (srate/r)
+.TP
+.BI \-r <number>
+Output sample rate
+.TP
+.BR \-Q {1,2,3,4}
+Quality factor. Default: 2
+.TP
+.BI \-i <filename>
+Break file
+.TP
+.BI \-o <filename>
+Output file
+.TP
+.B \-A
+AIFF
+.TP
+.B \-J
+IRCAM
+.TP
+.B \-W
+WAV
+.TP
+.B \-h
+No header in output file
+.TP
+.B \-c
+8-bit signed char sound samples
+.TP
+.B \-a
+alaw sound samples
+.TP
+.B \-8
+8-bit unsigned char sound samples
+.TP
+.B \-u
+ulaw sound samples
+.TP
+.B \-s
+short int sound samples
+.TP
+.B \-l
+long int sound samples
+.TP
+.B \-f
+float sound samples
+.TP
+.B \-K
+Don't generate PEAK chunks
+.TP
+.B \-R
+Continually rewrite header while writing sound file. (AIFF/WAV)
+.TP
+.BR \-H {1,2,3}
+Print a heartbeat for each write using style 1,2, or 3.
+.TP
+.B \-N
+Notify when done (ring the bell).
+.TP
+.BI \-\- " filename"
+Log output to
+.IR filename .
+.SH SEE ALSO
+.BR csound (1),
+.BR dnoise (1),
+.BR pvlook (1),
+.BR sdif2ad (1).
+.P
+Csound is documented fully by
+.IR "The Public Csound Manual" ,
+available at 
+.UR http://www.lakewoodsound.com/csound/
+.nh
+http://www.lakewoodsound.com/csound/
+.hy
+.UE
+.P
+Csound is also documented by
+.IR "The Alternative Csound Reference Manual" ,
+available at 
+.UR http://kevindumpscore.com/docs/csound\-manual/
+.nh
+http://kevindumpscore.com/docs/csound\-manual/
+.hy
+.UE
+.SH AUTHOR
+This manual page was written by Hans Fugal <hans at fugal.net>,
+for the Debian project (but may be used by others).




More information about the Demudi-commits mailing list