H. James Harkins
H. James Harkins
## Environment * SuperCollider version: 3.10 * Operating system: Linux (doesn't matter) ## Steps to reproduce Two crashes with very similar input code. It appears that the compiler is generating...
## Environment * SuperCollider version: 3.12 * Operating system: Linux (n/a) * Other details (Qt version, audio driver, etc.): n/a ## Steps to reproduce ```supercollider ATestClass { *clock { ^super.new...
## Purpose and Motivation Per Binary SynthDef Format help, "Unit generators should be listed in an order that permits efficient reuse of connection buffers, which means that a depth first...
## Motivation There are cases where it may be useful to do K2A as a zero order hold, rather than a linear ramp. Currently there is no way at all,...
## Environment * SuperCollider version: 3.12 * Operating system: n/a * Other details (Qt version, audio driver, etc.): n/a ## Steps to reproduce ```supercollider ~protoevent = (proto: (scale: Scale.dorian, root:...
## Purpose and Motivation Seen in a sc-forum thread (https://scsynth.org/t/how-do-i-connect-sclang-to-an-already-running-server/2498): ```supercollider o = ServerOptions.new; o.maxLogins = 100; ``` Currently ServerOptions allows this to be set. But, NodeIDAllocator doesn't allow a...
## Environment * SuperCollider version: 3.12.x * Operating system: Linux ## Steps to reproduce ```supercollider m = MIDIOut(0).connect; ``` Now, in qjackctl, you'll see a connection to "Midi Through." :confused:...
## Environment * SuperCollider version: any * Operating system: any ## Steps to reproduce ```supercollider 11.keyToDegree(Scale.major, 12); -> 6 11.5.keyToDegree(Scale.major, 12); -> 6 ``` ## Expected vs. actual behavior Expected:...
## Environment * SuperCollider version: Current, for years now * Operating system: Any * Other details (Qt version, audio driver, etc.): n/a ## Steps to reproduce ```supercollider ( s.waitForBoot {...
## Purpose and Motivation This one has been nagging at me for a while. Years ago, the maximum UDP packet size was raised from 8192 to 65516. Documentation, and `Buffer:getToFloatArray`,...