Hello,
can I control the +/- buttons from MATricks in macros? I would like to control MA Tricks via the XButtons.
Hello,
can I control the +/- buttons from MATricks in macros? I would like to control MA Tricks via the XButtons.
I guess not on an easy way....by LUA I guess you can....but that does the command line say if you use the button?
Doesn't say anything sadly
something like this should do the job:
Lua "Selection().MAtrick.XBlock = (tonumber(Selection().MAtrick.XBlock) or 1) + 1"
Thanks, I will try that
something like this should do the job:
Lua "Selection().MAtrick.XBlock = (tonumber(Selection().MAtrick.XBlock) or 1) + 1"
Do u know if can I arrange this to work in a specific MATRicks Pool item?
You can do it also in a Macro without LUA.
Set Selection MAtricks Property "XBlock" "+"
Set Selection MAtricks Property "XBlock" "-"
Set Selection MAtricks Property "XGroup" "+"
Set Selection MAtricks Property "XGroup" "-"
or
Set Selection MAtricks Property "XGroup" 0
Set Selection MAtricks Property "XGroup" 2
Reset Selection MAtricks
can also be important
Display MoreYou can do it also in a Macro without LUA.
Set Selection MAtricks Property "XBlock" "+"
Set Selection MAtricks Property "XBlock" "-"
Set Selection MAtricks Property "XGroup" "+"
Set Selection MAtricks Property "XGroup" "-"
or
Set Selection MAtricks Property "XGroup" 0
Set Selection MAtricks Property "XGroup" 2
Reset Selection MAtricks
can also be important
sometimes the solution is so easy ...only problem....it won't work with Timing and Phase....not sure, but this seem to be a bug. I send a request about this issue to Tech Support.....and especially with timing and phase it would be amazing....usefull setting for Encoder.
Yes it does work with Timing
Set Selection MAtricks Property "FadeFromX" 1
Set Selection MAtricks Property "FadeToX" 3
Set Selection MAtricks Property "DelayFromX" 1
Set Selection MAtricks Property "DelayToX" 3
Set Selection MAtricks Property "SpeedFromX" 1
Set Selection MAtricks Property "SpeedToX" 2
(this is not very usefull because 1 stands for 60BPM so 2 ist 120BPM etc.)
Set Selection MAtricks Property "PhaseFromX" 90
Set Selection MAtricks Property "PhaseToX" 360
Do u know if can I arrange this to work in a specific MATRicks Pool item?
Forgot to answer this Question 😬
Set MAtricks "Name" Property "XGroup" 2
Set MAtricks (Pool Number) Property "XBlock" 3
Forgot to answer this Question 😬
Set MAtricks "Name" Property "XGroup" 2
Set MAtricks (Pool Number) Property "XBlock" 3
this I know.....was the request about +/-....and as I wrote a bit more above, there seems to be an issue with +/- at the timing options and phase.
Oh and just got answer from MA tech support about the +/-....its a well known issue and they said, its like luck that it works well with +/- at groups, blocks,....it need a LUA code to do it.
Don’t have an account yet? Register yourself now and be a part of our community!