Home Forums Logelloop 6 (English spoken) SFX Macro Control

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6675
    Patrick KiznyPacocreative
    Participant

    #2

    For Granular some macro params go beyond 16
    But when I try accessing them via macro, I’m getting error as it’s going out of bounds.
    Not sure If I missed something?

    https://www.dropbox.com/scl/fi/nngthmbl7om4sbok6amy8/Scripting.jpg?rlkey=1rj10mzisy682j4azyaysn81u&dl=0

    #6676
    Patrick KiznyPacocreative
    Participant

    At the same time if I’m trying to access Inserts from Matrix macro, I’m also getting errors:

    InsertController sfx 2 18 = MasterVolume {scale(currentCaseOptionValueFloat(0), 0, 127, 0, 1.25)}

    ** Error for MacroValueReactionListener InsertController_sfx_1_11, reaction listener not found
    ERROR : no listener found for reaction InsertController_sfx_1_11

    The same for InsertSendMessage

    ** Error for MacroActionListener InsertSendMessage_sfx_3, action listener not found
    ERROR : no listener found for action InsertSendMessage_sfx_3
    #6691
    Philippe OllivierPhilippe
    Keymaster

    Hi,
    “Macro ctrls for SFX…” is now deprecated.
    You should use the regular macro messages instead.

    And :

    InsertController sfx 2 18 = MasterVolume {scale(currentCaseOptionValueFloat(0), 0, 127, 0, 1.25)}

    is not a right use of “InsertController” which was only intended to be used with LFX inserts and not SFXs.

    So, I think what you are looking for is :
    SFXSendMessage 2 MasterLevel {scale(currentCaseOptionValueFloat(0), 0, 127, -76, 0)}

    You can take it by selecting the MasterLevel line in the “Macro messages for Granular…” part of the help window and click cmd + c.

    I hope I understand well what you want to do and this message will help…
    Best,
    Philippe

    #6692
    Patrick KiznyPacocreative
    Participant

    Super helpful, that worked. Many thanks!

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