• Building Hise github

    14
    0 Votes
    14 Posts
    778 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
    1k 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
    2k 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

  • 32bit macOS flag

    3
    0 Votes
    3 Posts
    1k Views
    David HealeyD

    @Lurch Not sure if it affects compiling networks

  • HISE plugin as virtual midi port?

    Unsolved
    13
    0 Votes
    13 Posts
    2k Views
    ChazroxC

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

  • js file not found

    3
    0 Votes
    3 Posts
    458 Views
    Y

    @David-Healey

    Thank you so much

  • State of the Independent Audio Plugin Companies PDF report

    2
    4 Votes
    2 Posts
    1k Views
    tobbentmT

    @dannytaurus Thanks for sharing this! If anyone has questions about the data going into this, or suggestions for the next survey, please let us know! :)

  • Meta Ads

    25
    0 Votes
    25 Posts
    3k Views
    David HealeyD

    @dannytaurus said in Meta Ads:

    Or get someone much younger and more in-touch with social media to make them for me!

    Don't know if you know about this, but here is a creator/influencer marketplace built into ad manager where you can hire people to make ads for you. If you hire someone, get them to make 10 3 second intros for each ad. Then you can mix and match the intros with the ads so you get more chances to catch a viewer's attention (Ben Heath's idea).

    8dd61f3b-86ad-4008-847a-eae77c41d288-image.png

  • Change Look And Feel Dynamically

    13
    0 Votes
    13 Posts
    1k Views
    OrvillainO

    @Lindon said in Change Look And Feel Dynamically:

    @Orvillain said in Change Look And Feel Dynamically:

    @Lindon Nice! And you're doing all that with branching logic in the LAF's ??

    I did make a start, and I got a mix control to turn into a slider versus a knob, depending on what effect I have loaded. Seems pretty flexible for sure!

    actually Im doing all this with json, so when the user selects an FX I go find the JSON object for its background and its sliders, and use those in the LAF... so hardly any branching going on.... it'd be a fairly massive switch statement....

    Gotcha! Yes that makes total sense.

  • 0 Votes
    13 Posts
    981 Views
    David HealeyD

    @Yannrog said in Hello, easy one, How do we set a value to a knob by scripting so it never changes.:

    If I update, will I get the exact features on my project?

    Maybe, depends if your current version has a bug

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Transpose combobox values

    3
    0 Votes
    3 Posts
    431 Views
    Y

    @David-Healey Thank you,

    Its working really great 👍

  • Dolby Atmos?

    4
    0 Votes
    4 Posts
    269 Views
    MorphoiceM

    @Christoph-Hart that's superb news! I'm so looking forward to bringing my AMS RMX16 clone to dolby atmos to have that gated reverb in my next album. It was a stupid idea to start making an album in atmos anyways but hey... why not

  • Asset Manager

    22
    0 Votes
    22 Posts
    2k Views
    Christoph HartC

    @David-Healey Oh good spotting, this might come from the fact that there's some internal path normalization but the wildcards do not use this.

    BTW, I've added another feature to the asset manager last week: you can define a SharedWildcard which allows you to define files that might be shared across multiple of your assets - the asset installer will then skip them at installation / deinstallation (and verifies that they don't conflict when installing two assets that share files).

  • Stereo Wider in Scriptnode

    11
  • Rnbo-ScriptFX

    2
    0 Votes
    2 Posts
    568 Views
    ulrikU

    @voxuer1 Yes, I have only tried as FX plugins, both on Mac and Windows, au & vst3.
    It's working as it should

  • 0 Votes
    19 Posts
    2k Views
    HISEnbergH

    @voxuer1 nice glad it worked!

  • Timestretch Artifacts

    17
    0 Votes
    17 Posts
    908 Views
    D

    It was caused by having different sample rates in 2 different samplers. I had to convert all to 41.1khz which is what I started my project at.

  • 0 Votes
    14 Posts
    730 Views
    Y

    @David-Healey Hi,

    I will simplify, make the chord analyzer separately

  • 1 Votes
    1 Posts
    537 Views
    No one has replied

29

Online

2.5k

Users

13.9k

Topics

121.3k

Posts