replace in opening quotations

This commit is contained in:
2022-04-12 23:17:03 -03:00
parent 1ca5c25706
commit 19822c017f
89 changed files with 282 additions and 282 deletions

View File

@@ -94,7 +94,7 @@ reflect the result of the computation.
<P>
In a non-real-time system (such as Csound in its classical form),
this means that logical time proceeds from zero to the length of the
output soundfile. Each ``score card" has an associated logical time (the
output soundfile. Each "score card" has an associated logical time (the
time in the score), and is acted upon once the audio computation has reached
that time. So audio and control calculations (grinding out the samples and
handling note cards) are each handled in turn, all in increasing order of
@@ -148,7 +148,7 @@ one. We then do all control calculations up to but not including logical
time 2, then the sample of index one, and so on. (Here we are adopting
certain conventions about labeling that could be chosen differently. For
instance, there is no fundamental reason control should be pictured as
coming ``before" audio computation but it is easier to think that way.)
coming "before" audio computation but it is easier to think that way.)
<P>
Part (b) of the figure shows the situation if we wish to compute the audio