.TH WIRE 1carl CARL
.SH NAME
newwire \- template program for inline digital sound signal processing
.SH SYNOPSIS
.B newwire
< floatsams > floatsams
.SH DESCRIPTION
.B newwire 
reads floatsams from stdin,
and writes them on stdout.  
Floatsams are
binary, floating-point sample numbers.
If the output is connected to a terminal, the floatsams are formatted
to print on a screen.
All by itself, it is a signal processing ``no-op''.
.PP
While
.B newwire
has a useful function in itself (described in its source code
comments), 
it was written to serve as a model for other
CARL signal processing programs.
An informed user can take the source code for
.B newwire
(it is written in C)
and transform it into a signal processing program.
It uses several other programs developed at the Computer Audio Research
Laboratory (CARL) at UCSD's Center for Music Experiment (CME).
.SH FILES
getfloat.c, putfloat.c, expr.c, polish.c
.SH AUTHOR
F. R. Moore
.SH SEE ALSO
para(1carl), chan(1carl), impulse(1carl), getfloat(3carl), expr(3carl)
