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

      Searching across all expansions

      Watching Ignoring Scheduled Pinned Locked Moved General Questions preset browser search expansions
      9
      0 Votes
      9 Posts
      522 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

    • R

      Expansions sample maps

      Watching Ignoring Scheduled Pinned Locked Moved General Questions expansions samplemaps sampler
      17
      0 Votes
      17 Posts
      696 Views
      R

      @d-healey ah ok strange.

      Thankyou for your help as I now have it working properly and selecting the correct samplemaps.

      I've also got the expansion load working in daw as well so I can progress with my project which is great news.

      Thanks again, your help is always invaluable

    • StraticahS

      How to add Expansions?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions expansions
      3
      0 Votes
      3 Posts
      309 Views
      StraticahS

      @d-healey isee thank you :)

    • trillbillyT

      Expansion Loading Issue + Demo Project

      Watching Ignoring Scheduled Pinned Locked Moved General Questions expansions samplemaps
      1
      0 Votes
      1 Posts
      219 Views
      No one has replied
    • trillbillyT

      Expansions + Preset Browser

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

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

    • d.healeyD

      fixed expansion hr1 archiving

      Watching Ignoring Scheduled Pinned Locked Moved General Questions expansions
      21
      0 Votes
      21 Posts
      2k Views
      DalartD

      @d-healey Alrighty.