• Sampler Offset ?

    2
    0 Votes
    2 Posts
    155 Views
    Christoph HartC

    Take a look at Message.delayEvent(), this function should provide anything you need. Just make sure that you delay the note-off for the function too or you might end up with stuck notes (if you play fast notes and delay the note on it might come after the undelayed note off and will ring forever).

  • Dumb Question - How to Extract

    3
    0 Votes
    3 Posts
    198 Views
    M

    Got it thanks....

  • Direct HISE to Xcode version

    2
    0 Votes
    2 Posts
    170 Views
    Christoph HartC

    Looks like you‘ve pasted the solution along with your problem.

    Apparently there‘s some weird command line call you have to make to set the XCode version and it has nothing to do with HISE but a global OS setting.

  • Syncing/Time stretching via Sampler

    5
    1 Votes
    5 Posts
    233 Views
    B

    @d-healey Thank you for answering.

  • MdaEffectWrapper

    8
    0 Votes
    8 Posts
    365 Views
    C

    @ustk hehe, yeah sorry this turned into a personal mind mapping thread about how to create a subharmonic synthesizer for real-time audio :)

    So the simplest way to create subharmonics one or two octaves below the fundamental would be to halve the frequency of the fundamental, that’s what I’m struggling with in scriptnode

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    23 Views
    No one has replied
  • Installer Scripts: Window : inno

    7
    2 Votes
    7 Posts
    495 Views
    Christoph HartC

    Not sure where I stole this Pascal script stuff from, but it was lying around in some public forum (either JUCE or KVR).

  • Max monolith size ?

    5
    1 Votes
    5 Posts
    354 Views
    V

    Latest commits allowed HLAC Monolith beyond 2GB to be serialized. Not to be used with multi mic as well, but now if your sampler has above 2GB of HLAC compressed audio, it will serialize and play back just fine.
    Just though to update this forum post if anybody searches monolith in future.
    Big thanks to @Christoph-Hart

  • Pitch Bend Amount Interface Control?

    25
    0 Votes
    25 Posts
    1k Views
    SteveRiggsS

    Thought I'd give this a bump as I've still not found a way to get this working.

    @Christoph-Hart Would it be possible to add a slider onto the Pitch Wheel Modulator module so that pitch bend amount parameters can cleanly go from 0 to 12 (or 0 to 24)? At the moment it's unusable ☹

  • airwindows dither in snex

    4
    1 Votes
    4 Posts
    388 Views
    giftliftG

    @Christoph-Hart thanks man (∩ ` -´)⊃━━☆゚.*・。゚

  • Logic Pro X crash on multiple instances

    4
    0 Votes
    4 Posts
    220 Views
    Christoph HartC

    The best way would be if you can create a minimal example snippet that crashes and post it so that i can try to debug it properly.

  • VU meter not working?

    11
    0 Votes
    11 Posts
    633 Views
    LindonL

    @Christoph-Hart - well partly successful...

    using ENABLE_PEAK_METERS_FOR_GAIN_EFFECT=1

    it will now show master VU meters correctly, but for any VU meters on a sub-process (like each individual voice in a dual voice rompler) it wont show any thing.

  • Scriptnode - Audio Pitch Tracking

    3
    0 Votes
    3 Posts
    263 Views
    Christoph HartC

    It operates with about 200ms latency, so it's nothing that can be used in a realtime context.

  • Randomizing MIDI Notes

    14
    0 Votes
    14 Posts
    642 Views
    Christoph HartC

    Up or down 12st:

    Message.setTransposeAmount(Math.random() > 0.5 ? 12 : -12);

    The timestamp unit is sample rate, so you need to use Engine.getMillisecondsForSamples() to get the second amount (there are also other conversion functions in the Engine object that you can use to get tempo based values.

  • Right Click on Interface designer / Mac?

    3
    0 Votes
    3 Posts
    175 Views
    C

    @Natanr said in Right Click on Interface designer / Mac?:

    s , and menu pops up

    Yes you can right click with twi fingers check link below for step to right click on mac.
    https://clickspeedtest.com/right-click-on-mac.html

  • Duplicate Const Var Declaration Problem

    3
    0 Votes
    3 Posts
    161 Views
    SteveRiggsS

    @Christoph-Hart Ah! Thanks man. I'll try that in a second.

    I know, my scripting has zero style at the moment 🤣 Getting there though!

  • 0 Votes
    4 Posts
    212 Views
    SteveRiggsS

    @ustk Not to worry dude, I worked it out.

    My parameters were in the 2nd container, not the top one! Thanks dude.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • SNEX_Playground

    3
    0 Votes
    3 Posts
    205 Views
    C

    @Christoph-Hart said

    BTW, the app is just a breakout version of the SNEX editor inside HISE:

    add a core.jit node open the properties then click on the Edit button of the code property (or, a quick shortcut, select the node, press P for the property popup, then O to open the SNEX editor.

    It's currently pretty clunky, but I haven't found a good idea yet how to approach SNEX editing.

    ah, I see. So, what exactly can we do with snex? As I understand it, we can extend scriptnode functionality for dsp processing. Is it possible to do frequency-domain processing with snex?

  • Expansion sample location

    11
    0 Votes
    11 Posts
    438 Views
    ustkU

    @d-healey Enjoy my man! ;)

26

Online

2.0k

Users

10.8k

Topics

94.5k

Posts