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

      Loud click artifact when using ReleaseStart with looping enabled

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      5
      0 Votes
      5 Posts
      19 Views
      David HealeyD

      @observantsound Just remove the square brackets from each end.

    • David HealeyD

      [feature request] Network connectivity checker

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      7
      5 Votes
      7 Posts
      503 Views
      ustkU

      @David-Healey so there's no way my server could be faster, especially since it is actually very slow...

    • LindonL

      Directory.hasWriteAccess()

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      12
      0 Votes
      12 Posts
      59 Views
      LindonL

      @David-Healey yeah that seems more comprehensive, its more or less doing under the hood what Im doing in HISEScript... so both approaches have the advantage of getting a result back for the plugin itself (no matter how the user has set up to run it..)

      Thanks for looking and confirming what I'd found.

    • Y

      audio files not embed (Engine.loadAudioFilesIntoPool) added

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      29
      0 Votes
      29 Posts
      360 Views
      Y

      @dannytaurus It working soo fine, I had to put engine.loadaudiofilesintopool earlier

    • ustkU

      Matrix modulation connection is broken in exported plugin

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      47
      0 Votes
      47 Posts
      3k Views
      griffinboyG

      @ustk Thanks for your hard work!

    • MorphoiceM

      I made a really good sounding JUNO-6 emulation for free, shared it in the KVR forum - this is what happened

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      29
      0 Votes
      29 Posts
      469 Views
      MorphoiceM

      @Orvillain ill give that a try thanks. I don't have claude code though. I cant afford paid services at the moment

    • dannytaurusD

      Second fix for MIDI device reselect bug 🐞

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      1 Votes
      1 Posts
      36 Views
      No one has replied
    • E

      I am making an open source audiovisual modular with in->out->in routing

      Watching Ignoring Scheduled Pinned Locked Moved C++ Development
      4
      7 Votes
      4 Posts
      122 Views
      OrvillainO

      Very cool man!

    • Y

      Building Hise github

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      14
      0 Votes
      14 Posts
      223 Views
      Y

      @David-Healey It was already default to 500 mb in 4.1

    • dannytaurusD

      Control ScriptNode from UI knob AND envelope?

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      6
      0 Votes
      6 Posts
      138 Views
      Christoph HartC

      It depends whether you want it to be a static connection or a dynamic modulation routing.

      If static, then a control.pma node would be the best candidate - connect the UI knob to the value and the envelope output (either from an extra_mod or an inbuilt scriptnode AHDSR) to the add output, this will combine the two with unipolar modulation mode.

      Scales and offsets a normalised modulation signal using a multiply-add formula with clamped output.
      The PMA node (Parameter Multiply Add) scales and offsets a normalised modulation signal. It takes a 0-1 input value, multiplies it by a configurable factor, adds a constant offset, and clamps the result to the 0-1 range. This is one of the most commonly used control nodes for adjusting modulation depth, inverting signals, or combining parameters.

      Each parameter change triggers an independent output update. If Value, Multiply, and Add all change in sequence, three separate output values are sent to connected targets.

    • MorphoiceM

      sync faust delay times to host

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      107 Views
      Christoph HartC

      I'm not sure whether MIDI tempo information messages makes it through to the Faust node, but the tempo sync node is definitely the way to go. just build your Faust node with a absolute delay time parameter and then connect it to the tempo sync node - it automatically sends the correct time value matching the tempo and reacts to tempo changes etc.

      upcoming docs:

      Tempo Sync (control.tempo_sync)

      Converts a musical tempo value to a duration in milliseconds and sends it as a modulation signal.
      Tempo Sync converts a musical time value (such as 1/4 note or 1/8 triplet) to a duration in milliseconds based on the current DAW tempo. The output updates whenever the host tempo changes or any parameter is adjusted, making it suitable for driving time-based effects that need to lock to the beat.

      The output is an unnormalised modulation signal carrying the raw millisecond value. If the target parameter expects a different unit (such as frequency in Hz), place a control.converter between this node and the target. When Enabled is set to Off, the node outputs the manual UnsyncedTime value instead, allowing a smooth fallback for standalone operation or manual control.

      CPU: negligible, polyphonic.

      Signal Path

      Pseudo-code - hover highlighted terms for details // control.tempo_sync - musical time to milliseconds // BPM + parameters -> ms out (unnormalised) onParameterChange() { if Enabled: output = tempoToMs(bpm, Tempo) * Multiplier else: output = UnsyncedTime } onTempoChange(newBpm) { bpm = newBpm if Enabled: output = tempoToMs(bpm, Tempo) * Multiplier }
    • OrvillainO

      Verb Factory

      Watching Ignoring Scheduled Pinned Locked Moved C++ Development
      8
      4 Votes
      8 Posts
      185 Views
      griffinboyG

      @Orvillain Nice work

    • dannytaurusD

      Modulating ShapeFX Gain

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      163 Views
      dannytaurusD

      @HISEnberg @Christoph-Hart I hit a problem with controlling a ScriptNode macro with a UI knob AND an envelope.

      New post here: https://forum.hise.audio/topic/14793/control-scriptnode-from-ui-knob-and-envelope

    • dannytaurusD

      Thoughts on Moonbase?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      18
      0 Votes
      18 Posts
      566 Views
      J

      @David-Healey cool cool
      I did make just a licensing system with traditional serial keys...so Ill probably just use that for now, and then update.
      and I finally actually fininshed making this instrument😁

      now just working on some vids and demos and final testing. but ill include some screenshots here.
      Its just a sample based synth, where i sampled the f-k out of a LYRA 8 synthesizer..
      recorded through some amps and speaker cab impulse responses etc.
      Screenshot 2026-05-29 at 2.41.06 PM.png Screenshot 2026-05-29 at 2.41.18 PM.png

    • ChazroxC

      Get Panel Attributes - Colours

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      11
      0 Votes
      11 Posts
      228 Views
      ustkU

      @David-Healey There might be a bad parsing at some point. Without really knowing, the hex might be first parsed as string by the property editor...

    • David HealeyD

      32bit macOS flag

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      118 Views
      David HealeyD

      @Lurch Not sure if it affects compiling networks

    • ChazroxC

      Stupid Quotation marks behavior....

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      14
      0 Votes
      14 Posts
      192 Views
      ChazroxC

      @Christoph-Hart I can breathe again....and move much faster now lol

    • N

      How can I improve my reaction time?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      -2 Votes
      2 Posts
      84 Views
      Christoph HartC

      @nohasm191 haha yes we all do human things as humans. Because we are human and not a robot.

    • S

      HISE plugin as virtual midi port?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved General Questions midi port fx plugin trigger
      13
      0 Votes
      13 Posts
      334 Views
      ChazroxC

      @David-Healey I guess you're right. I haven't tested any automation through that method yet. Only midi messages.

    • Y

      js file not found

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      110 Views
      Y

      @David-Healey

      Thank you so much