jamulus
jamulus copied to clipboard
Jamulus enables musicians to perform real-time jam sessions over the internet.
This is a manual port of https://github.com/jamulussoftware/jamulus/pull/2550 by @pgScorpio **Short description of changes** First step to get to know the codebase of #2550 CHANGELOG: DO NOT MERGE **Context: Fixes an...
**Describe the bug** The current dependency list on compiling.md for Fedora 33+ is missing **qt5-qtmultimedia-devel** **To Reproduce** Using Fedora 40 you are unable to compile following the existing documentation for...
**What is the current behaviour and why should it be changed?** Besides multiple other coupling issues, we should refactor the Connect() and Disconnect() functions in https://github.com/jamulussoftware/jamulus/blob/main/src/clientdlg.cpp#L1196-L1296 to be able to...
- Remove commented out code as it is confusing. It will still be part of the git history if needed again. - Check if `TODO`'s are actionable - If they...
Adds a MIDI tab to the Settings menu and exposes the MIDI parameters so they can be changed via the GUI. MIDI CC numbers can be automatically set using "learn"...
This automated Pull Request updates the used **aqt** version to version **3.3.0**. This PR was opened by the workflow *Bump dependencies* (*create-prs*) CHANGELOG: SKIP
Translations update from [Hosted Weblate](https://hosted.weblate.org) for [Jamulus/Jamulus app](https://hosted.weblate.org/projects/jamulus/jamulus-app/). It also includes following components: * [Jamulus/Windows Installer](https://hosted.weblate.org/projects/jamulus/windows-installer/) Current translation status: 
**Describe the bug** **To Reproduce** **Expected behavior** **Screenshots** **Operating system** **Version of Jamulus** **Additional context**
Related to: https://github.com/orgs/jamulussoftware/discussions/3244 **Short description of changes** Tries to enable Opus ML improvements to improve quality on packet loss. Untested. CHANGELOG: Opus: Enable ML improvements for handling packet loss **Context:...
**What is the current behaviour and why should it be changed?** Currently, a new JSON-RPC message is only interpreted if the JSON-RPC client sends a new line. However, there seem...