Scott Wilson

Results 109 comments of Scott Wilson

> I'm still against the use of the term 'pseduo' to describe keywords in the documentation. Well, I'm not sure I understand the strength of the objection, but the main...

Sorry, I'm still a little confused by this. We're talking about technical terms for documentation, not an artists output. Nobody is being forced to call their music pseudo or anything...

It's not just from Smalltalk, it's from computer science. 'Pseudo variable' is used in PHP, Ruby, C++, various stuff by MS, IBM, comp sci theory, etc. etc. It's proposed here...

> unexpected PIE This should always be welcome!

@adcxyz not sure without digging in, but my guess is this is not an SC issue, but an AIFF limitation. Try with CAF and see if you have the same...

It would be reasonable I suppose if the sf_close call checked the return value and at least posted a warning if there is a malformed file.

Sounds reasonable. Would you propose setting 2 or 3 with a handler function? Would you be comfortable creating a PR for this?

Just a note: I tried about 30-40 executions of @eleses code above. No crashes or obvious memory issues. @scztt's examples seem to leak as before. SuperCollider 3.11.0 Qt version 5.13.2

It’s happening in the garbage collector. Looks like there’s a memory bug been introduced somewhere, which may explain a few other issues. I’ll take a look when I get a...

> // crashes > b = Pwhite.new(0, 10, inf).asStream; > Array.fill(1810000, {b.next}); > > // does not crash > Array.fill(1810000, {1}); > > // does NOT crash > b =...