diff --git a/src/tauon/t_modules/t_phazor.py b/src/tauon/t_modules/t_phazor.py index 3deaff7a3..ecf2247d9 100644 --- a/src/tauon/t_modules/t_phazor.py +++ b/src/tauon/t_modules/t_phazor.py @@ -132,6 +132,7 @@ def player4(tauon: Tauon) -> None: fade_time = 400 aud = ctypes.cdll.LoadLibrary(str(get_phazor_path(pctl))) + logging.debug("Loaded Phazor path at: " + str(get_phazor_path(pctl))) aud.config_set_dev_name(prefs.phazor_device_selected.encode())