• FileSystem.findFiles(var directory, String wildcard, bool recursive)

    24
    2 Votes
    24 Posts
    4k Views
    LindonL

    @Christoph-Hart said in FileSystem.findFiles(var directory, String wildcard, bool recursive):

    From now on you will be addressed as Sir David Healey, Slayer of Hydra Tabs and Reader of the Manual.

    ..and Custodian of the T-Shirts

    Dont forget that...

  • Simple multiplex style switched routing?

    10
    0 Votes
    10 Posts
    1k Views
    Christoph HartC

    @lalalandsynth Works:

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

  • Audio Loop Player Script

    Solved
    8
    0 Votes
    8 Posts
    2k 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
    1k 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
    295 Views
    ?

    @ustk Thank you for your suggestion.

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

    6
    0 Votes
    6 Posts
    679 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
    822 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
    671 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
    350 Views
    No one has replied
  • Compiled Plugin Interface Doesn't Work?

    Unsolved
    15
    0 Votes
    15 Posts
    594 Views
    C

    @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
    122 Views
    No one has replied
  • Customer Feedback Lols :D

    3
    8 Votes
    3 Posts
    843 Views
    DabDabD

    @DanH OMGShNs.gif

  • Input level ?

    5
    0 Votes
    5 Posts
    311 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
    963 Views
    DabDabD

    @Tania-Ghosh Oho... cool :)

  • Weird sample map group issue

    Solved
    3
    0 Votes
    3 Posts
    531 Views
    David 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
    195 Views
    David 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
    371 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
    315 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
    880 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.

8

Online

2.4k

Users

13.7k

Topics

119.5k

Posts