• Simple multiplex style switched routing?

    10
    0 Votes
    10 Posts
    709 Views
    Christoph HartC

    @lalalandsynth Works:

    e8a1aa68-797e-43b7-b935-5347d6e1a2b3-image.png

  • Audio Loop Player Script

    Solved
    8
    0 Votes
    8 Posts
    666 Views
    VorosMusicV

    @iamlamprey Thank you for your help!
    I don't know why. I redid some other elements of my code and suddenly it worked.
    So yes for now its working properly in Hise itself.

  • This topic is deleted!

    Unsolved
    3
    0 Votes
    3 Posts
    24 Views
  • With love...

    5
    12 Votes
    5 Posts
    341 Views
    Matt_SFM

    @ulrik haha you're awesome! Happy New year's eve, seen you next year! 🥳

  • Storing values in panels

    3
    0 Votes
    3 Posts
    234 Views
    ?

    @ustk Thank you for your suggestion.

  • Why does this work for UI elements but not for samplers?

    6
    0 Votes
    6 Posts
    285 Views
    O

    Ah yes, indeed a typo. Embarassing!!

    Makes sense that some built in functions only work with certain target types.

    Thanks!

  • Sampler "Ping Pong" Loop

    3
    0 Votes
    3 Posts
    347 Views
    trillbillyT

    @VorosMusic that's definitely a cool way I could do it for my own samples but what if users want to use their own samples?

  • CMD + Click Event for Sliders

    Solved
    3
    0 Votes
    3 Posts
    285 Views
    oskarshO

    @d-healey Yes I just noticed that I can just use a Broadcaster and I got it working.

    const var knobShortcutWatcher = Engine.createBroadcaster({ "id": "effectKnobsOnClickStatus", "args": ["component", "event"] }); knobShortcutWatcher.attachToComponentMouseEvents("sliderId", "Clicks Only", "Mouse Listener for Effect Controls"); knobShortcutWatcher.addListener("RefreshFunction", "Bypasses Effect",function(component, event) { if (event.cmdDown) { Console.print('CMD / STRG CLICK'); } });
  • Enhanced Button for Y'all

    1
    7 Votes
    1 Posts
    158 Views
    No one has replied
  • Compiled Plugin Interface Doesn't Work?

    Unsolved
    15
    0 Votes
    15 Posts
    315 Views
    clevername27C

    @Christoph-Hart It's weird - David will help me out, and I expect we'll get it sorted. Thank you for your attention on this.

  • How to add ScriptNode Delay Mod Depth and Mod Rate

    1
    0 Votes
    1 Posts
    90 Views
    No one has replied
  • Customer Feedback Lols :D

    3
    8 Votes
    3 Posts
    245 Views
    DabDabD

    @DanH OMGShNs.gif

  • Input level ?

    5
    0 Votes
    5 Posts
    149 Views
    VorosMusicV

    @lalalandsynth I suppose you could try lowering the middlePosition of the slider in its Properties.

  • How Can I convert ScriptNode/Faust Milisecond to temp Sync (Delay)

    Solved
    7
    0 Votes
    7 Posts
    336 Views
    DabDabD

    @Tania-Ghosh Oho... cool :)

  • Weird sample map group issue

    Solved
    3
    0 Votes
    3 Posts
    244 Views
    d.healeyD

    I finally solved this mystery, so here is the answer for anyone else who has this problem.

    My MIDI keyboard for some nonsensical reason outputs on multiple channels at once. This causes duplicate notes to be sent to HISE which causes the group counter to increase twice for each key press. So the solution is to filter the incoming MIDI channel in HISE preferences.

  • Massive volume boost on convolution reverb ?

    2
    0 Votes
    2 Posts
    118 Views
    d.healeyD

    Are you testing the exported plugin with the same sine wave you used to test in HISE? In your previous version that didn't have this issue were you testing with the same sine wave and were you using IPP with that one?

  • Monolith trouble.

    7
    0 Votes
    7 Posts
    224 Views
    CyberGenC

    @d-healey Thank you so much. This was a lot of help. I'll try to re-encode to monolith with a few different settings.

  • Couple o' Random Q's

    5
    1 Votes
    5 Posts
    185 Views
    ?

    Okay quick followup in case anyone stumbles across this thread:

    The download crash was fixed by adding Server.cleanFinishedDownloads() at the end of the update loop :)

  • Question about Mid-Side Scripnode snippet

    7
    0 Votes
    7 Posts
    308 Views
    D

    @Christoph-Hart It looks like somehow I need to insert Parametric Curve Eq module between encoder and decoder because there are only one band filter nodes in scripnode and making full featured EQ in scriptnode is definitely not what I want :)

    I have an idea is to split the signal on Mid and Side using decoder + ms_splitter + routing matrix nodes, then insert two Parametric Curve Eqs - one for Mid and one for Sides. And then add another sciptnode with encoder node. Basically I'm making the initial snippet but with scriptnode.

    Just want to confirm if that possible with scriptnode and I'm thinking in the right vein.

  • Hihat choke with implementation with user-defined MIDI inputs

    11
    0 Votes
    11 Posts
    582 Views
    ObsydianXO

    @d-healey I was never able to work this out but I found an easy solution by just limiting the voices for each thing I want choked to 2 and putting them in their own sampler. Not the most realistic but it's all I can figure out for now.

    I learn by tackling the problems before me, not necessarily by trying different things first. My main reason for switching to HISE is because I'm trying to build a drum sampler, not much else. Therefore any issues I have with building a sampler is something I HAVE to overcome because I'm not really trying to become a programmer or developer, just hoping to be able to create what's on my mind.

    That all being said, I'm going to put this project on github once I'm finished building the UI so anyone else can use it as a starting block for their own drum sampler. Hopefully, more people working on it will help it become a really good starting template for others.

    My hope for the future of HISE is to implement something along the lines of Kontakt's exclusive groups via UI not scripting because it's pretty useful to have.

42

Online

1.7k

Users

11.7k

Topics

102.1k

Posts