Nick Dowell
Nick Dowell
According to the [documentation](https://jackaudio.org/api/group__SessionClientFunctions.html): > Use of JACK-Session is currently deprecated and unsupported. JACK developers recommend the use of NSM instead. See https://github.com/linuxaudio/new-session-manager
### Progress - [x] Integrate JUCE into Automake - [x] Rewrite control panel - [x] Reimplement "tooltips" - [x] Port plug-ins - [x] LV2 - [x] DSSI - [x] VST...
amsynth was incorrectly ignoring the MIDI bank select LSB (CC20) and treating the MSB (CC0) as the back number (as sent by `vkeybd`) Verified fix using `jack-keyboard`. Addresses issue raised...
Raised by @ZbigniewB in #129 > I think it would be handy to have ability to switch-off whole modules of synthesizer just by clicking their namefields (say: by clicking white...
Raised by @ZbigniewB in #129
- **Date:** 2022-02-22 - **Resolution:** Open - **Area:** Something else not on this list - **OS:** macOS 11, 12 - **Type:** Incorrect/Unexpected Behavior ## Description The `thread_suspend()` Mach API will...
https://github.com/ODDSound/MTS-ESP There needs to be an option to disable MTS-ESP at build time because MTS-ESP is not really GPL compatible.
- https://cleveraudio.org - https://clapdb.tech/category/hostsdaws - https://lwn.net/Articles/893048/ Please 👍 or ❤️ this issue if you would like a CLAP version of amsynth!
This PR fixes a problem where `noteOff` events from `AUWrapper` would have different noteIds than the `noteOn`. For VST3 plug-ins that honor `noteId`, the mismatch causes stuck notes. The problem...