• Script Editor - Script Tabs - how to show in relative path?

    11
    0 Votes
    11 Posts
    200 Views
    ustkU

    Well this might not be directly related to the topic but I find the etc/etc/etc/etc.... is kinda annoying too in the Script Editor's dropdown, despite the files in question are in the GLOBAL_SCRIPT_FOLDER

    Screenshot 2024-07-10 at 21.03.47.png

    Why not having something like this:

    Screenshot 2024-07-10 at 20.40.17.png

    Or this:

    Screenshot 2024-07-10 at 20.45.09.png

    EDIT: that last one should go in the first dropdown, my bad...

    But I much prefer the first solution. I personally don't like accessing the script from the drop down because you have to firstly create a tab and making it a script editor. While a double click in the Project Directory does it for you.

  • Any Update on Standalone Audio Fx Support?

    1
    0 Votes
    1 Posts
    92 Views
    No one has replied
  • For doing a drumkit - 1 sampler for the whole kit, or multiple samplers?

    3
    0 Votes
    3 Posts
    117 Views
    Christoph HartC

    Definitely multiple samplers with a reduced voice count per instance (depending on the decay time of the drum, a voice between 16 and 64 should be enough).

    Having 8-12 sampler modules is totally fine.

  • Is it just me or is the ScriptWatchTable broken?

    7
    0 Votes
    7 Posts
    245 Views
    Christoph HartC

    @aaronventure Fixed now.

  • Linux: Ubuntu 22.04 - VST Export ("VST SDK" Error)

    10
    0 Votes
    10 Posts
    329 Views
    bandit_FD1B

    @d-healey - Understood, Looks like the easiest way is that VM/PROX-MOX solution :) Thanks again for all of your help!

  • Linux: Ubuntu 22.04: Load Projects, Am I just doing it wrong? :)

    4
    0 Votes
    4 Posts
    184 Views
    bandit_FD1B

    @d-healey Pencil click for the win. Thank you sensei. Your HISE-fu is master level! :)

    --FD1

  • Server download problem...

    22
    0 Votes
    22 Posts
    629 Views
    ustkU

    @d-healey in the projucer I give the binary a specific name for that particular branch and version control the jucer file for that name (and flags or hardened runtimes I might need)

    This way the versions can live a long life together and have a lot of little snippets…

  • Faust not able to play Fx (Win 11, Hise 4.0.0, Faust 2.74.6)

    7
    1 Votes
    7 Posts
    410 Views
    StraticahS

    @Gab 2.60.3 seems to work!

  • RNBO Dsp Export Error

    2
    0 Votes
    2 Posts
    106 Views
    HISEnbergH

    @swimdubs Did you create the C++ RNBO template in the tools? Also, try adding any dependency folders that the RNBO C++ export creates into your HISE project.

  • Help me understand how to script .setZoomLevel

    Solved
    13
    0 Votes
    13 Posts
    237 Views
    M

    @d-healey I confirm that it solves completely, thanks for the always efficient help.

    On mac os AppData is this:
    /users/[YOUR_USER]/Library/Application Support

  • Default User Preset not working in compiled plugin

    8
    0 Votes
    8 Posts
    420 Views
    J

    @jeffd
    actually, nope. thats not right either.

    ive done something odd. Everything works correctly in the hise editor,
    but saving in a compliled plugin, i get odd behavior.
    I am selecting a bank and category, yet i am getting the response i coded to tell me to select one.

  • Windows installer detected as virus when downloading

    Unsolved
    17
    0 Votes
    17 Posts
    443 Views
    Dan KorneffD

    @ustk I got the stupid expensive EV dongle.

  • How to change samplemaps in multiple samplers at the same time?

    3
    0 Votes
    3 Posts
    110 Views
    ustkU

    @BobCat This could be one way

    const var Samplers = [Synth.getSampler("Sampler1"), Synth.getSampler("Sampler2"), Synth.getSampler("Sampler3")]; // Assuming you samplemaps are in order (sm_1, sm_2, sm_3, sm_a, sm_b, sm_c) const var allMaps = Sampler.getSampleMapList(); inline function onComboBox1Control(component, value) { local offset = (value-1) * 3; for (i=0; i<3; i++) { local sm = allMaps[i + offset]; Samplers[i].loadSampleMap(sm); } }; Content.getComponent("ComboBox1").setControlCallback(onComboBox1Control);
  • Unlocker issue, what could I do wrong?

    Solved
    2
    0 Votes
    2 Posts
    95 Views
    ustkU

    Found the issue.
    Since I am not writing the license file using writeKeyFile but instead I do it manually, the extension of the file should be different on OSX and WIN (respectively .license and .license_x64)

  • Analyzer Look and Feel through FloatingTile AudioAnalyzer

    5
    1 Votes
    5 Posts
    276 Views
    d.healeyD

    @DanH said in Analyzer Look and Feel through FloatingTile AudioAnalyzer:

    @d-healey Oh really? Well it never used to!

    More info has come to light, it doesn't work in HISE 3.x you need to be using the develop branch.

  • Exported app gets a black UI with VM

    Solved
    2
    0 Votes
    2 Posts
    65 Views
    ustkU

    @ustk Wait! Def an OpenGL thing... it's enabled in the GeneralSettings.xml file.
    I must be doing something wrong during the export process despite OpenGL seems disabled everywhere...

  • Help me make a better box combo box

    Solved
    6
    0 Votes
    6 Posts
    194 Views
    M

    @Straticah I would never have been able to find this solution alone, Wow. Using a panel is the most immediate, brilliant solution, thanks

  • dspnetwork not compiled, sanity check failed

    18
    0 Votes
    18 Posts
    729 Views
    J

    @HISEnberg
    got it

  • Move sample player loop window in Scriptnode?

    Unsolved
    1
    0 Votes
    1 Posts
    129 Views
    No one has replied
  • Marketing data

    25
    2 Votes
    25 Posts
    2k Views
    A

    @d-healey said in Marketing data:

    I'm in the wrong game

    Same feeling I had when I got quoted for some renovation work.

42

Online

1.6k

Users

11.2k

Topics

97.3k

Posts