[CM] set! samples

2018-06-20 Thread James Hearon
--- Message: 1 Date: Tue, 19 Jun 2018 18:02:31 + From: James Hearon To: "cmdist@ccrma.Stanford.EDU" Subject: [CM] set! samples Message-ID: Content-Type: text/plain; charset="iso-8859-1" Hi, I get a crash that I cannot seem to understand with the fol

Re: [CM] set! samples

2018-06-19 Thread bil
At first glance, "i" never equals 40500 -- you're stepping by 200. Use (>= i 40500) or (= i 40600). Since the end test is never true, you probably run out of memory eventually. ___ Cmdist mailing list Cmdist@ccrma.stanford.edu

[CM] set! samples

2018-06-19 Thread James Hearon
Hi, I get a crash that I cannot seem to understand with the following code. In the do loop when I set the test to (= i 40400) I get a squarish-wave in the editor; but when I set it to 40500 or above I get an endless loop and a crash. I was trying to create a 2 sec. test.snd, then write the