replace '<A NAME=' with '<A ID='

This commit is contained in:
2022-04-12 23:32:40 -03:00
parent 19822c017f
commit 2f20b9ef0d
202 changed files with 5110 additions and 5110 deletions

View File

@@ -30,42 +30,42 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<BODY >
<!--Navigation Panel-->
<A NAME="tex2html1050"
<A ID="tex2html1050"
HREF="node35.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
SRC="next.png"></A>
<A NAME="tex2html1044"
<A ID="tex2html1044"
HREF="node32.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
SRC="up.png"></A>
<A NAME="tex2html1038"
<A ID="tex2html1038"
HREF="node33.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
SRC="prev.png"></A>
<A NAME="tex2html1046"
<A ID="tex2html1046"
HREF="node4.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
SRC="contents.png"></A>
<A NAME="tex2html1048"
<A ID="tex2html1048"
HREF="node201.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
SRC="index.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html1051"
<B> Next:</B> <A ID="tex2html1051"
HREF="node35.html">Using a wavetable as</A>
<B> Up:</B> <A NAME="tex2html1045"
<B> Up:</B> <A ID="tex2html1045"
HREF="node32.html">Examples</A>
<B> Previous:</B> <A NAME="tex2html1039"
<B> Previous:</B> <A ID="tex2html1039"
HREF="node33.html">Wavetable oscillator</A>
&nbsp; <B> <A NAME="tex2html1047"
&nbsp; <B> <A ID="tex2html1047"
HREF="node4.html">Contents</A></B>
&nbsp; <B> <A NAME="tex2html1049"
&nbsp; <B> <A ID="tex2html1049"
HREF="node201.html">Index</A></B>
<BR>
<BR>
<!--End of Navigation Panel-->
<H2><A NAME="SECTION00662000000000000000">
<H2><A ID="SECTION00662000000000000000">
Wavetable lookup in general</A>
</H2>
@@ -79,7 +79,7 @@ not have sufficed. There are new classes introduced here:
<P>
<DIV ALIGN="CENTER"><A NAME="fig02.13"></A><A NAME="2412"></A>
<DIV ALIGN="CENTER"><A ID="fig02.13"></A><A ID="2412"></A>
<TABLE>
<CAPTION ALIGN="BOTTOM"><STRONG>Figure 2.13:</STRONG>
A wavetable oscillator with variable duty cycle: B03.tabread4.pd.</CAPTION>
@@ -98,7 +98,7 @@ A wavetable oscillator with variable duty cycle: B03.tabread4.pd.</CAPTION>
WIDTH="102" HEIGHT="41" ALIGN="MIDDLE" BORDER="0"
SRC="img276.png"
ALT="\fbox{ $\mathrm{tabread4}\sim$\ }">:
<A NAME="2555"></A>wavetable lookup. As in <TT>tabosc4~</TT> the table is read using
<A ID="2555"></A>wavetable lookup. As in <TT>tabosc4~</TT> the table is read using
4-point interpolation. But whereas <TT>tabosc4~</TT> takes a frequency
as input and automatically reads the waveform in a repeating pattern, the
simpler <TT>tabread4~</TT> expects the table lookup index as input.
@@ -114,7 +114,7 @@ you can send messages to select which table to use.
WIDTH="99" HEIGHT="41" ALIGN="MIDDLE" BORDER="0"
SRC="img277.png"
ALT="\fbox{ $\mathrm{tabwrite}\sim$\ }">:
<A NAME="2556"></A>record an audio signal into a wavetable. In this example the
<A ID="2556"></A>record an audio signal into a wavetable. In this example the
<TT>tabwrite~</TT> is used to display the output (although later
on it will be used for all sorts of other things.) Whenever it receives a
"bang" message from the pushbutton icon above it, <TT>tabwrite~</TT> begins
@@ -146,12 +146,12 @@ is to supply the <TT>*~</TT> object with values to scale the
WIDTH="56" HEIGHT="41" ALIGN="MIDDLE" BORDER="0"
SRC="img278.png"
ALT="\fbox{ $\mathrm{pack}$\ }">:
<A NAME="2557"></A>compose a list of two or more elements. The creation arguments establish the
<A ID="2557"></A>compose a list of two or more elements. The creation arguments establish the
number of arguments, their types (usually numbers) and their initial values.
The inlets (there will be as many as you specified creation arguments) update
the values of the message arguments, and, if the leftmost inlet is changed
(or just triggered with a "bang" message), the message is output.
<A NAME="pdpack"></A>
<A ID="pdpack"></A>
<P>
In this patch the arguments are initially 0 and 50, but the number box will
update the value of the first argument, so that, as pictured, the most recent
@@ -183,36 +183,36 @@ using a slightly more complicated arrangement: subtract 1/2 from the
<P>
<HR>
<!--Navigation Panel-->
<A NAME="tex2html1050"
<A ID="tex2html1050"
HREF="node35.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
SRC="next.png"></A>
<A NAME="tex2html1044"
<A ID="tex2html1044"
HREF="node32.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
SRC="up.png"></A>
<A NAME="tex2html1038"
<A ID="tex2html1038"
HREF="node33.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
SRC="prev.png"></A>
<A NAME="tex2html1046"
<A ID="tex2html1046"
HREF="node4.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
SRC="contents.png"></A>
<A NAME="tex2html1048"
<A ID="tex2html1048"
HREF="node201.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
SRC="index.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html1051"
<B> Next:</B> <A ID="tex2html1051"
HREF="node35.html">Using a wavetable as</A>
<B> Up:</B> <A NAME="tex2html1045"
<B> Up:</B> <A ID="tex2html1045"
HREF="node32.html">Examples</A>
<B> Previous:</B> <A NAME="tex2html1039"
<B> Previous:</B> <A ID="tex2html1039"
HREF="node33.html">Wavetable oscillator</A>
&nbsp; <B> <A NAME="tex2html1047"
&nbsp; <B> <A ID="tex2html1047"
HREF="node4.html">Contents</A></B>
&nbsp; <B> <A NAME="tex2html1049"
&nbsp; <B> <A ID="tex2html1049"
HREF="node201.html">Index</A></B>
<!--End of Navigation Panel-->
<ADDRESS>