-
Can we build complex modular synthesizer routings with Python code? Controlling a synthesizer's filter cutoff with an ADSR?
Mockup code:
```python
synth = engine.make_synth_processor()
adsr1…
-
It would be helpful for modularization if there was some kind of „ContainerNode“ that can contain an arbitrary network of AuudioNodes and can be connected like an AudioNode on the outside. That would …
-
As mentioned in #4, we have a lot of [different classes for handling population genetic data](https://github.com/NESCent/r-popgen-hackathon/wiki/R-Classes-for-Population-Genetic-Data) and they are all…
-
Any non-trivial instrument or sound effect tends to have a number of "tuning coefficients" that are used for tweaking. If it's desired to make these available for run-time tweaking, we currently have …
-
In many of the plug-in boards, I use a VCA made of transistors and an opamp. This works pretty well, but they are pretty noisy if the signal levels are small. I've been testing these with an electric …
-
Modular synthesizers are cool to touch. So many knobs around, and tuning every single one of them affects the resulting sound. But mouse controls, precise as they are, will never feel as good as a rea…
-
is there any example to make the synth sound talking?
-
The JACK system has (along with the LV2 plugin format) support for sending audio rate control signals between apps (and plugins).
This port type ("CV" in JACK, "CVPort" in LV2) has started seeing s…
-
## Background
**from [Rack manual](https://vcvrack.com/manual/Bridge.html):**
> Rack is a standalone DAW-like application and not a VST/AU plugin because of the major limitations of these format…
-
here a list of cool apps from avlinux distro
Alsamixer (mixer for the Alsa sound server)
Ardour (digital audio workstation)
Audacity (audio recorder and editor)
Avidmux (video editor)
Cinelerra-GG (…