• CMD + Click Event for Sliders

    Solved General Questions
    3
    0 Votes
    3 Posts
    191 Views
    oskarshO

    @d-healey Yes I just noticed that I can just use a Broadcaster and I got it working.

    const var knobShortcutWatcher = Engine.createBroadcaster({ "id": "effectKnobsOnClickStatus", "args": ["component", "event"] }); knobShortcutWatcher.attachToComponentMouseEvents("sliderId", "Clicks Only", "Mouse Listener for Effect Controls"); knobShortcutWatcher.addListener("RefreshFunction", "Bypasses Effect",function(component, event) { if (event.cmdDown) { Console.print('CMD / STRG CLICK'); } });
  • Multi Sampler Enabled Buttons

    General Questions
    4
    0 Votes
    4 Posts
    221 Views
    trillbillyT

    @Matt_SF So now that this is implemented and I save a preset, the preset always turns the buttons back on no matter if it was off when saved. I do have "Save In Preset" parameter turned ON for each power button. Any idea what may be going on?

    I have a feeling that the preset saves correctly but this "Master Sectional Power" button triggers after the preset is loaded? I think that makes sense.

    EDIT: Im a little thrown off by "UserPresetHander.presetCallback"