@oid wow that is beautiful. And thanks for showing using sends. Got rid of some messy cabling.
It would be nice to see that tracker thing, if you find it please let me know.
My purpose is not build a tracker but just to have this little module that I can throw in wherever I want this type of modulation function. So its basically there already.
--
I plan to add a loop function with nn iterations as well. Thinking about it now, that may be a bit tricky because I would need a command with two values (target line, iteration).
Do you think it would make sense to use a format like this:
loop 10 = forever loop between this line and line 10
loop 10x4 = loop 4 times between this line and line 10.
(10x4 will be a symbol, needs to be split up, x is the decimator, and then 10 and 4 needs to be made floats again)
Or could there be a better solution?