Home Forums Logelloop (English spoken) Default Scene Settings

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3619
    PloughmanPloughman
    Member

    I have specific input and aux settings I need to use as the default in a project, but I cant seems to save over the factor default, I can only make new scenes, which means I have to re-set all loops each time I reload the project. How do I over write the default for the project?

    #3634

    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

    #3908

    Hi Ploughman,
    Also note that it is possible to check AS (auto start) in the preferences panel on this macro slot, so that, at each project load, Logelloop will be set to your basic settings.
    Cheers,
    Philippe

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.