Hi Ploughman,
You can’t overwrite the default settings.
But you can make a preset called, for example, “My default preset”
Then you can write a macro to load like this one :
//********************* macro begin ****************
LoopA
PresetRecall “My default preset” WaitUntilLoaded
Sleep 200
LoopB
PresetRecall “My default preset” WaitUntilLoaded
Sleep 200
LoopC
PresetRecall “My default preset” WaitUntilLoaded
Sleep 200
LoopA
MessageMain “Logelloop is ready!”
//********************* macro end ****************
Put the macro in a slot.
Launch the macro.
Your default preset is now loaded in the three loops.
Hope this help.
Philippe