• Coming over from Kontakt? Read this!

    Pinned
    8
    1 Votes
    8 Posts
    7k Views
    LindonL

    @d-healey said in Coming over from Kontakt? Read this!:

    @Lindon They live inside Kontakt's sample map too, it's just that with Kontakt there is only one sample map and it's part of the NKI.

    I think the main different between Kontakt's groups and HISE's is that with Kontakt you can route them individually and apply effects and other processing to them individually which you can't do in HISE (yet...?).

    In HISE the routing and modulation is at the sampler level rather than the group level.

    Absoloutely - valuable stuff to include - I guess I was thinking inside a group you see a mapping of sample audio files, inside a Sample Map you see....so (to start with) same same...as a starting point. But hey no problem.

  • Testers Needed for Rhapsody v3

    6
    1 Votes
    6 Posts
    43 Views
    David HealeyD

    @HISEnberg Both those issues should be fixed now. Fortunately they were in the expansion and not Rhapsody so I didn't need to recompile. The updated file is here:

    https://e.pcloud.link/publink/show?code=XZm4ycZWRIqN1pUCPmGxb4Vxktn7LJfhul7

  • StripKit - Animated Filmstrip Generator for Audio-Plugin GUIs

    2
    1 Votes
    2 Posts
    76 Views
    V

    Hi all, good to be here :-) I'm the developer of StripKit, glad you like it. If you guys have any features you'd like to see or any bugs you'd like to report for me to fix, please feel free to contact me here or shoot us an e-mail.

  • Linux

    2
    0 Votes
    2 Posts
    36 Views
    David HealeyD

    @zachhealy1005 You need to be able to compile it yourself - the process of compiling HISE is the same process as exporting plugins. If you can't compile you can't export.

    Take a look at my free HISE Bootcamp course, I show you how to compile and export on Linux: https://audiodevschool.com/courses/hise-bootcamp/

  • Load/draw image but switch images using combo box .

    5
    0 Votes
    5 Posts
    59 Views
    O

    @David-Healey This worked thank you

  • 0 Votes
    12 Posts
    87 Views
    dannytaurusD

    @David-Healey Very excellent wares they are too 🙌

  • Export wants to "Copy audio pool file..." when I have not

    7
    1 Votes
    7 Posts
    77 Views
    ustkU

    @dannytaurus absolutely 👍

  • 0 Votes
    3 Posts
    80 Views
    J

    @David-Healey thats what I was thinking

    thanks David

  • ALT+S requires TWO confirmations. Can this be switched off?

    10
    0 Votes
    10 Posts
    243 Views
    ustkU

    Just realised I wrote "Sinppet" 😆
    Will just keep that one so much it fits the issue 😆

  • Ui interactions saved but CC or keyswitch isnt.....

    10
    0 Votes
    10 Posts
    142 Views
    LindonL

    @Chazrox thanks - yeah I will give a hand-coded version a spin...

  • Volume Doesn’t Change

    4
    0 Votes
    4 Posts
    143 Views
    J

    Thanks guys much appreciated

  • Installing Hise on Mac Tahoe

    5
    0 Votes
    5 Posts
    124 Views
    S

    @David-Healey Of course! Silly me.....

  • Directory.hasWriteAccess()

    12
    0 Votes
    12 Posts
    249 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.

  • audio files not embed (Engine.loadAudioFilesIntoPool) added

    29
    0 Votes
    29 Posts
    726 Views
    Y

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

  • 0 Votes
    29 Posts
    862 Views
    MorphoiceM

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

  • Second fix for MIDI device reselect bug 🐞

    1
    1 Votes
    1 Posts
    58 Views
    No one has replied
  • Building Hise github

    14
    0 Votes
    14 Posts
    341 Views
    Y

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

  • sync faust delay times to host

    4
    0 Votes
    4 Posts
    151 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 }
  • Modulating ShapeFX Gain

    8
    0 Votes
    8 Posts
    235 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

  • Thoughts on Moonbase?

    18
    0 Votes
    18 Posts
    645 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

15

Online

2.4k

Users

13.8k

Topics

119.7k

Posts