HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Tags
    3. preset browser
    Log in to post
    • All categories
    • R

      A couple of expansion questions

      Watching Ignoring Scheduled Pinned Locked Moved General Questions expansions paint routine preset browser
      5
      0 Votes
      5 Posts
      37 Views
      ChazroxC

      @d-healey I like this trick. 👍 Im gonna use this for some general theme changes! Cool tip!

    • ElezeidE

      Preset Browser bugs after expansion

      Watching Ignoring Scheduled Pinned Locked Moved Presets / Scripts / Ideas preset preset browser
      2
      0 Votes
      2 Posts
      81 Views
      ElezeidE

      @Elezeid

      Identified and fixed (sort of 😂)

      Combo box with script swaps between factory and expansion content Combo box saves in preset Changing presets seems to re-trigger the combo box's value, even if it's the same as the previous preset, which initializes the expansion content and bumps the scroll window back to the top

      Fix: Turn off "save in preset" for the combo box.

      Voila! Bug gone. This is a slightly less than ideal way to browse content, as the user will have to manually swap content libraries via the combo box, but it is a small inconvenience when compared to the joy of browsing presets.

      Hope this helps anyone else that runs into the issue in the future!

    • R

      Preset browser questions

      Watching Ignoring Scheduled Pinned Locked Moved General Questions preset browser scrollbar speed
      1
      0 Votes
      1 Posts
      92 Views
      No one has replied
    • d.healeyD

      "No valid area for noise map specified" in preset browser laf

      Watching Ignoring Scheduled Pinned Locked Moved Scripting bug look and feel preset browser
      2
      1 Votes
      2 Posts
      99 Views
      d.healeyD

      I just went to the source to look into making an addNoiseToArea function and what do I find but sneaky undocumented HISE goodness.

      You can pass an object to g.addNoise!

      g.addNoise({alpha: 1.0, scaleFactor: 1.0, area: obj.area, monochromatic: true});

      alpha = noiseAmount

    • R

      Searching across all expansions

      Watching Ignoring Scheduled Pinned Locked Moved General Questions preset browser search expansions
      9
      0 Votes
      9 Posts
      526 Views
      R

      @mehmethand said in Searching across all expansions:

      @rzrsharpeprod

      const var exh= Engine.createExpansionHandler(); var presetList=[]; var expList= exh.getExpansionList(); for (e in Engine.getUserPresetList()) presetList.push(e); for (i=0;i<expList.length;i++) { for (e in expList[i].getUserPresetList()) presetList.push(e); } Console.print(trace(presetList));

      I'm not in front of the computer but this should work.
      @mehmethand
      Your code did work. I have now populated a viewport with the list of all presets across all expansions. I can also type into a 'search box' which is actually a label and then the matching results are shown which is a good start.
      I am struggling to figure out how to link further code to it so that I can load the relevant preset when one of the results is clicked. Do you know if this is possible?
      Thanks in advance

    • d.healeyD

      Callback when preset saved??

      Watching Ignoring Scheduled Pinned Locked Moved Scripting preset browser callback save
      22
      0 Votes
      22 Posts
      2k Views
      d.healeyD

      Ah I see the problem. Do we want to sendNotification here?

    • StraticahS

      Startup Preset Browser

      Watching Ignoring Scheduled Pinned Locked Moved General Questions preset browser startup
      2
      0 Votes
      2 Posts
      376 Views
      orangeO

      @Straticah https://forum.hise.audio/topic/1159/always-on-the-presetbrowser/17?_=1671504694655

    • d.healeyD

      [feature request] Preset browser search bar text in LAF

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests search bar preset browser look and feel laf
      30
      3 Votes
      30 Posts
      4k Views
      HISEnbergH

      @HISEnberg Hmm and I suppose a follow up to this is if mixing and LAFs is possible here (HISE's traditional LAF and CSS)?

    • oskarshO

      PresetBrowser LAF Scrollbar

      Watching Ignoring Scheduled Pinned Locked Moved General Questions laf preset browser graphics
      30
      0 Votes
      30 Posts
      2k Views
      DanHD

      @Straticah looks great, well done

    • StraticahS

      Preset Browser LAF Snippet?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions laf preset browser snippet help
      30
      0 Votes
      30 Posts
      3k Views
      d.healeyD

      @Straticah I think the icon position is fixed

    • gorangroovesG

      Element groups for saving in presets

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests preset browser
      2
      0 Votes
      2 Posts
      273 Views
      Christoph HartC

      I don't think it's a good idea. A preset is a single state that needs to be recalled on various occasions and adding another abstraction layer on top of that will lead to issues and regression problems pretty soon and the possible use cases are way too broad to be covered with a "hardcoded solution".

      You can achieve this kind of customized loading / saving with the pre / post user preset callback where you could remove eg. all mixer gain values if the user chooses to do so.

    • d.healeyD

      [feature request] Preset Browser broadcasters

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests preset browser broadcaster feature request
      24
      3 Votes
      24 Posts
      2k Views
      d.healeyD

      Am I being silly or is the favourite button state obj.buttonState inverted? Aha! It triggers on mouse up not mouse down :)

    • trillbillyT

      Expansions + Preset Browser

      Watching Ignoring Scheduled Pinned Locked Moved General Questions expansions preset browser
      11
      0 Votes
      11 Posts
      797 Views
      trillbillyT

      @DanH No problem, Ill get it sent your way ASAP. Its super appreciated!

    • d.healeyD

      [feature request] Save Preset button action when no preset loaded

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests preset browser save preset add preset feature request
      5
      2 Votes
      5 Posts
      554 Views
      gorangroovesG

      Agree +1

    • M

      Preset browser and whole plug-in font changed to a different language?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting language font preset browser
      4
      0 Votes
      4 Posts
      409 Views
      d.healeyD
      Engine.loadFontAs("{PROJECT_FOLDER}Fonts/Lato-Bold.ttf", "bold"); Engine.loadFontAs("{PROJECT_FOLDER}Fonts/Lato-Regular.ttf", "regular");