-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improve maintainability Jamulus.pro #2573
Labels
good first issue
Things which should be doable without lots of context
refactoring
Non-behavioural changes, Code cleanup
Milestone
Comments
See my implementation in my sound-redesign branch. |
Edit: When submitting a PR, the renames should not contain any other changes to the contents of the renamed files (except changes which are relevant to the rename, of course ;)). |
5 tasks
Missing here: |
ann0see
added a commit
to ann0see/jamulus
that referenced
this issue
Apr 15, 2023
Fixes: jamulussoftware#2573 Also adds some comments and small changes Co-authored-by: pgScorpio <[email protected]>
5 tasks
ann0see
added a commit
to ann0see/jamulus
that referenced
this issue
Apr 19, 2023
Fixes: jamulussoftware#2573 Also adds some comments and small changes Co-authored-by: pgScorpio <[email protected]>
ann0see
added a commit
to ann0see/jamulus
that referenced
this issue
Apr 19, 2023
Fixes: jamulussoftware#2573 Also adds some comments and small changes Co-authored-by: pgScorpio <[email protected]>
ann0see
added a commit
to ann0see/jamulus
that referenced
this issue
Apr 26, 2023
Fixes: jamulussoftware#2573 Also adds some comments and small changes Co-authored-by: pgScorpio <[email protected]>
ann0see
added a commit
to ann0see/jamulus
that referenced
this issue
Apr 29, 2023
Fixes: jamulussoftware#2573 Also adds some comments and small changes Co-authored-by: pgScorpio <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Things which should be doable without lots of context
refactoring
Non-behavioural changes, Code cleanup
Describe the bug
In the past month there where a lot of changes to Jamulus.pro, leading to a lot of rebase actions with a high chance on mistakes.
Especially for me since I have a sound-redesign branch with added files for Sound in the OS folders.
(PS: there are also several headers missing in the definitions for ASIO)
The headers and sources for sound (especially linux) are used in multiple places in the Jamulus.pro file and therefore have to be changed in multiple places too.
I suggest we use separate defines for the sound files which can be used at many places, but have to be edited in just one place.
To Reproduce
n.a.
Expected behavior
Easier maintenance, less prone to mistakes/errors.
Screenshots
n.a.
Operating system
all
Version of Jamulus
n.a.
Additional context
General idea:
Another point is that it looks very strange when including "linux" files in a Windows build etc.
So it would be more clear when using separate folders for the sound implementation files like sound/jack, sound/asio, sound/coreaudio, sound/oboe, ...
The text was updated successfully, but these errors were encountered: