[Nyquist-users] RE: Nyquist-users digest, Vol 1 #6 - 1 msg
Nyquist is a language for sound synthesis and music composition.
Brought to you by:
rbd
|
From: Roger B. D. <rb...@cs...> - 2005-08-14 17:21:04
|
Bruce,
The sample counts that are printed by S-SAVE cannot be switched off
or changed without modifying the source code and recompiling. Generally,
S-SAVE does not know how many samples it is going to compute, so it =
would be
hard to make a progress bar even if you could keep track of how many =
samples
were computed.
The Nyquist IDE's work by running Nyquist as a sub-process and =
reading
the standard output from Nyquist. In some cases, the standard output is
parsed (e.g. that's how plot is implemented), so in principle, you could =
do
the same thing to suppress the output of S-SAVE and perhaps map it into =
a
progress display or hour-glass/"I'm thinking" display.
I would not be opposed to adding some support in this area if you
need it to accomplish something.
-Roger
|