• Invalid use of incomplete type vSIMDType

    8
    0 Votes
    8 Posts
    147 Views
    d.healeyD

    @Christoph-Hart That wasn't changed in the commit. Also looks like that's just a Windows flag.

  • Oscillator on second channel explodes internals

    9
    0 Votes
    9 Posts
    467 Views
    ustkU

    @Christoph-Hart Thought this was fixed, but apparently not 🤷♂

    Screenshot 2025-10-24 at 23.25.38.png

  • Thread 10 Crashed:: com.apple.audio.IOThread.client - on standalone app

    6
    0 Votes
    6 Posts
    91 Views
    Christoph HartC

    can you confirm this is a vaiable solution?

    Sounds like a hack, but then using HISE to create an installer app is already a bit weird.

    Speaking of hacks, the "cleanest" hack would be to just deactivate the entire audio processing:

    https://github.com/christophhart/HISE/blob/3ff4bbd9eb5596b084c7653e2d09fae2b4799c1e/hi_frontend/frontend/FrontEndProcessor.cpp#L96

    This is the main callback for a compiled plugin (or standalone app). So if you add this code

    #if IS_STANDALONE_APP return; #endif

    at the beginning of this function, it will never call into the HISE rendering. Note that there are a few things that might be glitchy, some things in HISE rely on the audio thread to be working and initialised correctly.

  • Midi Overlay Panels in Compiled Plugin Crashing DAWS?

    38
    0 Votes
    38 Posts
    4k Views
    ILIAMI

    @Christoph-Hart @CatABC @Matt_SF @d.healey @ustk @ulrik
    Ayy okay okay — major W on Mac! 🍏🔥 Just built HISE with the MIDI Overlay Panel mods, and everything’s runnin’ flawless. Tested on a Mac M2 (Apple Silicon) across Ableton, Logic, Reaper, and FL Studio — smooth like butter!

    I even pushed it harder — multiple VST instances, duplicated MIDI tracks, saved, closed, and reopened projects on both Mac and Windows. Still no issues at all, and performance stayed clean and steady. 💪

    Big thanks to everyone who helped out! Can’t wait to see an official HISE fix from @Christoph-Hart 👏🎶

  • Drag and drop MIDI functionality does not work after reloading plugins

    27
    0 Votes
    27 Posts
    2k Views
    CatABCC

    @ILIAM

    HISE-develop\hi_core\hi_components\midi_overlays
    MidiOverlayFactory.h
    Delete line 40 of this file:

    : public DeletedAtShutdown

    Then recompile HISE

  • SlotFX.getParameterProperties() gives back undefined value

    7
    0 Votes
    7 Posts
    114 Views
    Oli UllmannO

    @d-healey
    Great, thanks. I'll see if I can learn something... :-)

  • The big bug tier list

    72
    9 Votes
    72 Posts
    25k Views
    It_UsedI
    Envelopes in the scriptnode modulator - not recive Midi CC messages.

    How recive midi cc events in scriptnode envelope mod? I has been add a Flex AHDSR, but this is no recive midi cc messages. i tried a more methods for a day, but i didnt take a resault.
    Without scriptnode, build-in envelopes has recive midi cc messages...
    i use it in sampler gain modulator, use it with sustain pedal, if i use midi_cc node - this is working, progress slider on this node - changed while i press/release my sustain pedal, but if i press pedal - any envelope do not apply sustain on sound.
    https://github.com/christophhart/HISE/issues/782

  • Full file paths shown after using `setCurrentExpansion`

    3
    0 Votes
    3 Posts
    84 Views
    D

    @Christoph-Hart awesome, thanks!

  • AAX compile error - Develop branch

    12
    0 Votes
    12 Posts
    2k Views
    ustkU

    @Dan-Korneff No worries mate! 🤗

  • HISE crashes when setOnGridChange(true, onGrid) is used

    2
    0 Votes
    2 Posts
    99 Views
    M

    I figured it out.
    In case someone else gets stuck at this point. When calling synchronously, the parameters of the function must be complete:

    const var th = Engine.createTransportHandler(); th.setSyncMode(1); th.setEnableGrid(true, 5); inline function onGrid(grid, timestamp, first) // Parameters need to be complete { Console.print(grid); } th.setOnGridChange(true, onGrid);
  • VST3 / Ableton / Macro Modulation Issue

    8
    0 Votes
    8 Posts
    226 Views
    bendursoB

    @Christoph-Hart Perfect. Thank you very much!

    It works now! You can now go back with Cmd+Z and you can also use the track's automation panel.

    The only minor issue is that if I load a preset that has macro modulation, then close the plugin window and open the track's automation, it becomes laggy again. But if I open the plugin window again, it's fixed and the parameter disappears from the automation list. Kinda weird, but not so important.

  • DSP compilation error with wrong CompileChannelAmount

    1
    0 Votes
    1 Posts
    42 Views
    No one has replied
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    63 Views
  • Crash when exceeding network parameter connection limit

    4
    0 Votes
    4 Posts
    120 Views
    ustkU

    @d-healey @Christoph-Hart And I just added two more 😆
    The forum was just giving me a 503 error for an hour, I think it was acting against... ME AS A PERSECUTED PERSON!!!

    Yeah alright, I divided the connections into 4 sub groups... I don't intend to modulate them though so all good 👍

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied

22

Online

2.0k

Users

12.7k

Topics

110.6k

Posts