replace '<A NAME=' with '<A ID='
This commit is contained in:
48
node117.html
48
node117.html
@@ -30,42 +30,42 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html2305"
|
||||
<A ID="tex2html2305"
|
||||
HREF="node118.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2299"
|
||||
<A ID="tex2html2299"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2293"
|
||||
<A ID="tex2html2293"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2301"
|
||||
<A ID="tex2html2301"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2303"
|
||||
<A ID="tex2html2303"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2306"
|
||||
<B> Next:</B> <A ID="tex2html2306"
|
||||
HREF="node118.html">Recirculating comb filter</A>
|
||||
<B> Up:</B> <A NAME="tex2html2300"
|
||||
<B> Up:</B> <A ID="tex2html2300"
|
||||
HREF="node116.html">Examples</A>
|
||||
<B> Previous:</B> <A NAME="tex2html2294"
|
||||
<B> Previous:</B> <A ID="tex2html2294"
|
||||
HREF="node116.html">Examples</A>
|
||||
<B> <A NAME="tex2html2302"
|
||||
<B> <A ID="tex2html2302"
|
||||
HREF="node4.html">Contents</A></B>
|
||||
<B> <A NAME="tex2html2304"
|
||||
<B> <A ID="tex2html2304"
|
||||
HREF="node201.html">Index</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H2><A NAME="SECTION0011101000000000000000">
|
||||
<H2><A ID="SECTION0011101000000000000000">
|
||||
Fixed, noninterpolating delay line</A>
|
||||
</H2>
|
||||
|
||||
@@ -75,7 +75,7 @@ an input signal. Two new objects are needed:
|
||||
|
||||
<P>
|
||||
|
||||
<DIV ALIGN="CENTER"><A NAME="fig07.23"></A><A NAME="8194"></A>
|
||||
<DIV ALIGN="CENTER"><A ID="fig07.23"></A><A ID="8194"></A>
|
||||
<TABLE>
|
||||
<CAPTION ALIGN="BOTTOM"><STRONG>Figure 7.23:</STRONG>
|
||||
Example patch G01.delay.pd, showing a noninterpolating delay with
|
||||
@@ -95,7 +95,7 @@ a delay time controlled in milliseconds.</CAPTION>
|
||||
WIDTH="94" HEIGHT="39" ALIGN="MIDDLE" BORDER="0"
|
||||
SRC="img819.png"
|
||||
ALT="\fbox{ \texttt{delwrite\~}}">:
|
||||
<A NAME="8424"></A>define and write to a delay line. The first creation argument gives the name of the
|
||||
<A ID="8424"></A>define and write to a delay line. The first creation argument gives the name of the
|
||||
delay line (and two delay lines may not share the same name). The
|
||||
second creation argument is the length of the delay line in milliseconds. The
|
||||
inlet takes an audio signal and writes it continuously into the delay line.
|
||||
@@ -108,7 +108,7 @@ inlet takes an audio signal and writes it continuously into the delay line.
|
||||
WIDTH="86" HEIGHT="39" ALIGN="MIDDLE" BORDER="0"
|
||||
SRC="img821.png"
|
||||
ALT="\fbox{ \texttt{delread\~}}">:
|
||||
<A NAME="8425"></A>read from (or "tap") a delay line. The first creation argument gives the name
|
||||
<A ID="8425"></A>read from (or "tap") a delay line. The first creation argument gives the name
|
||||
of the delay line (which should agree with the name of the corresponding
|
||||
<TT>delwrite~</TT> object; this is how Pd knows which <TT>delwrite~</TT> to
|
||||
associate with the <TT>delread~</TT> object). The
|
||||
@@ -130,36 +130,36 @@ possible when the delay time changes.
|
||||
<P>
|
||||
<HR>
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html2305"
|
||||
<A ID="tex2html2305"
|
||||
HREF="node118.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2299"
|
||||
<A ID="tex2html2299"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2293"
|
||||
<A ID="tex2html2293"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2301"
|
||||
<A ID="tex2html2301"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2303"
|
||||
<A ID="tex2html2303"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2306"
|
||||
<B> Next:</B> <A ID="tex2html2306"
|
||||
HREF="node118.html">Recirculating comb filter</A>
|
||||
<B> Up:</B> <A NAME="tex2html2300"
|
||||
<B> Up:</B> <A ID="tex2html2300"
|
||||
HREF="node116.html">Examples</A>
|
||||
<B> Previous:</B> <A NAME="tex2html2294"
|
||||
<B> Previous:</B> <A ID="tex2html2294"
|
||||
HREF="node116.html">Examples</A>
|
||||
<B> <A NAME="tex2html2302"
|
||||
<B> <A ID="tex2html2302"
|
||||
HREF="node4.html">Contents</A></B>
|
||||
<B> <A NAME="tex2html2304"
|
||||
<B> <A ID="tex2html2304"
|
||||
HREF="node201.html">Index</A></B>
|
||||
<!--End of Navigation Panel-->
|
||||
<ADDRESS>
|
||||
|
||||
Reference in New Issue
Block a user