Johannes Lorenz
Johannes Lorenz
This merges `Lv2ControlBase` and `Lv2Proc` into 1 class, as discussed in Discord. The PR is preparation for adding L/R Routing, as proposed by @messmerd . **It already should be reviewed:**...
This runs `lmms --version` and `lmms --help` in the github CI. Further checks, like importing an LMMS project to WAV via CLI, are conceivable. Note: This is a split of...
### Enhancement Summary Currently, a few of plugins will not load in LMMS, saying `- no audio output channel` (if you have `LMMS_LV2_DEBUG` set). This is a missed opportunity, because...
Before this commit, `EffectView` inherits `PluginView` and `EffectControlDialog` inherits `ModelView`. This commit switches those base classes. The reason is that we previously had no base class for the 2 classes...
This is a split-of from lv2-ui which consists of many things I had to do to display Lv2 effects properly (and possibly fix other bugs). I am still not finished...
This PR continues #5990 from Reflexe (and others). The problem with #5990 was that we cannot make PRs against it (at least, no PRs on our upstream LMMS/lmms) and at...
The Schema generator currently has a lot of problems: 1. Function get_default_value must be used instead of retrieving ✅ 2. No runtime object is involved. Thus, we need to run...
Remaining from #255 : - [ ] * Make FLTK GUI - [x] * Make standalone Lv2 effect https://github.com/zynaddsubfx/zynaddsubfx/pull/326 - [ ] * Make standalone Lv2 effect for sympathetic