The Csound Book (Second Printing) - Text Changes
[+] Page 12: add the loadtime number to the f-statement at the bottom of the page.
- 'f 111 16 10 1' changed to "f 111 0 16 10 1"
[+] Page 27: first sentence in first full paragraph.
- 'p10 to the value in p11' changed to "p9 to the value in p10"
[+] Page 76: in the "Gen 7" paragraph.
- 'Figure 2.18 illustrates...' changed to "Figure 2.19 illustrates..."
[+] Page 102: in line 6
- 'it is it is' changed to "it is"
[+] Page 111: top paragraph, the last word(s).
- 'manuaapendix' changed to "appendix"
[+] Page 149: Figure 5.19
- 'Expansion...from figure 5.15...' changed to "Expansion...figure 5.18..."
[+] Page 150: Figure 5.21
- 'Expansion.... in figure 5.17.' changed to "Expansion...figure 5.20...".
[+] Page 190: in "The Implementation" section, the wording after P4= and
P5= is reversed. P4 is the "iamp" and p5 is the "ifreq" in the orchestra in
Figure 8.4. It has been changed to:
- * p4 = overall amplitude scaling factor
* p5 = pitch in Hz (normal pitch range: F2-F5 (sounding))
[+] Page 212:
- ikey init 12*int(p5-6)+100*(p5-6) ; KEYBOARD KEY PRESSED
changed to
- ikey init 12*int(p5)+100*(p5%1)-59 ; KEYBOARD KEY PRESSED
[+] Page 215, equation 10.4:
- changed to Y = X + b1X' + b2X''
[+] Page 216:
- added equation numbers to eq. 10.6 and 10.8
[+] Page 309, missing the end of the sentence at the top of the page, 2nd line:
- ...only on each new fof-grain, causing the frequency
changed to
- ...only on each new fof-grain, causing the frequency "to make jumps."
[+] Page 310, right before the first function table example:
- '... would be doubled to 65536 Hz.' changed to "... would be doubled to 65536."
[+] Page 371, DC blocker code:
- ablkin init 0
ablkout init 0
ablkout = afeedbk-ablkin+.99*ablkout
ablkin = afeedbk
ablock = ablkout
changed to
ablock2 init 0
ablock3 init 0
ablock2 = afeedbk-ablock3+.99*ablock2
ablock3 = afeedbk
ablock = ablock2
[+] Page 371:
- '...afeedbk tone adline, 400' changed to "afiltr tone adline, 400"
[+] Page 395, formula 20.18:
- ej2pif0t
changed to
ej2pif0t
[+] Index:
- 'DAM' references page number 633 it should reference 632.
[+] Page 700, Appendix 6 - Error Messages:
- deleted the last 2 lines
1 memfile deleted Information
100th system exclusive $hex, length integer Information
[+] Page 701, Csound Quick Reference:
- 'Csound Quick Reference' changed to "Csound Quick Reference (version 4.01)"
|
|