H. James Harkins

Results 304 comments of H. James Harkins

I don't think this is a bug. `as(Array)` means *always* explicitly build an instance of Array and add the contents into it, one by one. `asArray` means to convert to...

> I do understand the logic of the implementation here, but from a practical and organizational point of view, does it make sense to have .asArray implemented at all if...

Oufff... email reply lost all the line breaks. Editing... > Here for the same reason, i.e. "String".asArray.class != Array > > I also wonder why Sc does it this way....

Apologies for the failed email formatting in my last reply -- I've edited to make it readable.

After writing the help, I get: > MIDIRealtimeMessage.clock > MIDIRealtimeMessage.clock = > Create an instance to represent MIDI clock "start" messages. One should be sent every 1/24 beat. > >...

There is a relatively simple solution for this (which, given the frustration, might lead one to wonder why it wasn't done long ago... I guess nobody, including myself, thought of...

> though is this fix sufficient? it's not recursive and will fail with nested patterns Oh, nice one! That's excellent. So, then, ignore the first idea and: ``` + SequenceableCollection...

The issue I encountered was that SC not only silently skipped the broken symlink, but also silently skipped the entire directory containing the symlink. So if you have unsaved changes...

Just to bump this one -- it's still there, and it's still annoying. Also there's a PR attached, but it's been abandoned.

Rohan, on the forum, pointed out that it's possible to use buffers or buses to make connections between parts of a single graph. Changes in the sorting algorithm could result...