HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. IsoWalle
    I
    • Profile
    • Following 0
    • Followers 0
    • Topics 13
    • Posts 43
    • Groups 0

    IsoWalle

    @IsoWalle

    2
    Reputation
    10
    Profile views
    43
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    IsoWalle Unfollow Follow

    Best posts made by IsoWalle

    • C++ docs missing

      Hi! It seems that the docs for c++ implementation is missing. Could this be fixed?

      posted in Documentation
      I
      IsoWalle

    Latest posts made by IsoWalle

    • RE: Code Signing error

      @Dan-Korneff Still not working.
      I forgot the "" but it's still the same issue.
      Someone said on another forum that it might have something to do with the resources folder and that it should not be created manually.

      posted in General Questions
      I
      IsoWalle
    • RE: Code Signing error

      @Dan-Korneff Yep!
      I realized i can't just use the dev-id code anymore, must use the whole name since i have a installer dev-id also with the same code...

      although now I'm getting "unknown file attribute: 5"

      posted in General Questions
      I
      IsoWalle
    • RE: Code Signing error

      @d-healey Still same...

      posted in General Questions
      I
      IsoWalle
    • RE: Code Signing error

      @Dan-Korneff Just using codesign -s in terminal

      also tried --force and it did nothing

      posted in General Questions
      I
      IsoWalle
    • Code Signing error

      HI!
      Tried to sign a component file manually, though I get the error "bundle format unrecognized invalid or unsuitable"
      Tried to find a search around for a solution though I can't seem to get any wiser.
      Does anyone have any idea?

      ps. it has worked with other plugins though haven't tried since October 2022 ish.

      (Mac Monterey 12.2 Xcode 13.2.1 Hise 2.1.0?)

      posted in General Questions
      I
      IsoWalle
    • RE: Display preset name and folder in label

      @ulrik But is it impossible then?
      Since I can't get the (complete)path using the getCurrentUserPresetName, and I cant know which preset is active with using getUserPresetList.

      posted in Scripting
      I
      IsoWalle
    • RE: Display preset name and folder in label

      @ulrik Thank you!
      Though would this work if I had multiple presets with the same name in different folders?
      Then I wouldn't be able to search for the correct one using getCurrentPresetName?

      posted in Scripting
      I
      IsoWalle
    • RE: Display preset name and folder in label

      @Lindon Using Engine.getCurrentUserPreset only gives me the name. I've tried to go through the File API and FileSystem, though these are really not my friend. My approach was to find the file with the current presets name and then get the directory, but i can't seem to figure it out.

      posted in Scripting
      I
      IsoWalle
    • Display preset name and folder in label

      Hi!
      Just sat tinkering and was trying to have the preset name show in the preset browser together with the folder the preset is in. I already got the preset name, now I just need the folder.

      Was thinking like "ROCK - MALE 1", where "rock" is the folder and "male 1" is the preset.

      Any clues to how this can be achieved?

      posted in Scripting
      I
      IsoWalle
    • RE: Funny slider?

      @civet I tried messing around a little with your code and I noticed that it takes the value from where the mouse is and not from where the "dragger" is. So if you click and drag and continue outside the "triangle" the value keeps changing.

      Any way to make it stop?

      posted in General Questions
      I
      IsoWalle