• Max monolith size ?

    5
    1 Votes
    5 Posts
    615 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
    3k 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
    607 Views
    giftliftG

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

  • Logic Pro X crash on multiple instances

    4
    0 Votes
    4 Posts
    269 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
    725 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
    451 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
    841 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
    273 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
    213 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
    275 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
    360 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
    1 Votes
    11 Posts
    699 Views
    ustkU

    @d-healey Enjoy my man! ;)

  • Frequency Shifter

    30
    0 Votes
    30 Posts
    3k Views
    C

    @Christoph-Hart the FIR works with IRs at 128 samples.
    I have to figure out how much latency in ms a 128 sample long IR generates at different sample rates and I'm good to go with my massively CPU heavy frequency shifter :D

    Is there a sample based delay in scriptnode?

  • Delay Tempo Sync / Time Values

    1
    1 Votes
    1 Posts
    275 Views
    No one has replied
  • Midi transpose, cents?

    5
    0 Votes
    5 Posts
    815 Views
    d.healeyD

    Copy the script I posted above, then right click in your script and select Load Script From Clipboard. This will replace your script with mine and will place the code in the correct callbacks.

  • Running my own website...

    15
    0 Votes
    15 Posts
    1k Views
    ustkU

    @Lindon That's said man, so License Manager for me too, thanks!

  • Don't install new OSX

    3
    0 Votes
    3 Posts
    418 Views
    LindonL

    @arminh you want to be avoiding then next gen of OSX in any case - until we have notorization sorted out.

    https://www.kvraudio.com/forum/viewtopic.php?f=33&t=531663

  • VU meter to simple gain?

    11
    0 Votes
    11 Posts
    662 Views
    d.healeyD

    @ustk said in VU meter to simple gain?:

    @d-healey For the first, I'm not sure honestly... But if maybe each channel can still be routed to its normal output, but send a copy to a dedicated "measuring" bus, which is not sent to any output, so it stays internally for measuring purpose only... I'm just trying to imagine...

    Untitled.jpeg

    Think you could make a working example of this? :)

  • ScriptPanel, check clicked ellipse

    17
    0 Votes
    17 Posts
    1k Views
    C

    @Christoph-Hart said in ScriptPanel, check clicked ellipse:

    You know there's a floating tile that connects to the curve eq, right?

    Yeah, I know about it and it works great! But I can't costumize it, or can I?
    I want to limit the number of Bands and change how the numbered nodes of the bands look.

    Don't tell me this would have been possible with the floating tile after all I've been through .... :D

15

Online

2.0k

Users

12.8k

Topics

110.9k

Posts