Closed marioortizmanero closed 4 years ago
Currently audiosync checks a compile-time DEBUG variable to print debug messages. This isn't really practical though. It'd be great to have a modifiable global variable to show or hide the messages, exposed with audiosync.debug(on: bool).
DEBUG
audiosync.debug(on: bool)
Currently audiosync checks a compile-time
DEBUG
variable to print debug messages. This isn't really practical though. It'd be great to have a modifiable global variable to show or hide the messages, exposed withaudiosync.debug(on: bool)
.