• 0 Votes
    7 Posts
    393 Views
    Matt_SFM

    @orange did you try maybe compiling a simple single-lined delay to see if it's also happening?

  • Getting Audio out of the plugin - by dragging to the DAW..

    8
    1 Votes
    8 Posts
    366 Views
    DabDabD

    @clevername27 Yeah, I thought. But We have got a script from @Christoph-Hart .

  • Can You Determine if HISE's Output Ever Clipped?

    Solved
    9
    0 Votes
    9 Posts
    411 Views
    clevername27C

    @ustk, @d-healey Thank you!

  • How to Display Host DAW Tempo?

    Solved
    3
    0 Votes
    3 Posts
    213 Views
    clevername27C

    @ulrik Brilliant—thank you.

  • Building and testing AUv3

    9
    0 Votes
    9 Posts
    604 Views
    lalalandsynthL

    The issues we have encountered so far, testing on Catalina with Logic Pro.

    Broadcaster Hover does not work in AUV3.
    We are using the broadcaster to show info when you hover over a knob. It will only show the info when you click a knob or button.

    And the main issue.
    Will show the interface at a fixed size within a huge window.
    Screenshot 2023-01-15 at 13.47.53.png

    Resizing above 100% will cutoff the interface.
    Screenshot 2023-01-15 at 13.48.05.png

    For Logic Pro on a Big Sur. ( Will check what version of Logic tomorrow)
    There is the same Huge window issue but the interface can be resized, provided you fiddle with the main window size.
    Doing further testing on Big Sur tomorrow, lets see if touch automation and broadcaster hover will work.

    I think AUV3 wants the host to deal with all resizing but I am not sure.

    Other Issues.

    You can write automation manually and it will work.
    But Touch and Write automation from the UI will not write any automation.

    Host view Size is stuck at 103% and cannot be changed, although the size seems to be quite larger then a 100% size on a native plugin.

    Issue #2 Screenshot
    Screenshot 2023-01-15 at 14.13.49.png

    Anyone tried to build AUv3 ?
    Been googling my eyes out all day and its very hard to find info on this.

  • The end is nigh...

    40
    4 Votes
    40 Posts
    3k Views
    Y

    @d-healey 😂😂😂

  • CPU usage during compilation

    38
    0 Votes
    38 Posts
    2k Views
    d.healeyD

    @Christoph-Hart

    Setting the link time optimization to auto is not the solution

    Works here on Debian. If that option is available on Mac you can replace auto with the number of threads you'd like to use.

  • If linkFile is missing....

    3
    0 Votes
    3 Posts
    202 Views
    LindonL

    @Christoph-Hart said in If linkFile is missing....:

    File.isFile() checks if the file exists.

    yeah this bit I get....

    To turn off the overlay messages you need to define HISE_DEACTIVATE_OVERLAY =1

    cool thanks that deactivation is the one I want I think

  • Exporting nodes is not creating .jucer file

    5
    0 Votes
    5 Posts
    229 Views
    d.healeyD

    I narrowed down to two networks. If either are present in my Networks folder then the problem occurs. I didn't build the networks and they look like Chinese to me, so this is someone else's problem :)

  • Problem :(((

    24
    0 Votes
    24 Posts
    1k Views
    Y

    @lalalandsynth only the script. not numbers. they are in a json ^^

  • How many Round Robins Hise can handle?

    6
    0 Votes
    6 Posts
    372 Views
    D

    @Christoph-Hart ahhh, thanks! 8 should be enough.

  • Don't use GCC 12.2.0-13

    1
    1 Votes
    1 Posts
    220 Views
    No one has replied
  • Custom Audio/Midi Settings

    Solved
    10
    0 Votes
    10 Posts
    416 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
    463 Views
    DanHD

    @DanH friendly bump

  • Unlocker Expiring Date

    15
    0 Votes
    15 Posts
    443 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
    559 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
    1k 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
    228 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
    552 Views
    DabDabD

    @orange Hmmm.... Exactly.

21

Online

1.6k

Users

11.3k

Topics

98.1k

Posts