HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • All tags
    • StraticahS

      Free Figma Project: Synthesizer Design

      Watching Ignoring Scheduled Pinned Locked Moved Presets / Scripts / Ideas
      7
      17 Votes
      7 Posts
      1k Views
      L

      Looks very nice !

    • xxxX

      Simple Button Snippets

      Watching Ignoring Scheduled Pinned Locked Moved Presets / Scripts / Ideas
      3
      2 Votes
      3 Posts
      430 Views
      L

      thank you !

    • ChazroxC

      SPAWN vst.... || Midi FX that hosts other vst's?

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      3
      0 Votes
      3 Posts
      142 Views
      ChazroxC

      @ustk All good. Thats a crazy feature. Hope all is blessed brotha. 🤛

    • J

      New day, New Error!

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      1
      0 Votes
      1 Posts
      103 Views
      No one has replied
    • P

      Custom Parametric EQ Display using DraggableFilterPanel

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      1 Votes
      5 Posts
      108 Views
      ustkU

      @pandaz21 in order to create a snippet, you need to go to menu->Export->Export Snippet and paste it here between code backticks

    • G

      How to make a guitar tuner

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      20
      0 Votes
      20 Posts
      2k Views
      A

      @iamlamprey Faust library search is hot trash. Your best bet is to go through all the libraries a couple of times and sorta learn all that's there. Also, use the github version for proper search (you can also learn how it was done). That's kind of where all their dev resources seem to be going.

      Link Preview Image analyzers - Faust Libraries

      favicon

      (faustlibraries.grame.fr)

      Link Preview Image GitHub - grame-cncm/faustlibraries: The Faust libraries

      The Faust libraries. Contribute to grame-cncm/faustlibraries development by creating an account on GitHub.

      favicon

      GitHub (github.com)

    • iamlampreyI

      Global Cable Scaling?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      2
      0 Votes
      2 Posts
      171 Views
      iamlampreyI

      Answered my own question again, where's my shirt?

      Use a math.map node with the regular core.peak node to scale the value down to the 0-1 range, then scale it back up in the paint routine.

      I still think the global cable might be broken but 🙂

    • DanHD

      FFT Analyser Settings...

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      6
      0 Votes
      6 Posts
      507 Views
      d.healeyD

      @HISEnberg said in FFT Analyser Settings...:

      do you recall what edits to the source code you made to get these properties to stick?

      As @sinewavekid said, you need to put it in your script.

      It's a bit long winded because you have to get the display buffer, but wrap it in a function and it keeps it tidy.

    • tsempireT

      Gui Module PSD free

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      5 Votes
      3 Posts
      156 Views
      tsempireT

      @DabDab thank you very much, it's a pleasure. 🤝

    • tsempireT

      Choose Sampler 2025 " sample import VST "

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      17
      0 Votes
      17 Posts
      268 Views
      tsempireT

      @d-healey No problem, I'll think about something and let you know.

    • E

      Multi Channel / Multi Output Help!

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      16
      0 Votes
      16 Posts
      2k Views
      L

      @Soundavid Thank you so much! I had been trying for a long time. This works:

      for (i = 0; i < 12; i++) Matrix.addConnection(i, i);

      Thanks again!

    • griffinboyG

      [Free dsp] C++ FFT

      Watching Ignoring Scheduled Pinned Locked Moved C++ Development
      33
      11 Votes
      33 Posts
      7k Views
      Adam_GA

      @griffinboy ahhh thanks for clarifying! keep up the hacking i can tell youre on to something! 😀

    • J

      method to reset file name token parser?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      163 Views
      J

      @d-healey said in method to reset file name token parser?:

      they are multi mic

      yeah they are multi mic.
      i think everything is workin now though.

    • xxxX

      Faust Crashes Hise on Windows VM

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      164 Views
      modularsamplesM

      Are you on an ARM Mac (m1, m2 etc)? if so, maybe try building FAUST from the source, the windows releases seem to be x86 only..

    • iamlampreyI

      Routing Matrix (FX)?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      1
      0 Votes
      1 Posts
      77 Views
      No one has replied
    • ChazroxC

      SliderPack StepSequencer Mode || LAF Help

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Scripting
      7
      0 Votes
      7 Posts
      202 Views
      ChazroxC

      @d-healey
      Thank You! 🙏 this was all I needed to do. lol. I know I make things hard on myself but we get there. lol.

      Screenshot 2025-08-24 at 5.04.12 PM.png

    • M

      Smoother version of table 'line' animation

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      1
      0 Votes
      1 Posts
      83 Views
      No one has replied
    • JulesVJ

      Math Cubic Root function?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      261 Views
      ustkU

      @d-healey or this

      return Math.sign(x) * Math.pow(Math.abs(x), 1/3);

      But a benchmark shows no difference in efficiency

    • J

      Universal Binary Issues

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      12
      0 Votes
      12 Posts
      444 Views
      d.healeyD

      @JamesC said in Universal Binary Issues:

      thanks for the advice as always will give that temp solution a try once the kids are asleep!

      Let me know if it works.

      You can't codesign a Mac plugin on Windows, you need to do it on macOS. You'll need a developer account, it's a bit of a fiddly process the first time you do it. There are a few guides on the forum that should come up in the search.

    • pcs800P

      Snippet not working

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      19
      0 Votes
      19 Posts
      452 Views
      d.healeyD

      @pcs800 Just chain them up in the module tree, add the delay, then add the script effect below it.