H. James Harkins

Results 227 comments of H. James Harkins

One other detail: VALadder and VAKorg35 seem to filter at the given frequency * 3. VADiodeFilter is at given frequency * 2.17. No idea why.

Looks pretty simple: https://github.com/supercollider/sc3-plugins/blob/master/source/BhobUGens/BhobGrain.cpp#L353 `prevtrig = trig;` is outside of the audio calculation loop.

Adding a comment, as this issue seems to concern externals in general, not only Gem. Today I tried (and failed) to use the external [comport] to do Arduino --> Pd...

1. I'm very glad to hear that external support is in the works, thanks. 2. Agreed about portability, though that won't be a concern in my courses. 3. I'm prepared...

> Could you quickly confirm that it works on Windows when opening the patch in Vanilla Pd? Information already provided: "If I have the Pd patch open in Pure Data...

> I stumbled with a problem that might be related to this With apologies, but it isn't related. The present bug report is for scide (editor) vs language communication. The...

In #5604 I had also suggested that a library of soundfile paths needs a design process to determine requirements and avoid the risk of adding something which would need to...

Ubuntu Linux here, seemingly unreproducible. ``` -> [ Buffer(0, nil, nil, nil, /usr/local/share/SuperCollider/sounds/a11wlk01.wav), Buffer(1, nil, nil, nil, /usr/local/share/SuperCollider/sounds/a11wlk01.wav), ...etc... 0 -> 0 ``` Also tried: ``` ( fork { var...

OK, here's a non-buffer test that reproduces it consistently. ```supercollider ( fork { var sent = IdentitySet.new; var recd = IdentitySet.new; var x = Synth.basicNew(\null, s, 1000).newMsg; SynthDef(\null, { Out.ar(0,...

> on macOS i got something like "size check: [ 1000, 986 ]" when SC was running something else concurrently (20-30% server load) and some activity in the language. On...