HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. abahise
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 8
    • Groups 0

    abahise

    @abahise

    1
    Reputation
    1
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    abahise Unfollow Follow

    Best posts made by abahise

    • RE: Build Failed ** - FilterHelpers.h

      @d-healey

      Thanks David, will try that.
      Have a great evening.

      posted in General Questions
      A
      abahise

    Latest posts made by abahise

    • RE: Build Failed ** - FilterHelpers.h

      @d-healey

      Thanks David, will try that.
      Have a great evening.

      posted in General Questions
      A
      abahise
    • RE: Build Failed ** - FilterHelpers.h

      @d-healey

      Sorry David, don't know the exact commits, but using the latest versions
      Hise 4.1.0
      Faust 2.81.2

      posted in General Questions
      A
      abahise
    • RE: Build Failed ** - FilterHelpers.h

      @abahise

      For the FAUST setup, I'm following below doc, but that error in XCode while building happens with or without the Faust implementation.

      Link Preview Image
      HISE/tools/faust at develop · christophhart/HISE

      The open source framework for sample based instruments - HISE/tools/faust at develop · christophhart/HISE

      favicon

      GitHub (github.com)

      posted in General Questions
      A
      abahise
    • RE: Build Failed ** - FilterHelpers.h

      @d-healey

      Yes

      posted in General Questions
      A
      abahise
    • RE: Build Failed ** - FilterHelpers.h

      @d-healey

      I'm trying to in latest version of XCode and that's when I get that error and the compilation failed.

      in my first post, that line of code will fix this error, that's not a real fix.

      posted in General Questions
      A
      abahise
    • RE: Build Failed ** - FilterHelpers.h

      @ustk

      Brand new HISE installation.. totally clean environment.

      posted in General Questions
      A
      abahise
    • RE: Build Failed ** - FilterHelpers.h

      @abahise

      Hi everyone, happy sunday!

      I just tried to compiled HISE again, standalone and with Faust, and SAME ERROR!
      Any suggestions would be greatly appreciated.

      hise-error.jpg

      posted in General Questions
      A
      abahise
    • Build Failed ** - FilterHelpers.h

      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!

      posted in General Questions
      A
      abahise