This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Davor's GrandMA2 Quantize FX Plugin | |
| -- davormaric@outlook.com | |
| -- Use this plugin to sync running effects. | |
| -- [USER DEFINEABLE AREA] -- | |
| local execs = {"1.101", "1.102", "1.103"} -- Executors that contains effects | |
| local debug = false -- set to true if you want to print debug in console output | |
| -- [DO NOT TOUCH ANYTHING BELOW THIS LINE] -- |