Global Macros (Panel Edit) Purpose: Opens a dialog to modify the editor's global macros. Each editor can have up to 100 macros which can be accessed from any control. It is recommended that any operation that is to be repeated multiple times should be stored as a global macro and called by any control that requires it. If modification of the macro is ever required, it will only have to be modified once instead of multiple times. Directions: To edit the Global Macros:
The Global Macros Dialog To edit a particular macro, click on the macro number on the left hand side. The macro will appear in the editing area on the right hand side. Each Editor supports 256 global macros which can be called by any other macro in the editor and any global macro can call any other global macro. This allows you to perform extremely complex operations within an editor and still maintain good organization. Following are a list of important facts to remember about global macros:
Warning! Be careful of recursion errors. If macro 10 calls macro 15 and macro 15 calls macro 10, you will crash Midi Quest because it will go into an infinite loop!! This is a programming language and you can cause crashes just as if you were writing code in C++, 'C', Java, Pascal, Basic, or any other language. Key Equivalent: Macintosh: Alt+Ctrl+M note: key equivalents will only work when the editor view has focus. If the panel editor has been used then the focus has been shifted and key equivalents will not work. Click the mouse in the editor view to reset the focus and enable key equivalents. Available in:
See the Macro Language for a complete description of all of the macro commands. See Also: Macro Language
|