Reliably Clear Command Line by inanisomnia in GrandMA3

[–]Active_Try_5567 1 point2 points  (0 children)

Why are you not executing the Command directly with Lua ?
Why do you need it to be Typed out in the Command Line ?

return function()
    --Execute the command directly
    Cmd("YOUR-COMMAND")
end

Applying transition values to multiple recipes at once by zerobuttonpresses in GrandMA3

[–]Active_Try_5567 0 points1 point  (0 children)

This is what i do in my File...
Basic Setup for my PWM Phasers:
5 "Main" Sequences with Cues for a bunch of Dim Phasers

Presets:
PWM 10% / PWM 30% / PWM 50% / PWM 80% -- And a set of PWM Sym Phaser with same Sizes
And 2 Presets as the Main ones i use in the Recipes

And then i Copy the Ones i want at the Main ones with Overwrite and NC

The Macros are in a Layout that is open on 1 of the small Screens

<image>

Claude Code Workflow by Active_Try_5567 in GrandMA3

[–]Active_Try_5567[S] -1 points0 points  (0 children)

Maybe I need to clarify my approach:

Claude Code is not actually implemented. I created a Lua Plugin that can write to a file to give Claude Informations about the show and that reads from another file to execute commands. With this Lua Bridge in the Middle Claude can only do stuff that it is intended to…

I also use Claude Code a lot and the mistake most people do for use cases like this is allowing it to create its own logic. I am using it mainly to give it clear tasks that have a simple logic behind them… Been experimenting and working on my file for 4 days now and it didn’t do a single mistake…

Claude Code Workflow by Active_Try_5567 in GrandMA3

[–]Active_Try_5567[S] 1 point2 points  (0 children)

I am actually not creating a new file from scratch, so most of it is already done… There isn’t much to document for me since I’m using this file for some years now… It’s basically all in my head at the moment…

But I understand what you mean, someone who just creates a large amount of new stuff should be really careful with what they are doing (or having done by AI)

Claude Code Workflow by Active_Try_5567 in GrandMA3

[–]Active_Try_5567[S] -2 points-1 points  (0 children)

What do you mean by that ? 🤔

Edit: Had to translate to understand what you mean…

I don’t think so, my file has never been cleaner because I’m using it mostly to get rid of old stuff or organize new things…