Problem with Recording Palettes

This is a place for people to chare the custom macros they have written.

Moderator: Moderators

User avatar
mad-leo-kitten
Posts: 14
Joined: 19 Feb 2019, 21:46
Contact:

Problem with Recording Palettes

Postby mad-leo-kitten » 10 Apr 2019, 13:12

Hey,

i'm trying to record palettes via a macro, tho it won't work unless I recort a palette somewhere before i run the macro...

anyone has an idea why or how to make it work for good?

Code: Select all

    <step>Group.CheckIfGroupExists(101, "Group.Numeric.IsValid")</step>
     <step pause="0.5">
       {
        if(Group.Numeric.IsValid) {
      Group.RecallGroupNumeric(101);
      Programmer.Editor.Fixtures.SetControlValueById(48,1,0.5,true,true);
      Palette.StoreMenu.StoreOnButton("Positions",0);
      Programmer.Editor.Clear(2, true, true, 0);
      }
    }
    </step>


thats the macro im using to create palettes which I later on use for a condition, so its really important that the macro menages to store them x)

thanx for all ideas ^^

Greets, Flo :mrgreen:
User avatar
sideshowbond
Posts: 182
Joined: 18 Nov 2016, 20:58

Re: Problem with Recording Palettes

Postby sideshowbond » 10 Apr 2019, 13:15

not sure about palettes but there is a wiki entry about store/replace groups which might help
https://www.avolites.de/wiki/macros:example:createreplacegroup
User avatar
mad-leo-kitten
Posts: 14
Joined: 19 Feb 2019, 21:46
Contact:

Re: Problem with Recording Palettes

Postby mad-leo-kitten » 10 Apr 2019, 13:20

unfortunately not :/ have the problem that the function to apply palettes seems to miss smth that needs to be set in advance :/

Who is online

Users browsing this forum: No registered users and 4 guests