• Parse a JSON file

    4
    0 Votes
    4 Posts
    238 Views
    d.healeyD

    @Lumi283 Your example result is an array...

    const result = [ { "_id": "65354a6e1f6318b08c7612cc", "expansion_version": 2, "url": "url2" }, { "_id": "65354a7706a49c291b423e1e", "expansion_version": 3, "url": "url3" } ]; result.map(function(obj) { Console.print(trace(obj)); });
  • linking several TableEnvelopeModules together, how?

    12
    0 Votes
    12 Posts
    363 Views
    ulrikU

    @ulrik I solved the linking several Table Envelope Modules together problem using the broadcaster and transfering Table states using exportAsBase64 & restoreFromBase64.

    I'm glad we have the Broadcaster functions 🙏🏻

  • String state?

    3
    0 Votes
    3 Posts
    258 Views
    ulrikU

    @tobante Haha, yes of course, I'm sooo stupid, thank you! 👍

  • set Documentation path?

    8
    0 Votes
    8 Posts
    217 Views
    d.healeyD

    @Dan-Korneff Could you use the markdown panel? With that you can put a custom URL.

  • Type safety!

    31
    4 Votes
    31 Posts
    3k Views
    d.healeyD

    Oh I found the solution (still not sure why it goes crazy even when the script was cleared though).

    Child panels are kept between recompiles, so it's necessary to clear them all out before adding them. Just put this after you create the parent panel.

    for (x in Panel1.getChildPanelList()) x.removeFromParent();
  • How to change all samplers Preload Size with button?

    5
    0 Votes
    5 Posts
    410 Views
    d.healeyD

    @problema If you're using the settings class then I think it affects all samplers equally so you won't need to do the looping thing I mentioned.

  • Is it possible to change default value after on init?

    17
    0 Votes
    17 Posts
    1k Views
    LindonL

    would fit with what i'm doiong @d-healey said in Is it possible to change default value after on init?:

    @aaronventure Yeah it will be interesting. I'm finding in my real project it's not 100% reliable still. Sometimes the default value doesn't get set properly. Could be a bug in my script, but I don't think it is.

    Edit: Seems to work if I change min or max from its previous value.

    so that would fit with what I'm doing - which is changing default along with a bunch of other settings including min and max...

  • How to get rangeEnd from AudioWaveform while dragging

    1
    0 Votes
    1 Posts
    131 Views
    No one has replied
  • Reducing repetition with paint routines based on object text property?

    5
    0 Votes
    5 Posts
    388 Views
    T

    @d-healey awesome, thanks so much, this helps me understand it! :-)

  • How to upload images from expansions?

    2
    0 Votes
    2 Posts
    209 Views
    d.healeyD

    Are you using File based expansions?

    Whatever you're doing you should probably use the expansion handler and then call the getWildcardReference function for the particular expansion you want to work with.

    7c44ed16-ddaf-4ac5-881f-d72541fd1be2-image.png

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    15 Views
    No one has replied
  • Gain Match

    2
    0 Votes
    2 Posts
    247 Views
    A

    Link Preview Image Normalizing Audio in Convolution Node?

    @alhug Couldn't you do it with a snex or faust node, just store the peak values over time and root the mean of the squares? I'm asking, I have no idea myself...

    favicon

    Forum (forum.hise.audio)

  • Need a little help with slider laf

    10
    0 Votes
    10 Posts
    330 Views
    d.healeyD

    @Dan-Korneff Yeah that solved it, thanks again!

  • Previous/Next Preset on first run

    17
    0 Votes
    17 Posts
    1k Views
    R

    @d-healey

    Alas it doesn't work after all.

    It works in Hise fine - as in it selects whatever preset you specify in the preferences and the next/prev buttons work from there not from the first preset in the first bank.
    However when you build plugin it doesn't act the same way and the next/prev buttons do go to the first preset in the first bank.

    Is there anything else I need to do besides filling in the default plugin? Is there another check box or parameter that needs to be activated too? It's so annoying that it works fine in HISE but not an exported plugin. I can't figure out why.

    This is in 3.6.2 btw

    Any assistance is very much appreciated

  • Syntax for Setting and Getting Array Data From a Panel

    26
    0 Votes
    26 Posts
    1k Views
    A

    @d-healey said in Syntax for Setting and Getting Array Data From a Panel:

    well not the data one)

    Coming back to say that this was overall easier than I thought.

    inline function helper(param) { local widget = {}; widget.ref = Content.addKnob(param.id, param.x, param.y); widget.data = {}; // set up the data object return widget; }

    There's a bug with setModifiers(mods.ResetToDefault, mods.disabled) not disabling Alt+Click reset so waiting on that to continue migration from the panel widget to sliders.

  • Read hxi file contents without Expansion handler?

    4
    0 Votes
    4 Posts
    188 Views
    d.healeyD

    @Dan-Korneff Yes. You might be limited to the Icon image though.

    f236b51b-4521-47bf-9fc2-ccc564b82802-image.png

  • How do HISE Snippets Work?

    3
    0 Votes
    3 Posts
    173 Views
    CasmatC

    @Dan-Korneff ooh thats interesting! Thanks!

  • Look & Feel Slider textbox?

    14
    1 Votes
    14 Posts
    684 Views
    Dan KorneffD

    @aaronventure I must have missed that thread. showModalTextInput looks like it'll do the job

  • Display current sample in waveform

    4
    0 Votes
    4 Posts
    160 Views
    Christoph HartC

    @d-healey the last started one.

  • Analyser and Floating Tile options for user

    2
    0 Votes
    2 Posts
    260 Views
    d.healeyD

    @maxtownsley Sorry I meant to respond to this a few days ago when I first saw it but it slipped my mind.

    Yes you can do this, you need to edit the Data property of the floating tile.

25

Online

1.9k

Users

12.5k

Topics

108.8k

Posts