You are right. We keep "secret" some functions during the development because often documenting them is more time-expensive than programming them.TonyR wrote: ↑12 Dec 2019 19:22I have seen some functions and statements within the macros that are not listed or described within the user guide. For instance, in the macro “Add 8 Mono Audio Tracks” there is a step that executes “update_dtouch_mixer_graphic()”. There are also others that I have found that are not listed in the user guide that could be useful.
Keep in mind that very few of the users use the Python code because they aren't programmers.
Sometimes we also include new "secret" functions to perform beta-testing (with a limited group of users) directly in the officially-released version of DTouch
OK, post here a list of desired functions and we will do our best to include them in the code. If the desired "action" is already performed by a button in a DTouch window, you can understand that writing the related python call function is almost trivial.TonyR wrote: ↑12 Dec 2019 19:22For me, any functions that can effect the DT mixer, DT standard panel or DT nav pad Windows would be useful. Some of the button functions are only available from the those windows. As an example, the TopMost function on the Floating Mixer can only be used by pressing it or using a “move_mouse” to click it, but that is only of its in the same space to align x,y. I could see where if it were hidden, or minimized, it would be nice to be able to have a macro that could “set Floating Mixer 1 TopMost On” and then refresh the mixer graphic to cause it to be shown. Just one example. Having a list of those other functions could be useful to me.
BTW, do you work with MIDI? Do you use Lemur-Like tools in your current setup to send MIDI cc to virtual instruments?