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** **To Reproduce** Current Mac builds show compiler warnings. I suspect that those are newly introduced by newer compiler versions in Xcode (#2672). **Expected behavior** No warnings. **Screenshots**...

bug

Create-DMG has received an update. We should update the scripts and investigate later on if we should also switch to a new compression format. https://github.com/create-dmg/create-dmg/issues/128 I don’t think we can...

> My concern is `get_build_version()` uses a different value. The tag, `Jamulus.pro` and `ChangeLog` could all have different versions. > Given we have three sources for the version, we really...

bug
tooling

*Raised by @softins in https://github.com/jamulussoftware/jamulus/pull/1975#pullrequestreview-901000643* > I must admit I struggle to understand a reason for making `skillLevel` changeable via the RPC, but not an instrument. I would only ever...

feature request
JSON-RPC

**What is the current behaviour and why should it be changed?** Jamulus will fail to build with Qt6 even when #2299 is merged as it uses androidextras for permission handling,...

refactoring
android

APKs currently do not seem to be signed. The `androiddeployqt` does not contain the relevant parameters: https://github.com/jamulussoftware/jamulus/blob/5f8ce856114f3ff34ba7bbd43bfaac0ff9579b52/autobuild/android/autobuild_apk_2_build.sh#L33 This means that APKs are currently signed with debug keys (which, I assume,...

refactoring
tooling

**Has this feature been discussed and generally agreed?** Initial discussion here: https://github.com/jamulussoftware/jamulus/pull/2423#issuecomment-1048915034 **Describe the solution you'd like** - [x] Check that there is no technical reason to name the package...

**What is the current behaviour and why should it be changed?** There are hints that it might make sense to set specific opus build flags to improve performance on low-spec...

refactoring

*(Initially raised by @pljones and @ann0see in https://github.com/jamulussoftware/jamulus/pull/1975/files#r808416974)* **Has this feature been discussed and generally agreed?** Yes. **Describe the solution you'd like** https://github.com/jamulussoftware/jamulus/blob/master/src/clientsettingsdlg.cpp#L1082-L1098 + clientrpc.cpp should be refactored to use...

refactoring
JSON-RPC

**Describe the bug** CServerRpc and CClientRpc/CServerRpc are created with "new" in main.cpp, but are never deleted. **To Reproduce** Run Jamulus with and without valid --jsonrpcport and --jsonrpcsecretfile parameters. Use Visual...

bug