• Unlocker Expiring Date

    15
    0 Votes
    15 Posts
    714 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
    695 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
    6k 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
    420 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
    1k 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
    218 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
    429 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
    4k Views
    lalalandsynthL

    @Lindon Indeed :)

  • Range mismatch in Scriptnode

    4
    0 Votes
    4 Posts
    292 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
    499 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
    334 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
    922 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
    455 Views
    DanHD

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

  • LAF Slider Peak Meter Horizontal

    6
    0 Votes
    6 Posts
    271 Views
    DabDabD

    @Matt_SF Sure.. Thank's buddy.

  • 💥 RNBO 💥

    8
    6 Votes
    8 Posts
    769 Views
    C

    @Christoph-Hart My mistake.

  • Vector fuzziness?

    9
    0 Votes
    9 Posts
    648 Views
    orangeO

    On Windows, if the monitor has a 4k (or more) resolution, and using a resolution factor higher than 100% for the Operating System , that happens. I think it is a Windows thing.

    alt text

  • Happy Holidays..

    30
    10 Votes
    30 Posts
    8k Views
    d.healeyD

    @DanH I got the pitch partly working but it's glitchy and another member of the forum has shared some of their work on the time stretch with me but it has some of their specific C++ stuff in it which I need to make more generic. I haven't had time yet to really dive into it.

    I think I already shared my pitch shift node in another thread.

36

Online

2.0k

Users

12.9k

Topics

111.7k

Posts