Skip to content

Instantly share code, notes, and snippets.

View davormaricdev's full-sized avatar

Davor Maric davormaricdev

View GitHub Profile
@davormaricdev
davormaricdev / grandma2-quantize.lua
Created February 19, 2022 22:45
GrandMA2 Quantize FX Plugin
-- 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] --