Posts by wburnss

BECOME PART OF THE COMMUNITY - Sign up here

    Hello,


    According to the manual "pause page 1.201" normally pause the phaser within the seq assigned to the executor.

    I can only pause the phaser if the sequence has a speedmaster. But it pause the speedmaster and whole objects linked to the speedmaster.

    Is this the normal behavior ?


    Thanks a lot.

    Hello,


    I come back on this thread because the syntax pause page x.yyy seems not working in the new release.

    Is this me, my show ?

    Hello,

    I wish to thank all of you for yours knowledges and yours shares.

    Special mention for Andreas :!:

    You will recognize pieces of code you have shared.(userinteract,how to compare groups,how to collect and many things).

    This plugin is intended to do same things as plugins preset to qlist and preset to executors in ma-share gma2 lua plugins.

    I hope that the names of functions are enough clear to understand how the plugin works.

    You must have an active selection of fixtures which will be compare to existing groups to grab the name of group.

    The qlist is labelled with the name of the selection and the preset type, executors are labelled with name of the selection and presets.

    By default fade time and offcue is set to 3 seconds (lines 156,160,180,184)

    For sure I am not a programmer so this plugin could be more elegant and less longer.

    Feel free to re-write it and share again.

    newpresetor.lua

    Hello,


    Maybe you could try this plugin

    Hello,

    Is it possible to handle a collection (e.g. presets) ?


    I tried a little code but as usual without success.

    I do not know where is hidden "collection" in Gma3. I have looked in temp folder but ?


    local function main()

    Collection():Dump() --Dump() is called on a function

    end


    return main

    hi,

    I think if you iterate thru childrens of the presetpool, you have good result.


    Hi,

    Several sequences are assigned to executor on page 2.

    So I suppose that there are children in page 2, but

    error:11:attempt to index a nil value.


    It works well with the sequences pool.

    I need help to understand.

    Thanks

    Hello,

    Is it possible to compare groups with "Compare api" ?



    local g1, g2

    local comparaison

    local resultat


    function comparaison()

    g1 = DataPool().Groups[1]

    g2 = DataPool().Groups[2]

    resultat = Compare(g1, g2)

    Printf(resultat)

    end


    return comparaison


    I try this little code but no success.