HISE Logo Forum
    • Categories
    • Register
    • Login
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • All tags
    • elemen8tE

      Arp doesn't trigger global Envelopes

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      8 Views
      elemen8tE

      @Christoph-Hart Ah yes that fixed it thanks!

    • MorphoiceM

      Saturation Models (Neve, Tweaker, Oxford Inflator) in FAUST

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      23
      5 Votes
      23 Posts
      5k Views
      Y

      that its awesome!! can you make with SSL and API?

    • S

      Neural Amp Modeler (NAM) in HISE

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      39
      0 Votes
      39 Posts
      6k Views
      pcs800P

      @sinewavekid Yes, i would love an example snippet too

    • orangeO

      8 Times more CPU consumption on Aida-X Neural Models

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      50
      1 Votes
      50 Posts
      9k Views
      Dan KorneffD

      @Yarost https://docs.hise.audio/scripting/scripting-api/neuralnetwork/index.html

    • D

      `setCurrentExpansion` changes the input paths

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      3
      0 Votes
      3 Posts
      300 Views
      D

      7a3a3b00-4e9c-40af-b2d4-c317a0c1039f-image.png

      It's really hard to handle multiple tabs with this behavior 🫤

    • 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
      65 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.

    • D

      [Feature Request] Quickly open files

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      5
      0 Votes
      5 Posts
      29 Views
      D

      Thanks @Christoph-Hart

      These two tips already help a lot!

    • ChazroxC

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

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      5
      0 Votes
      5 Posts
      25 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
      38 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.

    • D

      callWithPOST change content type

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      123 Views
      D

      @Christoph-Hart That was the solution! Thank you so much!!!

    • Oli UllmannO

      RNBO and matrixModulator

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      7
      0 Votes
      7 Posts
      110 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
      100 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
      20 Views
      No one has replied
    • ChazroxC

      Rounded Rectangle / Panel masking?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      13
      0 Votes
      13 Posts
      50 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
      291 Views
      HISEnbergH

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

    • It_UsedI

      All envelopes break when playing the same midi, in the same place.

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      2
      0 Votes
      2 Posts
      23 Views
      It_UsedI

      @Christoph-Hart need your help.

    • d.healeyD

      Moonbase

      Watching Ignoring Scheduled Pinned Locked Moved General Questions moonbase
      13
      0 Votes
      13 Posts
      345 Views
      Seth MunsonS

      oooh I'd love to implement moonbase into my HISE projects. I have friends who talk highly of the service!

    • It_UsedI

      Midi CC events ignored in scriptnode envelope modulator.

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      4
      0 Votes
      4 Posts
      70 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
      64 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
      333 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 :)