touchtouch wrote:Hi Guys!
Great to see the Forum alive!
Hendrik here!
I would like to know what did you guys use before there was DTouch

I was using iPad and Lemur but I can't even compare the two

Any of you have experience in python coding ? Seems like a great addition to the Macro Manager!
Thanx!
I've had a lot of control surface and I still have my SmartAV Tango and Smart Consoles. I still do love physical faders, but being able to instantly control any plugin directly on the touchscreen is a big deal to me, and the Matrix window in DTouch is kind of changing the way I think about faders overall.
The integration of python in DTouch macros is VERY powerful! Macro engines are usually dumb, they just carry out a list of commands in order (move the mouse to x,y, press the left mouse button, send this keystroke, etc). You can still do that with DTouch, but being able to write macros in python lets you make smart macros that can make decisions based on variables in the project, what's on the screen at that point in time, etc. I'm just now starting to scratch the surface writing macros with deeper functionality.. Hopefully I'll some really nice ones to share soon.