Relative Content

Tag Archive for pythontkinterpygame

My time scale will continously change based on mp3 position, but creates lag

I cant tell where the lag is coming from. in the function update_time it sets the position of the time scale. The problem arises with the command in the function. set_time is the function within the time scale, but it sets the time. that means every time update_time is called it sets the time. I dont want that because it is creating lag. Could someone tell me how to get rid of this lag?