-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Refactor code based on review #58
Comments
checked that, precompiler statements excluide any code when non-debug, so the function is a noop. |
Implemented already in current master, most of the part |
Implemented in audio refactor branch |
I consider this fixed by #122; The function is still very long and hard to read. The latest PR to restructure the audio processing into the radio model helped already to make it easier/shorter and removed some of the obscure |
James Turner was so glad to provide some comments on the code:
https://sourceforge.net/p/flightgear/mailman/flightgear-devel/thread/3C2C3D58-6F58-4949-879E-261978FD24F0%40flightgear.org/#msg37165208
Use a class for global stuff<STL container>.empty()
over<STL container>.size() > 0
pluginDbg
is efficient (noop when debug is not active)mumble_onAudioSourceFetched
is too long (break down into helper functions; rel Make minimum noise/audio filters depending on radio model #122)if
clausesThe text was updated successfully, but these errors were encountered: