>
> Another thing I'd like to report that even when doing absolutely
> nothing, Grace uses about 34% of my CPU. That's what happens when
> I run a fresh instance of Grace, without loading any files, nor
On OSX grace hovers around 1.2 pct of cpu which is total fine, ill test it on
linux once i can figure out the crash.
does switching to format stop the crash?
(define (foo)
(let ((sequence '(0 1 2)))
(process
for i from 0 to (length sequence)
for current-element = (nth sequence i)
do
(format #t "~A~%" current-element)
(wait 1))))
(sprout (foo))
_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist