mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-04-05 11:32:46 +02:00
GLOBAL_GET is an expensive operation which should not be used each frame / tick. This PR adds macros which do a cheaper revision check, and only call the expensive GLOBAL_GET when project settings have changed. Co-authored-by: Lukas Tenbrink <lukas.tenbrink@gmail.com> |
||
---|---|---|
.. | ||
effects | ||
audio_driver_dummy.cpp | ||
audio_driver_dummy.h | ||
audio_effect.cpp | ||
audio_effect.h | ||
audio_filter_sw.cpp | ||
audio_filter_sw.h | ||
audio_rb_resampler.cpp | ||
audio_rb_resampler.h | ||
audio_stream.cpp | ||
audio_stream.h | ||
SCsub |