jamulus icon indicating copy to clipboard operation
jamulus copied to clipboard

Jamulus enables musicians to perform real-time jam sessions over the internet.

Results 269 jamulus issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Even though Jamulus can be compiled with Qt6 and it runs, there are multiple UI issues. Also the app hangs and crashes in multiple places. 1. The...

bug
iOS

**Short description of changes** From @AndersGoran. This adds a `;z` option to `--ctrlmidich` parsing that adds control of the client channel, regardless of its channel number. This applies to all...

feature request
good first issue
needs documentation

This automated Pull Request updates the used **Qt6** version to version **6.9.1**. This PR was opened by the workflow *Bump dependencies* (*create-prs*) CHANGELOG: Build: Updated bundled Qt6 to version 6.9.1

dependencies

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: ![Weblate translation status](https://hosted.weblate.org/widget/jamulus/jamulus-app/horizontal-auto.svg)

**Short description of changes** Update Opus library to the latest 1.5.2 release, plus a couple of fixes. CHANGELOG: Update Opus library to v1.5.2 **Context: Fixes an issue?** Existing Jamulus is...

Looks like the Connect Dialog list entries also need some work to be compatible with a dark mode theme. I suspect those texts are set specifically to black instead of...

Mobile UI
iOS

**Short description of changes** Updated systemd unit file to disable swap on Jamulus process. CHANGELOG: Server: Disabled swap memory usage on Linux. **Context: Fixes an issue?** I noticed that Jamulus...

Linux

**What is the current behaviour and why should it be changed?** Currently there is no ability for the Jamulus user to add audio processing, other than the built-in Reverb in...

feature request

Adds a deprecation warning if the server is started with `-m`. **Short description of changes** CHANGELOG: The `-m`/`--htmlstatus` option is considered deprecated and has been replaced by JSON RPC's `jamulusserver/getClients`...

needs documentation
JSON-RPC

This is an extract from https://github.com/jamulussoftware/jamulus/pull/2550 **Short description of changes** Refactor Connect() and disconnect functionality. Introduces a new Connect() method for quick connection and adds signals to Start() and Stop()...

refactoring