What are these values in the Script Watch Interface for the onNoteOn and onNoteOff callbacks?
-
Just noticed these and I'm curious about what thy represent:
Anyone know?
-
@VirtualVirgin cpu usage
-
@d-healey said in What are these values in the Script Watch Interface for the onNoteOn and onNoteOff callbacks?:
@VirtualVirgin cpu usage
Great! Thanks. Had a hunch.
These will increase with more code and give a good indicator of how much stress a given method is producing? -
@VirtualVirgin said in What are these values in the Script Watch Interface for the onNoteOn and onNoteOff callbacks?:
These will increase with more code
It depends on the code, you could write a few lines of very inefficient code that's would greatly increase it, or many lines of efficient code that would affect it much.
Also it's not such an important value in a GUI script, but on a real-time script it could be very important.