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
    • S

      Help with Peak meter with fiilmstrip

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League vu meter peak meter laf filmstrip lookandfeel
      15
      0 Votes
      15 Posts
      371 Views
      d.healeyD

      @ScreamingWaves On Patreon I have a video specifically about the peak meter's look and feel function if you want to know more about it.

    • ChazroxC

      'global_send' / How can I 'getValue() ?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      5
      0 Votes
      5 Posts
      140 Views
      ChazroxC

      UPDATE:

      I figured it out...

      const var globalRouting = Engine.getGlobalRoutingManager(); const var SlotFxDelayLeft = globalRouting.getCable("Slot.DelayLeft"); Console.print(SlotFxDelayLeft.getValue()); // Register the callback SlotFxDelayLeft.registerCallback(function(value) { Console.print(value); }, AsyncNotification); // Values print =)

      @Christoph-Hart @HISEnberg Thank You! 🙏

    • pcs800P

      haas is glitchy

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      121 Views
      HISEnbergH

      @pcs800 You can right-click any parameter in Scriptnode and change it's settings including the min-max values. There's also a bunch of control-nodes (checkout the control.minmax node) which allows you to map parameters that have different values.

    • Oli UllmannO

      RNBO and matrixModulator

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      7
      0 Votes
      7 Posts
      308 Views
      Oli UllmannO

      @Christoph-Hart
      Thanks for the tip! :-)
      I did it manually and it works great. Next time I'll use this! Thanks to you.

    • bendursoB

      VST3 / Ableton / Macro Modulation Issue

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      8
      0 Votes
      8 Posts
      342 Views
      bendursoB

      @Christoph-Hart Perfect. Thank you very much!

      It works now! You can now go back with Cmd+Z and you can also use the track's automation panel.

      The only minor issue is that if I load a preset that has macro modulation, then close the plugin window and open the track's automation, it becomes laggy again. But if I open the plugin window again, it's fixed and the parameter disappears from the automation list. Kinda weird, but not so important.

    • ustkU

      DSP compilation error with wrong CompileChannelAmount

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      1
      0 Votes
      1 Posts
      96 Views
      No one has replied
    • ChazroxC

      Rounded Rectangle / Panel masking?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      13
      0 Votes
      13 Posts
      371 Views
      ChazroxC

      @It_Used no stress. I'll still try it and see what results it produces. Maybe I can still use it for something. 🤛 Thanks again!

    • HISEnbergH

      Get Audio File Length Independent of Audio Looper Start/End Points

      Watching Ignoring Scheduled Pinned Locked Moved Solved Feature Requests
      14
      0 Votes
      14 Posts
      866 Views
      HISEnbergH

      @d-healey I appreciate you looking into this, I'm learning quite a bit from your work here as well!

    • It_UsedI

      Midi CC events ignored in scriptnode envelope modulator.

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      4
      0 Votes
      4 Posts
      160 Views
      ulrikU

      @It_Used Ok, I see, I guess this is a bug @Christoph-Hart
      The sustain (cc 64) is working with the flex envelope outside a scriptnode, but doesn't work inside a script node

    • OrvillainO

      What is the correct approach for making a custom polyphonic c++ node?

      Watching Ignoring Scheduled Pinned Locked Moved C++ Development
      4
      0 Votes
      4 Posts
      158 Views
      griffinboyG

      @Orvillain

      Voices in Hise are managed 'automatically'.
      Take a read of Polydata.

      I don't remember where it can be found. But the Hise source has all the .h and .cpp files which have the implementations for voice handling. You can see what's currently going on, and perhaps there will be some useful api that you're not yet making use of.

      Christoph is the person to ask though!

    • VirtualVirginV

      Coding in VS Code and HISE

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      20
      0 Votes
      20 Posts
      849 Views
      VirtualVirginV

      @Christoph-Hart Sounds great! I'm traveling today so I won't get a chance to build and test until tomorrow, but I look forward to it :)

    • M

      Hello. How can i fix this Xcode problem with compiling VST?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      193 Views
      d.healeyD

      @mosashatrain said in Hello. How can i fix this Xcode problem with compiling VST?:

      could not compile hise

      You need to be able to compile HISE before you can compile your projects.

      Remove any preinstalled versions first.

      I cover the process of compiling in my free course:

      https://audiodevschool.com/courses/hise-bootcamp/

    • J

      Image shows in expansion but now presets dont

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Presets / Scripts / Ideas preset browser expansion images
      36
      0 Votes
      36 Posts
      1k Views
      J

      @d-healey i must of mistyped it cause i just retyped it and its better than before your a genius you have no idea how much i appericate you taking your time with me. Im sure you have a million other things you could be doing right now, I JUST WANT YOU TO KNOW THAT I TRULY AND GRATELY APPERICATE YOU THANK YOU VERY MUCH I SINCERLY MEAN THAT

    • Dominik MayerD

      Server maintenance

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      3 Votes
      2 Posts
      85 Views
      ChazroxC

      @Dominik-Mayer Godspeed.

    • iamlampreyI

      Restore global cable's last data on DAW load

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      123 Views
      iamlampreyI

      @Christoph-Hart Lol was compiling exactly that as you posted, working now 🙂

    • ChazroxC

      How do I script these handles?? || update::

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Scripting
      2
      0 Votes
      2 Posts
      94 Views
      ChazroxC

      @Chazrox Ok, I figured out this much....

      I needed to declare the Convolution reverb module (ScriptnodeFX) as and 'AudioProcessor' instead of and 'Effect'.

      Then I could use:

      Convolution.setSampleRange(min, max);

      then, use a knob to adjust 'max' value.

      One thing I can figure out how to do is, after loading a preset or scrolling through reverb presets, I need my 'Length/Time' knobs 'max' value to change to the currently loaded files 'sampleLength'. For some reason I can only get it to load upon recompiling.

    • A

      Problem Linking/Controlling Scriptnode's Timestretch FX Knob to my UI Knob? ScriptNode (core.stretch.player)

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      5
      0 Votes
      5 Posts
      227 Views
      A

      @d-healey Thanks 👍

    • iamlampreyI

      setFile + index/multiple slots?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      3
      0 Votes
      3 Posts
      164 Views
      iamlampreyI

      @Christoph-Hart Perfect, thank you!

    • ChazroxC

      Any Examples of AudioWaveform (RangeStart, RangeEnd) editing?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      8
      0 Votes
      8 Posts
      239 Views
      ChazroxC

      @Oli-Ullmann Appreciate it. 🙏

    • J

      Image shows in expansion but now presets dont

      Watching Ignoring Scheduled Pinned Locked Moved Presets / Scripts / Ideas preset browser expansion images
      1
      0 Votes
      1 Posts
      86 Views
      No one has replied