-
As we've previously discussed.
DPF plugins use similar project structures and Makefiles, so there should probably be an official way of starting a new DPF project.
For those who already want so…
-
It would be great if the modules in Rainbows that include notes/scales would have a CV option as well. I like to run my pitches through quantizers that give me uneven temperament scales so I tend not …
-
Context menu should clear pattern memory and sample data. …
-
Here's my Faust program
```
import("stdfaust.lib");
// VCO 1
vco1_gain = vslider("vco1_gain", 0, 0, 1, 0.01);
vco1(freq) = os.m_osccos(freq) * vco1_gain;
// VCO 2
vco2_gain = vslider("vco2_…
-
-
## Mixing
### Native Instruments / Traktor
- https://blog.native-instruments.com/category/traktor/
- https://blog.native-instruments.com/how-to-dj/
- https://blog.native-instruments.com/ev…
-
The `LICENSE-dist.md` file describes code imported into this project, some of which is GPL3.
By virtue on how GPL works, the project itself should then become GPL too (what they call a "viral" licens…
-
Hi,
I report you an issue about non-compliant voltages on outputs of some modules I've tested (Supersaw and BPM): these voltages are too high/over limits, regardling Eurorack Voltage Standards docu…
-
Font issues ~on a 4K display on Windows 10~ **on all platforms** for `EssEff` and `ChordSeq`:
![image](https://user-images.githubusercontent.com/624427/60385791-c1220380-9a4a-11e9-991c-3743a745050d…
-
Hey there! Surge synth team member here. Great fun to see that you've used our tuning library! That's what it's for. :)
If I'm seeing correctly, you're not using the .kbm file support. This limits…