I'm looking to call functions with a delay without halting the whole program. I've already tried the timer of the guicomponents lib but it doesn't allow to call a function with parameters.
what I'm trying to do is send OSC messages using different values and time delays.