Stefan Westerfeld
Stefan Westerfeld
To convert the state of an instance to a string, this code is used as a first step ``` LilvState *state = lilv_state_new_from_instance( lv2_plugin(), m_ppInstances[0], &g_lv2_urid_map, nullptr, nullptr, nullptr, nullptr,...
It would be useful if there was a way to edit the velocity of each note in the Piano Roll.
When loading a project that contains a plugin that is not available, Anklang should give some form of feedback to the user. It could display a popup with a list...
Before I describe the actual problem, let me give you some context. LV2 has a preset mechanism which allows sharing presets between applications. Some plugins also ship with presets. The...
To insert a new device we have this "+" button in the device panel. But no matter where I click, the device always gets inserted at the end. I've debugged...
It would be nice if there was a (python) script that could parse `.bse` files and extract the notes.
Currently, there is no way to change the order of the devices in a device chain. It would be great if this could be done by drag & drop.
While working on LV2 support, I've observed that playing a song with devices that have lots of properties (like 100 or more) make the UI unresponsive during playback if the...
Once we have support for playing samples via liquidsfz PR #7, we could implement making some content easily accessible for users. The idea would be that the user could download...
This is my first attempt to implement mute/solo/volume support for tracks. *What is good:* - user can use volume slider, which has a good non-linear mapping to the track volume...