Hi all!
I've just started to create a control surface for Cubase, as the noob I am I started with creating the transport controls, and I have a couple of questions;
-
What is the easiest way of setting button colors (or css class) based on the response from Cubase? Since I might press stop inside of Cubase I would like to have the control surface correspond to what ever actions I made in the DAW?
-
In relation to the above, I tried to check what ever data is sent back from Cubase for the STOP button using this script:
console.log("Button " + getProp("this", "id") + ": " + value)
then I get two entries in the log when I click the STOP button, both having the value 1, is that because my click trigers one entry and the second one is because CUBASE sends back a value?
B.R.
Tom