portedplugins
portedplugins copied to clipboard
A collection of plugins for the SuperCollider sound environment, all of which are ported / remixed from elsewhere
## Environment * SuperCollider version: 3.12.0 * Operating system: Mac OS 10.13.6 ## Steps to reproduce Run any of the examples code blocks from the help file. Here is the...
I'm curious if these plugins are getting SIMD-optimized during compilation. I suspect not, as they are very CPU hungry (e.g. 2 instances of AnalogTape = 17-18% CPU). So, for instance,...
**Describe the bug** Cutoff frequency of all the zdf filters is scaled too high **To Reproduce** { VALadder.ar(Saw.ar(200), 50)}.freqscope **Screenshots** **Desktop (please complete the following information):** - OS: MacOS Big...
**Describe the bug** The VAxx filters have fixed and quite high overdrive applied to them, it seems: https://github.com/madskjeldgaard/portedplugins/blob/main/plugins/odinfilters/Korg35Filter.cpp#L96 **Expected behavior** Unless explicitly applied, the overdrive should be subtle / non-existant
I wouldn't mind to open a PR to document some of the expected parameter ranges, but I thought I'd ask first: - VAxxx filter resonance is 0.0 - 1.0? -...
**Describe the bug** Audible aliasing artifacts above ~3kHz freq in all three waveforms of BLOsc **To Reproduce** ``` { BLOsc.ar(MouseX.kr(50, 5000, \exponential).poll, 0.5, 2) // also 0 and 1 }.play...
The VarShapeOsc & Lockhart.. are not working on Win. Both are for some reason thinking that the folder structure should be /portedplugins/plugins not /portedplugins/classes. Also both are missing the help...
**Describe the bug** In mode 0 (lpf), VA1Pole has a DC offset equal to its feedback coefficient at its output. **To Reproduce** Evaluate each example and observe the posted values....
I'd like to offer prebuilt raspberry pi compatible plugins as part of each release using the Github Actions runners targeting the Raspberry Pi 3 and 4(00) platforms especially and the...
Most plugins' frequency parameters are only modulateable at control rate at the moment, but it should be possible to modulate them at either control or audio rate in the long...