HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. treynterrio
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 94
    • Posts 468
    • Groups 0

    treynterrio

    @treynterrio

    20
    Reputation
    47
    Profile views
    468
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    treynterrio Unfollow Follow

    Best posts made by treynterrio

    • RE: timer functions

      @Oli-Ullmann it worked without any problems

      posted in General Questions
      T
      treynterrio
    • FFT Spectral Denoiser Faust dsp

      Hi there, I found a .pdf file with a Faust code for FFT spectral denoising and other spectral stuff I fixed a couple things in the code and can open it in the Faust WEB editor but I don't get any sound only a little sound at the beginning.
      Maybe someone could check that and fix this

      import("stdfaust.lib");
      
      fftSize = hslider("fftSize", 1024, 2, 16384, 1);
      
      bufferSize = fftSize / 2 + 1;
      
      cartopol(x, y) = sqrt(x * x + y * y), atan2(y, x);
      
      poltocar(r, theta) = r * cos(theta), r * sin(theta);
      
      freezeBtn = checkbox("Capture");
      
      reduceSld = hslider("Reduce", 0, 0, 2, 0.01);
      
      freeze(rIn, iIn, bin) = out with {
          freezeSignal(sig, frz) = orig + freezed with {
              orig = sig * (1 - frz);
              freezed = (orig : @(bufferSize)) + (orig * frz : @(bufferSize - 1)) * frz;
          };
          out = freezeSignal(rIn, freezeBtn), freezeSignal(iIn, freezeBtn);
      };
      
      fftproc(rIn, iIn, bin) = out with {
          pol = cartopol(rIn, iIn);
          mag = pol : _, !;
          phase = pol : !, _;
      
          pol_frozen = freeze(rIn, iIn, bin) : cartopol;
          mag_frozen = pol_frozen : _, !;
          phase_frozen = pol_frozen : !, _;
      
          out = poltocar(max(mag * (1 - freezeBtn) + (mag - mag_frozen * reduceSld) * freezeBtn, 0), phase);
      };
      
      process = fftproc;
      
      posted in General Questions
      T
      treynterrio
    • RE: Live Granular Patch for FAUST or RNBO

      @DabDab I can open it too. but it doesn't sound right. I don't got any sound of it even if I change the process in the console everything I get out of it is loud noise like the gain is set to +100 it blows my speakers

      posted in General Questions
      T
      treynterrio
    • RE: Issue with Font Not Displaying in Exported HISE Project

      @Oli-Ullmann I was only able to solve the problem by loading it from a .json file. Which was then saved by pressing a button

      posted in General Questions
      T
      treynterrio
    • RE: change size of "Add preset" window

      @d-healey this works for me to now, thank you!!!

      posted in General Questions
      T
      treynterrio
    • RE: Preset browser font size

      @d-healey ok now I've seen what I've doing wrong

      posted in General Questions
      T
      treynterrio
    • RE: change Simple Envelope release value

      @d-healey when I hold the loop it loops until I release it and then it takes 50 to loop out

      posted in General Questions
      T
      treynterrio
    • Can't Compile C++ effects in newest HISE branch anymore on MAC

      Hi there, I've encountered a problem with compiling C++ modules inside of HISE in the newest branch on MAC.

      here is the error:

      Create files
      > Sorting include dependencies
      > Copying third party files
      > Compiling dll plugin
      > Re-saving file: /Users/ttt/Downloads/Griffin_ReverseDelays_2025-2/DspNetworks/Binaries/AutogeneratedProject.jucer
      > Finished saving: Visual Studio 2017
      > Finished saving: Xcode (macOS)
      > Finished saving: Linux Makefile
      > Compiling Griffin_ReverseDelays ...
      > ** BUILD FAILED **
      > CompileC /Users/ttt/Downloads/Griffin_ReverseDelays_2025-2/DspNetworks/Binaries/Builds/MacOSX/build/Griffin_ReverseDelays.build/Release/Griffin_ReverseDelays\ -\ Dynamic\ Library.build/Objects-normal/x86_64/Main.o /Users/ttt/Downloads/Griffin_ReverseDelays_2025-2/DspNetworks/Binaries/Source/Main.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Griffin_ReverseDelays - Dynamic Library' from project 'Griffin_ReverseDelays')
      > (1 failure)
      > 
      > ----- xcbeautify -----
      

      I'm able to compile the effects in an older HISE version 4.0 but I can't export them as a Plugin and now I'm not able to compile these inside my project to use them in script node.

      posted in General Questions
      T
      treynterrio
    • How should I save my Sampler Presets and how can I access them later?

      Let's say I'm going to make a VST and I create each preset with just a one shot in the Sampler. How do I save these presets so that I can open them again afterwards?

      Can I create a dropdown menu to choose my preset at the end?

      posted in Presets / Scripts / Ideas
      T
      treynterrio
    • RE: Synchronizing Loop Lengths Between Two Loopers

      @d-healey Got it working!

      posted in Scripting
      T
      treynterrio

    Latest posts made by treynterrio

    • RE: staple process error MAC

      @CatABC ok thank you!!! so it's not only on my end. That's reassuring.

      posted in General Questions
      T
      treynterrio
    • RE: staple process error MAC

      @d-healey I've already checked that as well. it stopped working yesterday I had never problems with the staple process or the notarisation.

      createdDate: 2025-11-03T00:33:46.839Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: tnt.component.zip
          status: In Progress
          --------------------------------------------------
          createdDate: 2025-11-03T00:17:23.386Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: tnt.component.zip
          status: In Progress
          --------------------------------------------------
          createdDate: 2025-11-03T00:01:12.264Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: tnt.vst3.zip
          status: In Progress
          --------------------------------------------------
          createdDate: 2025-11-02T23:41:19.854Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: tnt.vst3.zip
          status: In Progress
          --------------------------------------------------
          createdDate: 2025-11-02T23:32:48.476Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: tnt.component.zip
          status: In Progress
          --------------------------------------------------
          createdDate: 2025-11-02T23:17:50.393Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: tnt.vst3.zip
          status: In Progress
          --------------------------------------------------
          createdDate: 2025-11-02T23:01:34.678Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: stk.vst3.zip
          status: In Progress
          --------------------------------------------------
          createdDate: 2025-11-02T22:59:49.713Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: heat.vst3.zip
          status: In Progress
          --------------------------------------------------
          createdDate: 2025-11-02T22:57:52.121Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: wers.vst3.zip
          status: In Progress
          --------------------------------------------------
          createdDate: 2025-11-02T22:54:47.943Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: tnt.vst3.zip
          status: In Progress
          --------------------------------------------------
          createdDate: 2025-11-02T22:48:06.143Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: tnt.vst3.zip
          status: In Progress
          --------------------------------------------------
          createdDate: 2025-11-02T22:44:29.094Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: tnt.dmg
          status: In Progress
          --------------------------------------------------
          createdDate: 2025-11-02T22:42:45.717Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: tnt.vst3.zip
          status: In Progress
          --------------------------------------------------
          createdDate: 2025-11-02T22:36:44.825Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: shc.vst3.zip
          status: In Progress
          --------------------------------------------------
          createdDate: 2025-11-02T22:30:23.958Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: otw.component.zip
          status: In Progress
          --------------------------------------------------
          createdDate: 2025-11-02T22:25:35.812Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: dnt.component.zip
          status: In Progress
          --------------------------------------------------
          createdDate: 2025-11-02T22:20:21.215Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: tnt.component.zip
          status: In Progress
          --------------------------------------------------
          createdDate: 2025-11-02T22:17:43.541Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: tnt.component.zip
          status: In Progress
          --------------------------------------------------
          createdDate: 2025-11-02T22:15:14.645Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: tnt.component.zip
          status: In Progress
          --------------------------------------------------
          createdDate: 2025-11-02T22:13:42.400Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: tnt.vst3.zip
          status: In Progress
          --------------------------------------------------
          createdDate: 2025-11-01T22:11:42.658Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: lopt.vst3.zip
          status: Accepted
          --------------------------------------------------
          createdDate: 2025-11-01T17:05:06.979Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: stk.vst3.zip
          status: Accepted
          --------------------------------------------------
          createdDate: 2025-10-31T17:04:04.573Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: stk.component.zip
          status: Accepted
          --------------------------------------------------
          createdDate: 2025-10-30T21:39:22.011Z
          id: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx
          name: pscde.component.zip
          status: Accepted
      
      posted in General Questions
      T
      treynterrio
    • RE: staple process error MAC

      It would be great if someone could check if they're experiencing this problem as well. I read online that Apple is currently having issues with notarization, but I don't know if that information is accurate.

      posted in General Questions
      T
      treynterrio
    • RE: staple process error MAC

      @Lindon I can't read the log when the process isn't finished

      posted in General Questions
      T
      treynterrio
    • RE: staple process error MAC

      @Lindon I don't get this because when I use --wait it says: In Progress....................................................................................................................................................................................................................................................................................................................................................
      for hours

      posted in General Questions
      T
      treynterrio
    • RE: staple process error MAC

      @Lindon thats from the log from yesterday

         createdDate: 2025-11-02T12:11:42.658Z
          id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
          name: test.vst.zip
          status: In Progress
      
      posted in General Questions
      T
      treynterrio
    • RE: staple process error MAC

      @Lindon I've tried it now with already notarized files and the staple process worked straight without any problems only every new file I tried doesnt work

      posted in General Questions
      T
      treynterrio
    • RE: staple process error MAC

      @Lindon I know but I tried it yesterday already and I've checked them ids from yesterday and they also say status: In Progress its almost 24 hours since I've notarised them

      posted in General Questions
      T
      treynterrio
    • RE: staple process error MAC

      @Lindon like I said everything worked without any problems a couple days ago and now it stopped working

      I also tried xcrun notarytool info:

      Successfully received submission info
        createdDate: 2025-11-03T11:43:19.956Z
        id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
        name: test.vst.zip
        status: In Progress
      tt@MacBookPro ~ % 
      
      posted in General Questions
      T
      treynterrio
    • RE: staple process error MAC

      @Lindon

      codesign -s "xxxxxxxxxxxxxxxxxxx/Users/tt/Desktop/test.vst" --timestamp --force
      /Users/tt/Desktop/test.vst: replacing existing signature
      tt@MacBookPro ~ % xcrun notarytool submit --apple-id "xxxxxxxxx"  --password "xxxx-xxxx-xxxx-xxxx" --team-id "xxxxxxxxxxxxxx" /Users/tt/Desktop/test.vst.zip
      Conducting pre-submission checks for test.vst.zip and initiating connection to the Apple notary service...
      Submission ID received
        id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
      Upload progress: 100,00 % (29,8 MB of 29,8 MB)   
      Successfully uploaded file
        id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
        path: /Users/tt/Desktop/test.vst.zip
      tt@MacBookPro ~ % 
      
      posted in General Questions
      T
      treynterrio