Forum
    • Categories
    • Register
    • Login

    No audio processing after export

    Scheduled Pinned Locked Moved General Questions
    4 Posts 2 Posters 17 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.
    • F
      filipalex96
      last edited by

      I have a HISE FX plugin with a convolution reverb (ScriptNode).

      Works perfectly in HISE, but after export (DLL + VST3) the plugin loads in DAW but does nothing (no audio processing).

      I use:
      const irs = Engine.loadAudioFilesIntoPool();
      irs.sortNatural();

      IRs are loaded from AudioFiles and selected via script.

      Do I need to explicitly load all IRs before export or reference them differently for ScriptNode convolution?

      Thanks

      David HealeyD 1 Reply Last reply Reply Quote 0
      • David HealeyD
        David Healey @filipalex96
        last edited by

        @filipalex96 Have you embedded the audio files in the plugin? Did you export as an effect?

        Free HISE Bootcamp Full Course for beginners.
        YouTube Channel - Public HISE tutorials
        My Patreon - HISE tutorials

        F 1 Reply Last reply Reply Quote 0
        • F
          filipalex96 @David Healey
          last edited by

          @David-Healey Yes, audio files are embedded and the plugin is exported as an FX plugin.

          It works perfectly inside HISE, but after export the plugin loads in the DAW and does not process audio at all.

          I’m using ScriptNode convolution and loading IRs from AudioFiles with:

          const irs = Engine.loadAudioFilesIntoPool();

          Could the issue be related to ScriptFX1.setFile(...) / dynamic IR loading after export, rather than embedding itself?

          David HealeyD 1 Reply Last reply Reply Quote 0
          • David HealeyD
            David Healey @filipalex96
            last edited by

            @filipalex96 said in No audio processing after export:

            Could the issue be related to ScriptFX1.setFile(...) / dynamic IR loading after export, rather than embedding itself?

            It could

            Free HISE Bootcamp Full Course for beginners.
            YouTube Channel - Public HISE tutorials
            My Patreon - HISE tutorials

            1 Reply Last reply Reply Quote 0
            • First post
              Last post

            29

            Online

            2.2k

            Users

            13.5k

            Topics

            117.6k

            Posts