• MidiOverlay Drag but not Drop

    3
    0 Votes
    3 Posts
    151 Views
    rglidesR

    Solved. Bit of a workaround but simpler than I expected

    const var pnl_DETECT = Content.getComponent("pnl_DETECT"); const var tile_DRAGROP = Content.getComponent("tile_DRAGROP"); const var pnl_BLOCK = Content.getComponent("pnl_BLOCK"); pnl_DETECT.setMouseCallback(function(event) { var w = this.getWidth(); var h = this.getHeight(); var isMouseOver = (event.x >= 0 && event.x <= w && event.y >= 0 && event.y <= h); var isDragging = event.drag || event.mouseDown || (event.x != this.data.lastX || event.y != this.data.lastY); this.data.lastX = event.x; this.data.lastY = event.y; if (isMouseOver && isDragging) { pnl_BLOCK.showControl(false); } else { pnl_BLOCK.showControl(true); } });
  • LAF help - Flip vertical slider for gain reduction

    3
    1 Votes
    3 Posts
    132 Views
    DanHD

    @d-healey thank you kindly 🙌

  • This topic is deleted!

    8
    0 Votes
    8 Posts
    8 Views
  • This topic is deleted!

    7
    0 Votes
    7 Posts
    49 Views
  • Deleting .json Items || = undefined??

    5
    0 Votes
    5 Posts
    190 Views
    ChazroxC

    @d-healey If its writing the new data, and not deleting the old one...where are these numbers coming from?

    d888f7f6-a101-4c0f-b840-a849d08ade97-image.png

    they look like items i've added and removed before but if they arent showing up in the .json file, where are they?

  • Learning Objects || One last thing!

    Solved
    5
    0 Votes
    5 Posts
    283 Views
    ChazroxC

    @Matt_SF you're right. I dropped the .length and boom. Good to go!

  • Script processors are blank after my last export.

    16
    0 Votes
    16 Posts
    524 Views
    ChazroxC

    @d-healey damn that thing is going around rn.

  • Pushing Array Values || Its me again...

    Solved
    9
    0 Votes
    9 Posts
    394 Views
    ChazroxC

    @VirtualVirgin damn I been up all night on this...

    and this was the fix...

    WRONG

    for (i = 0; i < NumSliders.length; i++)

    CORRECT

    for (i = 0; i < NumSliders; i++)

    Thank You!

    🙏

  • The Death Crash || Prevention?

    15
    0 Votes
    15 Posts
    544 Views
    ChazroxC

    @d-healey super critical. Good thing I back up the entire project folder after ever new function added. I'll lose a few hours of work at most. I'll see about recreating that.

  • Help Me Get SliderPack Values please! Thank You!

    Unsolved
    11
    0 Votes
    11 Posts
    319 Views
    ChazroxC

    @d-healey I Love a good cheat sheet! Thank You! 🙏

  • Syntax Error || Help? ||

    Solved
    8
    0 Votes
    8 Posts
    245 Views
    ChazroxC

    @d-healey I got this working. I just need that loop. haha.

  • CUSTOM TABLE PRESETS Sub-Menu Template || Ready-to-run!

    Solved
    4
    6 Votes
    4 Posts
    467 Views
    ChazroxC

    Update*

    I was able to easily duplicate this process for the second table! I feel so accomplished. haha. ✊

    Screenshot 2025-07-11 at 10.54.22 PM.png

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Modifier Keys || Shift + Click = DoSomething

    Unsolved
    21
    0 Votes
    21 Posts
    1k Views
    ChazroxC

    @Christoph-Hart is there a work-around for this or a function I dont know about?

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • Can't find the Routing Matrix icon

    3
    0 Votes
    3 Posts
    137 Views
    D

    @daniloprates great, thanks David!

  • -1 Votes
    39 Posts
    7k Views
    rglidesR

    @guangcoder I think they're going to start replacing teachers with AI in the next few years

  • Connecting two different value type knobs & inverting one...

    5
    0 Votes
    5 Posts
    566 Views
    G

    @DanH hey I am a big newbie how do I implement this code in my project can I get a snippet to better understand how it works please

  • Read & Write JSON file || Basics

    Solved
    31
    0 Votes
    31 Posts
    2k Views
    ChazroxC

    @d-healey Booom! Thank You very much sir! I feel like I unlocked a whole new world. haha. Thank You @Lindon ! 🙏

    Features:
    Save
    Delete
    Rename
    Randomize
    Previous Preset
    Next Preset

    (Saved to .json)

    Table Preset Browser Working.gif

  • a button to save or store Base64String from a table as a json file

    8
    0 Votes
    8 Posts
    349 Views
    ChazroxC

    @rglides Thanks bro!

    I was doing something similar to this with eq filters. What im trying to do at its core now is be able to create a .json, save it, read it, load it....and I figured this is probably an easy way to learn this so more important than having presets, I want to be able to do stuff via .json files because im feeling restricted haha Check the other thread I made. I got something going! I'll send you a final snip if you wanna check it out. 🤛

5

Online

2.0k

Users

12.7k

Topics

110.2k

Posts