HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Evan Splash
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 20
    • Groups 0

    Evan Splash

    @Evan Splash

    6
    Reputation
    16
    Profile views
    20
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Age 35
    Website splashsound.org/

    Evan Splash Unfollow Follow

    Best posts made by Evan Splash

    • RE: Warning Xcode 15

      I was able to run Xcode 14 on Sonoma using these instructions:

      • Download and unpack Xcode 14.3.1 ( https://xcodereleases.com/ )
      • Right click and select "Show Package Contents"
      • Navigate to Contents
      • Open the Info.plist file
      • Alter CFBundleVersion from 21815 to 22265
      • Save change
      • Right click Xcode 14.3.1 bundle and select "Open"

      The vsti, au and app compile successfully in the HISE, but Logic Pro and Studio One crashes when trying to load the compiled plugin. The Standalone application also crashes.
      True, this is my first time on a Mac and I’m not sure that it’s the combination of Xcode14 and Sonoma, maybe I’m making some stupid mistake, for example in the project settings.
      Although the same project works fine on Windows.

      posted in General Questions
      Evan SplashE
      Evan Splash
    • RE: Pretty weird problem with the Preset Browser ?

      The topic is old, but if suddenly someone, like me, is looking for a solution to correctly switch presets with only 2 columns...
      If you set 2 columns in the browser settings, then when you switch the next/previous preset, the browser will return to the category column. With three columns (default), the browser correctly displays the selected preset. Possibly a bad solution, but it works. Just reduce the ratio of the first column to zero if you only need to display 2.

      "NumColumns": 3,
        "ColumnWidthRatio": [
          0.0,
          0.5,
          0.5
        ],
      
      posted in General Questions
      Evan SplashE
      Evan Splash
    • The MIDI Player does not work when the plugin window is closed

      I did not put the post in the Bug Reports category , because I am not sure that this is not a feature of the midi player.
      I am using the Midi Player in my project as a midi loops player. I have a midi file that has 7 tracks. Each track is started with an individual key. And everything works great as long as the vst plugin window is open (in DAW). But when I close the plugin window, the keys no longer start playing loops.
      If I open the plugin window everything works fine again.
      I tested this in the StudioOne and Ableton on Win10.

      I searched the forum but could not find anything similar.
      I will be grateful for any help, I do not understand at all where I should start to solve this. 😧

      posted in General Questions
      Evan SplashE
      Evan Splash

    Latest posts made by Evan Splash

    • RE: Trapezoid XY Pad

      @Lindon Thanks for the advice! I'll start with that.

      posted in Scripting
      Evan SplashE
      Evan Splash
    • RE: Trapezoid XY Pad

      @d-healey I have a problem with math, I was hoping someone had a ready-made solution :)

      posted in Scripting
      Evan SplashE
      Evan Splash
    • RE: Trapezoid XY Pad

      @Oli-Ullmann Thanks, I'll definitely check it out!
      I've already tried to find it in his videos, but I only found a rectangular XY pad. I'll try again :)

      posted in Scripting
      Evan SplashE
      Evan Splash
    • Trapezoid XY Pad

      Hi there! Maybe someone has some ideas on how to make a trapezoid XY Pad?
      I don't understand where to start. Drawing a trapezoid on the panel is not a problem, but how to make the indicator move exactly inside the drawn path?
      Thanks in advance to everyone who responds! :)

      posted in Scripting
      Evan SplashE
      Evan Splash
    • The compiled application does not open on another Mac (notarization done)

      This is my first complete plugin that I made in HISE, I came from KONTAKT and decided to start with something simple. Just a small test project to practice and better understand the variety of possibilities that HISE opens up.
      Everything works fine on Windows, I tested it on several computers. Plugin and standalone app work correctly, the installer also does not cause problems.
      But strange things began to happen at MAC :)
      I have only one MacBook (M2) on which I can test and the plugins work as they should on it, but the application opened only through the command line using chmod +x
      On my old Mac with Intel, the application opened fine the first time.
      The app is signed and notarized, so everything should be fine on that side. Sonoma "syspolicy_check" also says that the application is ready for distribution.

      If you have 5 minutes, please try opening it yourself to give me feedback. I would be very grateful if anyone could test this.

      This is a link to a compiled and ready to distribute app:
      https://www.dropbox.com/scl/fo/jmey1ou2wi95wqgbyw9zn/h?rlkey=ujpyahr6bpnsaqsfbfyy4vvtd&dl=0

      posted in General Questions
      Evan SplashE
      Evan Splash
    • RE: Warning Xcode 15

      @Evan-Splash said in Warning Xcode 15:

      I was able to run Xcode 14 on Sonoma using these instructions:

      • Download and unpack Xcode 14.3.1 ( https://xcodereleases.com/ )
      • Right click and select "Show Package Contents"
      • Navigate to Contents
      • Open the Info.plist file
      • Alter CFBundleVersion from 21815 to 22265
      • Save change
      • Right click Xcode 14.3.1 bundle and select "Open"

      The vsti, au and app compile successfully in the HISE, but Logic Pro and Studio One crashes when trying to load the compiled plugin. The Standalone application also crashes.
      True, this is my first time on a Mac and I’m not sure that it’s the combination of Xcode14 and Sonoma, maybe I’m making some stupid mistake, for example in the project settings.
      Although the same project works fine on Windows.

      As I thought... It was necessary to remove support for 32-bit versions of Mac OS in the project settings.
      Now the compiled plugins and app launch and work correctly :)

      posted in General Questions
      Evan SplashE
      Evan Splash
    • RE: Warning Xcode 15

      I was able to run Xcode 14 on Sonoma using these instructions:

      • Download and unpack Xcode 14.3.1 ( https://xcodereleases.com/ )
      • Right click and select "Show Package Contents"
      • Navigate to Contents
      • Open the Info.plist file
      • Alter CFBundleVersion from 21815 to 22265
      • Save change
      • Right click Xcode 14.3.1 bundle and select "Open"

      The vsti, au and app compile successfully in the HISE, but Logic Pro and Studio One crashes when trying to load the compiled plugin. The Standalone application also crashes.
      True, this is my first time on a Mac and I’m not sure that it’s the combination of Xcode14 and Sonoma, maybe I’m making some stupid mistake, for example in the project settings.
      Although the same project works fine on Windows.

      posted in General Questions
      Evan SplashE
      Evan Splash
    • RE: Pretty weird problem with the Preset Browser ?

      The topic is old, but if suddenly someone, like me, is looking for a solution to correctly switch presets with only 2 columns...
      If you set 2 columns in the browser settings, then when you switch the next/previous preset, the browser will return to the category column. With three columns (default), the browser correctly displays the selected preset. Possibly a bad solution, but it works. Just reduce the ratio of the first column to zero if you only need to display 2.

      "NumColumns": 3,
        "ColumnWidthRatio": [
          0.0,
          0.5,
          0.5
        ],
      
      posted in General Questions
      Evan SplashE
      Evan Splash
    • RE: Disable full screen mode

      @d-healey Thank you so much! I'm ashamed that I didn't find it myself :)

      posted in General Questions
      Evan SplashE
      Evan Splash
    • Disable full screen mode

      Hello friends!
      Is there any way to prevent switching to full screen mode in a compiled standalone app? (Win)
      I mean how to leave only the buttons for minimizing and closing the window.
      I didn’t find anything on the forum or in the documentation, maybe this isn’t possible at all?

      posted in General Questions
      Evan SplashE
      Evan Splash