jamulus
jamulus copied to clipboard
Jamulus enables musicians to perform real-time jam sessions over the internet.
### Discussed in https://github.com/orgs/jamulussoftware/discussions/3006 Originally posted by **pcar75** February 9, 2023 Bonjour, On my dual boot PC, I can shutdown Jamulus server in Windows 10. However I can't do that...
**Describe the bug** The Xcode build of Jamulus after the merge of #3076 crashes with the error message `- allocated port number: 22134 qt.qpa.plugin: Could not find the Qt platform...
**Describe the bug** Even after #1073, valgrind shows some possible leaks. These should be investigated. Note: I'm not entirely sure if they are real or relevant leaks. I suppose there...
**Describe the bug** When building the Android version of Jamulus, `Jamulus.pro` currently relies on the git commit count to generate the `ANDROID_VERSION_CODE`. Currently, the `| wc -l` used to generate...
A Python script generate_json_rpc_docs.py in our repo produces a markdown file in our repo. It would be ideal that the Python script could run automatically, and produce the same markdown...
Adds a Crash-fix by @danryu for a new ios Qt 6 build. Unfortunately, Qt6 makes the app basically unusable on small devices. This should be fixed after this PR got...
**Describe the bug** Currently, the build generated files e.g. `.moc` are scattered in the whole root directory. This is the case especially on manual builds. https://github.com/jamulussoftware/jamulus/pull/2588 tried to clean them...
**What is the current behaviour and why should it be changed?** Methods _jamulusserver/setServerName_ and _jamulusserver/getServerProfile_ are redundant in their naming. Propose changing to _setName_ and _getProfile_, respectively. Given the experimental...
**Describe the bug** With the code from master, the settings dialog in android is not layout correctly, with the rows appearing *compressed* as the screen is not tall enough. **To...
**Describe the bug** Text is not fitting in line and is not wrapped **To Reproduce** **Expected behavior** **Screenshots**  **Operating system** Android 9 on Moto G6 (xt1925-5) 1080x2160 pixel **Version...