apohl79 / audiogridder

DSP servers using general purpose computers and networks
https://audiogridder.com
MIT License
761 stars 79 forks source link

Refactor server settings window #1354

Closed kcoul closed 6 months ago

kcoul commented 6 months ago

Stepping stone for other work I'd like to do, let's review this together when you have some free time!

This PR re-organizes the server settings window as a TabViewController. You can change back to the old layout by setting #define OLD_LAYOUT 1 in ServerSettingsWindow.hpp

Also: We could add this bit to developer docs:

"cd to each Source directory in your PR and execute the following:

find ./ -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i

Don't run this in root directory or else it will try and apply clang-format to entire JUCE framework!"