View Single Post
Old 02-20-2018, 06:23 AM   #31
mpl
Human being with feelings
 
mpl's Avatar
 
Join Date: Oct 2013
Location: Moscow, Russia
Posts: 3,960
Default

As I said before, GUI/Data update can takes a lot of CPU. For keeping low CPU usage, I give an update trigger for GUI/data not on every ReaScript cycle (30 times a second approximately), but only when something was changed (a couple of API-based triggers). So live with it.
mpl is offline   Reply With Quote