Damián Silvani

Results 96 issues of Damián Silvani

This works: ```javascript p = new P5({ mode: "WEBGL" }) p.hide() s0.init({ src: p.canvas }) src(s0).out() p.draw = () => { p.background(0); p.normalMaterial(); p.push(); p.rotateZ(p.frameCount * 0.01); p.rotateX(p.frameCount * 0.01);...

bug

enhancement

Similar to #11. For example: ```ruby e(3, 8, [1,2,3].p) ``` would generate: ``` [1, nil, nil, 2, nil, nil, 3, nil, ...] ```

enhancement

This will improve accuracy.

enhancement
supercollider

Right now, if an instrument ends before it is gated off (because it has a fixed envelope generator, for example), the `/n_set` commands fails because the synth node has already...

enhancement
supercollider

When creating synth nodes on "gate on", create and use a Group node in the server to group all Synth nodes related to a particular Stream instance. In case it...

enhancement
supercollider