HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. treynterrio
    3. Posts
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 90
    • Posts 448
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Group Project: Reverse Delay

      @griffinboy I would also be interested in the granular delay 😁

      posted in Presets / Scripts / Ideas
      T
      treynterrio
    • RE: Group Project: Reverse Delay

      @Orvillain I would be interested as well!

      posted in Presets / Scripts / Ideas
      T
      treynterrio
    • RE: Pitch Shifter (FAUST/RNBO/C++)

      @orange the pitch shift node is definitely better but there is a slight noise when playing some frequencies after 1.5 (but this can be fixed with a filter node straight after) and when I pitch down it destroys the entire sound and hise crashes.

      posted in General Questions
      T
      treynterrio
    • RE: Pitch Shifter (FAUST/RNBO/C++)

      @orange no I'vent updated HISE for a couple months I should check that out

      posted in General Questions
      T
      treynterrio
    • Pitch Shifter (FAUST/RNBO/C++)

      Hi there, does anyone have a good-sounding pitch shifter? I have a few Faust codes, but none of them sound good when you pitch high. I've tried two RNBO pitchers, but they have the same problem. I have some FAUST and RNBO effects to exchange. Thanks

      posted in General Questions
      T
      treynterrio
    • RE: Pitch fx

      @HISEnberg Did you get the patch to work in hise? I get no mix or sound when I insert the patch into hise.

      posted in General Questions
      T
      treynterrio
    • RE: presetbrowser searchbar visible in exported plugin on windows

      @d-healey I've now updated HISE to the latest branch on windows and exported it again now it works

      posted in General Questions
      T
      treynterrio
    • presetbrowser searchbar visible in exported plugin on windows

      Hi there, I just exported my new plugin and tested it in FL Studio.I've noticed that the search bar in my preset browser is visible although he should be invisible. In the option it's set to false,. On Mac the searchbar isn't visible. is there anything else I could do to make it invisible?

      thanks

      posted in General Questions
      T
      treynterrio
    • RE: Preset Browser LAF (Add + Delete) Text

      @treynterrio here is the code I've used where I get Enter Preset Name on both options (Add + Delete)

      laf.registerFunction("drawPresetBrowserDialog", function(g, obj)
          {
              var a = obj.area;
              var la = obj.labelArea;
              var h = 40;
             
      		g.setColour(0xFF000000);
      		g.fillRect([a[0] - 50, a[1] - 25, a[2] + 100, a[3] + 50]);
                      
              g.setFont("arial", 13);
              g.setColour(0xFF000000);
      	    g.drawAlignedText("", [a[0], 50, a[2], 25], "centred");
      
              if (obj.labelArea[2] != 0)
              {
                  g.setColour(0xFFFFFFFF);
                  g.fillRoundedRectangle([la[0] - 0, la[1], la[2] + 0, la[3]], 0);
              }
              else
              {
                  g.drawAlignedText(obj.text, [a[0], a[1] + 40, a[2], 20], "centred");
              }
         g.fillAll(noColour);
         g.setColour(0xFF000000);
         g.fillRoundedRectangle(obj.area, 0.0);
         g.setColour(0xFF141414);
         g.fillRoundedRectangle(obj.labelArea, 0.0);
         g.setColour(0xFFFFFFFF);
         g.setFont("Arial",16);
         g.drawAlignedText("Enter Preset Name :", removeFromTop(obj.area, 40), "centred");
      
      posted in General Questions
      T
      treynterrio
    • RE: Preset Browser LAF (Add + Delete) Text

      @treynterrio I have made the two sentences visible again but I still don't understand in which obj.area (Are you sure you want to delete this file ?) is located

      Screenshot 2025-03-07 at 10.21.50.png Screenshot 2025-03-07 at 10.21.57.png

      posted in General Questions
      T
      treynterrio
    • Preset Browser LAF (Add + Delete) Text

      Hi there, I'm struggling to set the Text in my Preset Folder when I click Add (Enter Preset Name) and/or Delete (Do you really want to delete this preset?)

      I've managed to change it BUT it says on both Enter Preset Name or when I delete it it shows nothing.

      Here is an example:

      ScreenFlow.gif

      ScreenFlowq.gif

      Does anyone know how I can fix this?

      posted in General Questions
      T
      treynterrio
    • RE: [Free Dsp] Oberheim-8 Analog Filter

      Thank you!!!

      posted in C++ Development
      T
      treynterrio