• Jump to DAW playback position

    Solved Scripting
    10
    0 Votes
    10 Posts
    81 Views
    Matt_SFM

    @ulrik Ok, I'm not completely useless then 😂

    It's the first time I'm using midi clips in a plugin so...
    Thank you again for your help, it's much appreciated !

  • 0 Votes
    4 Posts
    53 Views
    oskarshO

    @orange I am getting weird behavior when using the Engine.addToModuleState() function.

    I feel like its related to the multichannel issue and it always assumes 2 channels are used. I hit a roadblock here. Maybe @Christoph-Hart can help.

  • Plugin crashes Daw

    General Questions
    11
    0 Votes
    11 Posts
    478 Views
    d.healeyD

    @StephanS said in Plugin crashes Daw:

    have compiled a debug version and it's the same Problem. Plugin is crashing the daw and Standalone Version do not open at all.

    Did you attempt to debug the standalone version with Visual Studio?

    @StephanS said in Plugin crashes Daw:

    I have build Hise now several times and with several Versions of VS but it's all the same.

    That won't make any difference so don't worry about doing this.

    @StephanS said in Plugin crashes Daw:

    Is it possible to check the vst3 plugin after compile if anything is OK or can someone check it for me?

    Send me your entire project - without the samples (if there are any).

  • EQ changes saved in DAW

    General Questions
    6
    0 Votes
    6 Posts
    257 Views
    R

    @rzrsharpeprod
    Just in case anybody stumbles across this thread in search of a solution to a similar problem I have figured it out.

    I was calling it using a callback so it actually wasn't working at all.
    What I had mistake for a preset loading an EQ was just how I had left the default in HISE when I exported.

    Once I took it out of the callback and called it on its own it worked fine - both the default/saved in the presets that I made in HISE and any changes in DAW were retained in that project when reloading it. Happy days...