Forum
    • Categories
    • Register
    • Login

    Modulation Matrix FX plugin crashes in DAW

    Scheduled Pinned Locked Moved General Questions
    3 Posts 2 Posters 54 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • resonantR
      resonant
      last edited by

      Did you have any success using the new Modulation Matrix system on the fx plugins?

      I loaded it to the Hardcoded module. It works in Hise but exported fx plugin crashes. Maybe the Global Modulator causes this?

      1 Reply Last reply Reply Quote 0
      • OrvillainO
        Orvillain
        last edited by Orvillain

        No crashes in my plugin no. If you're getting a crash, the initial idea I'd suggest is to check for deferenced or null pointers. Are you trying to access any variables, functions, or namespaces that exist when you're in HISE standalone, that might not exist in the compiled plugin??

        Using the Builder API can be a cause of plugin crashes too.

        Musician - Instrument Designer - Sonic Architect - Creative Product Owner
        Crafting sound at every level. From strings to signal paths, samples to systems.

        resonantR 1 Reply Last reply Reply Quote 0
        • resonantR
          resonant @Orvillain
          last edited by resonant

          @Orvillain Are you using the current commit?
          Is there a tickbox or something else I need to set in the project settings?

          I used this preprocessor definitions:

          HISE_NUM_SCRIPTNODE_FX_MODS=8
          HISE_NUM_POLYPHONIC_SCRIPTNODE_FX_MODS=0
          HISE_NUM_SCRIPTNODE_SYNTH_MODS=0
          NUM_HARDCODED_FX_MODS=8
          NUM_HARDCODED_POLY_FX_MODS=0
          NUM_HARDCODED_SYNTH_MODS=0
          
          1 Reply Last reply Reply Quote 0
          • First post
            Last post

          51

          Online

          2.1k

          Users

          13.0k

          Topics

          112.7k

          Posts