Skip to content

Commit

Permalink
add debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiko2k committed Jan 9, 2025
1 parent 71c7bba commit 17ebef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tauon/t_modules/t_phazor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())

Expand Down

0 comments on commit 17ebef2

Please sign in to comment.