HISE Logo Forum
    • Categories
    • Register
    • Login

    Build Failed ** - FilterHelpers.h

    Scheduled Pinned Locked Moved General Questions
    1 Posts 1 Posters 40 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.
    • A
      abahise
      last edited by

      Hi,
      I'm new at HISE, trying to compile an FX Plugin for Logic Pro, I'm getting the following error.
      Any one experiencing the same issue and did you find a fix?
      Thanks a lot.

      System:
      macOS 15.5
      Xcode 16.4
      Intel Mac (x86_64)
      HISE (4.1.0)

      Error
      /Users/abl/Documents/HISE/hi_core/hi_modules/effects/fx/FilterHelpers.h:234:18: error: no member named 'r' in 'InternalPolyBank'
      234 | filters[this->r.voiceIndex].processFrame(frameData, numChannels);
      | ~~~~ ^

      TEMPORARY FIX
      FILE NAME: FilterHelpers.h
      Code line: 234

      original code: filters[this->r.voiceIndex].processFrame(frameData, numChannels);
      temp fix code: filters[0].processFrame(frameData, numChannels);

      PROBLEM:
      This temporary fix... the issue with this will be that it will process the first voice only.

      Appreciate any feedback!

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

      29

      Online

      1.8k

      Users

      12.2k

      Topics

      106.3k

      Posts