Johannes Lorenz

Results 43 issues of Johannes Lorenz

The feedback switch is not in the gui file here: https://github.com/brummer10/guitarix/blob/master/trunk/src/LV2/gx_redeye.lv2/gxredeye_ui.cpp#L206-#L219 But it isn't given the lv2:portProperty pprop:notOnGUI, which probably should have been after this line: https://github.com/brummer10/guitarix/blob/master/trunk/src/LV2/gx_redeye.lv2/gx_redeye.ttl#L209 Can please someone...

This adds a (very simplified) namespace/ifdef checker. Also, this puts `check-strings` and the new `check-namespace` together. Obviously, this PR fails its own `check-namespace` action, until PR #6174 will have been...

** This is WIP ** ### Background Lv2 has many extensions, and some of them contain features. Extensions are things the plugin provides for a host, and features are things...

enhancement
conversation

There are many LADSPA effects that support port types that LMMS currently can not handle: * audio output * audio input (i.e. more than 2 audio inputs, e.g. for sidechaining)...

enhancement
core

This implements the previous stub `Lv2ControlBase::reloadPlugin`, which is required if the LMMS sample rate changes. Additionally, this removes two unused pure virtual functions of `Lv2ControlBase`, making the class non-abstract, so...

Sorry, I just need an assigned issue to not oversee it.

enhancement

# What's this? This is an inofficial LMMS branch which provides zynaddsubfx 3.x support. There's an installer linked below (see "How to run") for installing this LMMS branch, coupled with...

enhancement
core

This is just a draft for discussions. The implementation follows [this concept](https://github.com/JohannesLorenz/zyn-wavetable-concept/blob/master/README.md), please make PRs there if the concept is wrong. Here is a ToDo list. In parentheses: points from...

enhancement

Reason: (More) successful stoat run. This has to wait until there has been a decision with #61 .

enhancement
blocked by other issue