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

      Jump to DAW playback position

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting transport daw playhead midiplayer
      10
      0 Votes
      10 Posts
      401 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 !

    • oskarshO

      Plugin Crashing DAW when quitting (Hardcoded FX, Preset System)

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports crash daw
      9
      0 Votes
      9 Posts
      262 Views
      oskarshO

      @Lindon https://github.com/christophhart/HISE/issues/741

      done

    • S

      Plugin crashes Daw

      Watching Ignoring Scheduled Pinned Locked Moved General Questions vst3 crash daw project
      11
      0 Votes
      11 Posts
      720 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).

    • R

      EQ changes saved in DAW

      Watching Ignoring Scheduled Pinned Locked Moved General Questions equalizer preset daw
      6
      0 Votes
      6 Posts
      445 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...