• scriptnode - filtering Half-Rectified signal not possible

    1
    0 Votes
    1 Posts
    216 Views
    No one has replied
  • Mojave - Signing Plugins

    2
    0 Votes
    2 Posts
    166 Views
    Christoph HartC

    Just like any other app with the codesign command line tool

  • How do you get the numbers to appear when you control a custom knob?

    3
    0 Votes
    3 Posts
    299 Views
    SteveRiggsS

    @Eskano Bear in mind that they only appear if you're controlling the slider with the mouse though. If you are using a MIDI controller they won't pop up. It only seems to work when moving them with the mouse.

  • Reskin your knobs

    3
    0 Votes
    3 Posts
    552 Views
    T

    @d-healey Thanks a million!

  • Change filmstrip on button click?

    16
    0 Votes
    16 Posts
    868 Views
    T

    @d-healey , @Christoph-Hart , @ulrik , @Lindon , thanks so much for your help! I managed to get it to work thanks to your suggestions :-) Cheers!

  • Sampler Offset ?

    2
    0 Votes
    2 Posts
    226 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
    269 Views
    M

    Got it thanks....

  • Direct HISE to Xcode version

    2
    0 Votes
    2 Posts
    191 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
    315 Views
    B

    @d-healey Thank you for answering.

  • MdaEffectWrapper

    8
    0 Votes
    8 Posts
    497 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
    591 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
    479 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
    2k 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
    498 Views
    giftliftG

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

  • Logic Pro X crash on multiple instances

    4
    0 Votes
    4 Posts
    252 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
    688 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
    376 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
    799 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
    204 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

15

Online

1.7k

Users

11.9k

Topics

103.3k

Posts