• Custom Audio/Midi Settings

    Solved
    10
    0 Votes
    10 Posts
    1k Views
    VorosMusicV

    @d-healey
    I see, where I was wrong...
    I needed to set them to false and not delete them...LOL

  • Retrieve Value From Scriptnode

    9
    0 Votes
    9 Posts
    1k Views
    DanHD

    @DanH friendly bump

  • Unlocker Expiring Date

    15
    0 Votes
    15 Posts
    826 Views
    ustkU

    Alright, this is making me crazy, so I take a deep breath and try to simplify manually...

    $TIME = dechex(1673481600000); /* Today in ms */ $EXPIRY = dechex(1676160000000); /* Expiry in ms ($TIME + 30 days) */ /* For the encodedTimeString */ $data['encodedTimeString'] = "0x" . applyToValue($TIME, $private_keys['private_key_part1'], $private_keys['private_key_part2']); /* For the XML containing the $EXPIRY (among the other things) */ $root->setAttribute("expiryTime", $EXPIRY); $root->setAttribute("expiring_mach", $MACHINE); $ENCRYPTED_XML = "#" . applyToValue($XML_STRING, $private_keys['private_key_part1'], $private_keys['private_key_part2']);

    Result from unlocker.checkExpirationData(encodedTimeString) => Unlocked with19400 days remaining

    I'm just lost...

  • Unlocker and demo mode

    10
    1 Votes
    10 Posts
    738 Views
    ustkU

    @Christoph-Hart I've read someone got the juce unlocker hacked by brute force of the key which I thought to be near impossible. So they moved to a 2048bit key.
    My thought is that if the only thing they could do is a brute force, that means the binary is secure enough.
    Any thought about this key length?

  • Unable to find libncurses.6.dylib when launching Hise + Faust

    23
    0 Votes
    23 Posts
    7k Views
    DabDabD

    @ulrik OK>.. Great.. Thank you (y)

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • TempoSync Knob Default Value

    3
    0 Votes
    3 Posts
    500 Views
    O

    @Dan-Korneff Thanks for the quick reply and was just coming back to report the same thing.

    I ran a test build and was surprised when it actually worked. Looks like I needed to rebuild the script as you suggested.

  • Insert instead of replace

    16
    1 Votes
    16 Posts
    2k Views
    DabDabD

    @orange Hmmm.... Exactly.

  • Custom DSP Network Crashes DAW

    11
    1 Votes
    11 Posts
    1k Views
    orangeO

    @Matt_SF Yes all of the properties are the same.
    Threshold knob is connected to the converter node (dBtoGain mode)

  • Tagging notes

    7
    0 Votes
    7 Posts
    261 Views
    LindonL

    @d-healey actually I thin k I have a solution - just do the same thing in reverse using Synth.addNoteOff

    for (n=0; n < ChordPlayer.playingEvents[pos].length; n++) { Synth.addNoteOff(1, ChordPlayer.chordPadArray[pos].data.chord[n], ChordPlayer.chordPadArray[pos].data.strumLength * n); ChordPlayer.playingEvents[pos][n] = -1; };
  • VST3 in High Sierra ?

    3
    0 Votes
    3 Posts
    519 Views
    lalalandsynthL

    @ulrik Its not working in Reaper on High Sierra , I will send you a VST3 via pm.
    Thanks mate.

  • AAX SDK - compiled

    31
    0 Votes
    31 Posts
    5k Views
    lalalandsynthL

    @Lindon Indeed :)

  • Range mismatch in Scriptnode

    4
    0 Votes
    4 Posts
    306 Views
    Matt_SFM

    @orange I think these warnings are mostly useful for debugging and spotting where a scriptnode graph is likely to crash, as it can happen sometimes with some nodes.

    This connection should be fine altough it would be better to keep the ranges identical when possible. You could use a control.smoothed_parameter_unscaled in that case.

  • Scriptnode error: Wrong parameter list in XML data

    5
    0 Votes
    5 Posts
    588 Views
    lalalandsynthL

    @Fortune You can see it in use here, although I am not entirely sure why its called sidechain, unless its preparation for a sidechain input or something.
    https://forum.hise.audio/topic/6386/simple-multiplex-style-switched-routing/10

  • Scriptnode Control Fileplayer Gain

    3
    0 Votes
    3 Posts
    403 Views
    K

    @Matt_SF wow perfect, thank you !

  • This topic is deleted!

    2
    0 Votes
    2 Posts
    5 Views
  • Wait for 1 seconds then set the value

    9
    0 Votes
    9 Posts
    1k Views
    VorosMusicV

    @ulrik
    Oh yes I saw that as well. Looks like a really clean solution!👍

  • Any plans on adding time stretching in the future?

    4
    0 Votes
    4 Posts
    519 Views
    DanHD

    @observantsound no it will be useful for people asking the same question

  • LAF Slider Peak Meter Horizontal

    6
    0 Votes
    6 Posts
    304 Views
    DabDabD

    @Matt_SF Sure.. Thank's buddy.

  • 💥 RNBO 💥

    8
    6 Votes
    8 Posts
    941 Views
    C

    @Christoph-Hart My mistake.

12

Online

2.2k

Users

13.4k

Topics

117.1k

Posts