HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Shinami-Sound
    3. Topics
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 13
    • Groups 0

    Topics

    • S

      Custom Load Samples screen for VST instrument [Level:Beginner]

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      571 Views
      S

      @DabDab @Matt_SF
      Thank you, guys!!!

    • S

      ** BUILD FAILED ** Erorr: Building library libTG\

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      318 Views
      S

      @d-healey I think you are right. I managed to solve the problem this way:

      I created a folder in "Applications" where I moved both my HISE folder and my Project Folder. I created a root user and logged into it (https://support.apple.com/en-us/HT204012) I exported my vst.

      It worked fine but instead of having an exported vst file in my project's folder I found there a copy of it. I clicked to show info of this file and it said the original VST is located here: /private/var/root/Library/Audio/Plug-Ins/VST3/"my plugin name".vst3

      Screenshot 2022-11-30 at 14.58.15.png

      So I used that one and inserted to where all my other VSTs are and it worked fine.

    • S

      Export VSTi Error "batchCompileOSX: line 7: xcpretty: command not found"

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      275 Views
      S

      @d-healey Thank you!!

    • S

      ERROR C1083 when Building HISE

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      253 Views
      S

      @MikeB Thanks! It worked now! Apparently, I had to make sure all steps for enabling IPP are done right.

    • S

      Export as instrument (VSTi/AUi) Plugin [Level:Beginner]

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      615 Views
      S

      @DabDab @d-healey
      I see, thank you!

    • S

      Function onNote range [Level:Beginner]

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      2
      1 Votes
      2 Posts
      189 Views
      d.healeyD

      @Shinami-Sound I think I just replied to you on YouTube, but I'll respond here too.

      function onNoteOn(60, 64)

      This is not valid. The on note on function definition can't be modified.

      You need to either add a separate note filter script before your round robin script or incorporate the filter into your RR script. I suggest using a separate script. If you don't want to write your own you can use this one but I encourage you to try doing it yourself first.