• Set pluginParameterName dynamically

    9
    0 Votes
    9 Posts
    763 Views
    DanHD

    @Christoph-Hart Ok thanks. I test on the DAWs that I have soon.

  • Customer hitting a lot of connection errors with my manager application

    27
    0 Votes
    27 Posts
    3k Views
    David HealeyD

    @ustk said in Customer hitting a lot of connection errors with my manager application:

    Thinking about worfence, it's in learning mode when the problem happened anyway.

    So for now it might be the captcha thing, since I've read similar issue online, but it was 2021 with jwt v1, so it's strange.
    And I'm definitely not the only one using recaptcha v3 out there.

    Disable both and see if the problem goes away.

  • This was weird:

    Unsolved
    1
    0 Votes
    1 Posts
    83 Views
    No one has replied
  • Preset Browser doesn't update after expansion change

    12
    0 Votes
    12 Posts
    418 Views
    bendursoB

    @d-healey Oh nice thanks I will check it, i'm a patreon :)

  • Is a path better than SVG?

    6
    0 Votes
    6 Posts
    886 Views
    David HealeyD

    @orange I don't think so, but they usually take fewer lines of script than an array.

    Also if the image you want is part of an icon font use that instead of paths.

  • Custom knob skin not working

    4
    0 Votes
    4 Posts
    171 Views
    pcs800P

    @ustk Ok, i got it. Thanks

  • How to read file contents using HISE?

    3
    0 Votes
    3 Posts
    256 Views
    Felix WF

    @d-healey said in How to read file contents using HISE?:

    Ha! I got it. Thank you.

    FileSystem.getFolder(FileSystem.AppData).getChildFile("license");
  • Where is the logical source code for HISE to obtain machine code?

    9
    0 Votes
    9 Posts
    820 Views
    Felix WF

    @Christoph-Hart No, my goal is to simplify the user's operation

  • How to Enable New Profiler in HISE

    3
    0 Votes
    3 Posts
    489 Views
    DabDabD

    @d-healey Oh.. Yes, You are right David. In Extra preprocessor Definitions it was already written , I just changed it to HISE_INCLUDE_PROFILING_TOOLKIT=1 to enable it. Now it is working.

    Thank you David Bhai (Brother == Bhai) // India Hindi 😊

  • In plugin help system

    15
    0 Votes
    15 Posts
    2k Views
    Dan KorneffD

    @Christoph-Hart This new found magical power is intoxicating! 😳 😁

  • Formant Filters - Anyone made one with Hise yet?

    8
    0 Votes
    8 Posts
    660 Views
    DanHD

    @aaronventure yes lots, but I haven't done a huge amount of editing to existing code

  • Sorry for the code dump...

    25
    17 Votes
    25 Posts
    9k Views
    T

    @Christoph-Hart don't know if this is helpful or how hard it would be to implement in HISE/C++ side, but, since you never got this running in linux: as an alternative to using websockets (and this would be my preferred way of communication if it were possible), you could potentially ust mqtt for communication. That's what I've done with a pretty large electron sound design app I made, and it works great for ipc and communication. (plus it's more reliable, faster, and cleaner because you have topic based message routing).

    Basically main process just spins up an mqtt broker on launch, and then all my different webviews, and swift audio rendering processes, just connect to the main broker and use that for pub sub. Disadvantage would be people would have to include a lib like https://github.com/mqttjs in their webview, but it looks like you need to add a little code already anyways to get the comms working.

  • Channel Amount Mismatch

    2
    0 Votes
    2 Posts
    373 Views
    CyberGenC

    @T-B-Guang Having this same problem with no obvious reason. Trying this in a new tester project. only a few samples. sampler channels are the same as master channels. Have you found a solution?

  • multichannel scriptnode synth

    2
    0 Votes
    2 Posts
    357 Views
    Christoph HartC

    @Allen Use a silent synth with a poly FX, there you have the ability of setting the channel amount.

    https://docs.hise.audio/hise-modules/sound-generators/list/silentsynth.html

  • Floating Tile won't change colours

    4
    0 Votes
    4 Posts
    589 Views
    ChazroxC

    @elemen8t Yessuh!

  • How to modify these title texts in CustomSettings

    5
    0 Votes
    5 Posts
    472 Views
    David HealeyD

    @ustk said in How to modify these title texts in CustomSettings:

    so you can just make your own comboboxes

    For those three settings actually I think this is a good idea. For the audio settings though it becomes complicated very quickly.

  • DSP compiling error on WIN, works fine on MAC

    65
    0 Votes
    65 Posts
    10k Views
    oskarshO

    @orange yes some nodes seem to only work on windows and some only on macOS. The source code of my project can be compiled on windows and MacOS the same. Make sure to clear the binaries folder of the dsp networks. Do not delete any other folders.

    When compiling make sure you first set all networks to not compile - then compile the dsp networks - open Hise and set your networks with Airwindows nodes to compile.

  • Loading Wavetables from Expansions

    4
    0 Votes
    4 Posts
    741 Views
    CyberGenC

    @bendurso thank you for this.

  • Compiling DSP Networks as DLL Issue - stuck at 25%

    8
    0 Votes
    8 Posts
    354 Views
    DanHD

    @Christoph-Hart It was a dodgy faust node. I didn't bother to look at the faust code to see what was wrong. I was just going through the nodes one by one and deleting them and recompiling. I didn't need it any more and must have edited the code badly before going on holiday and forgot what I did. 😆

    HISE was built with Faust and all paths set correctly to answer your question. Thanks for the help!

  • Gated Reverb

    12
    0 Votes
    12 Posts
    1k Views
    griffinboyG

    @Morphoice

    Well maybe. But it'll be so cpu hungry. And fiddly because the routing of a real reverb is a complex matrix with taps coming in and out of all kinds of places

17

Online

2.3k

Users

13.7k

Topics

119.2k

Posts