• parseInt() value help

    12
    0 Votes
    12 Posts
    504 Views
    C

    @Lindon Yes, I know. I have read the docs carefully.

    but parseInt() is very commonly used in scripts. and it's likely parseInt() in HISE does not support the second parameter.

    parseInt("010", 10); // always return 8 in HISE
  • How can I make Vocal Remover Plugin

    9
    0 Votes
    9 Posts
    655 Views
    DanHD

    @DabDab @Fortune arguing in a forum is totally pointless guys, and I'm sure the rest of us would prefer not to read any of it. Everyone be nice and civil towards eachother please and we can all carry on making super plugins... :)

  • Wavetable export issue

    12
    0 Votes
    12 Posts
    549 Views
    LindonL

    @Matt_SF thanks Mat - I will take a run at it...

  • Build failed - cannot open source file "ipp.h"

    3
    0 Votes
    3 Posts
    307 Views
    R

    @d-healey heyyy, that worked! Standalone is running!
    Thanks a lot David!

    and also thanks for all the tutorials you created - I'll probably need some of them for sure ;D
  • dummy licence file & RSA key pair ?

    4
    0 Votes
    4 Posts
    743 Views
    ustkU

    @Sawer Just reference the unlocker with createLicenseUnlocker => your binary is now locked.
    then use loadKeyFile to check if there's a license available (the dummy file in your case), and it automatically unlocks the binary...

  • Can the number of outputs be changed dynamically?

    Unsolved
    5
    0 Votes
    5 Posts
    236 Views
    d.healeyD

    I remember years ago using East West play and I think depending on the instrument you loaded you got a different number of outputs. The symphonic orchestral libraries for example had 8 outputs but other libraries like fab four only had 2. I'm going to have to dig out my copy and see if my memory is correct or if it just loads the plugin with the maximum number of possible outputs from the start.

  • Compile error

    29
    0 Votes
    29 Posts
    1k Views
    A

    @alepan If you get this error plus a popup saying "Projucer.app is damaged and can't be opened," it's probably a Gatekeeper issue. To fix it, open Terminal and paste in "sudo xattr -cr /path/to/Projucer.app" using the Projucer path from within the source code folder you're trying to use.

    You might also want to run "sudo spctl --master-disable" to turn Gatekeeper off generally... I already had it off before trying to export so if the above doesn't work, maybe try that too.

  • Previous / Next for Wavetables?

    3
    0 Votes
    3 Posts
    258 Views
    FatMitchellF

    @FatMitchell Ive almost got there but is there a way to reference the actual box that selects the wavetables?

    Wavetable.LoadedBankIndex shows 5 but not my List of Wavetables.

  • One button on , The other off

    6
    0 Votes
    6 Posts
    392 Views
    FatMitchellF

    @Soundavid Got it thank you!!! changed radio group to "2" on both buttons. Cool Feature! Thank you!

  • Love the Develop Branch

    3
    0 Votes
    3 Posts
    279 Views
    musictopM

    @d-healey Very cool. Thnx!

  • Can't cast sfloat to float

    3
    0 Votes
    3 Posts
    163 Views
    orangeO

    @Christoph-Hart Now I get it, That's very helpful, Thank you so much!

  • ignore event errors in on note on CB

    7
    0 Votes
    7 Posts
    270 Views
    LindonL

    @d-healey - yeah that fixed thanks - what a dumb a**......

  • Easy easy code signing :)

    4
    8 Votes
    4 Posts
    499 Views
    ustkU

    @d-healey Yeah it's weird. When I do it your way in the Projucer (so XCode does the codesign), then notarization fails and I have to replace the code signature manually...

    Although for one of the projects (for which I enabled audio inputs), it is the opposite. Manual codesign (altool) works but the microphone access isn't allowed - resulting in a successfully codesigned/notarized app but the audio input doesn't work - after being hardened. While through Projucer/XCode you can specify the mic access and the codesign/notarization works, so it is strange...

    I can't find the altool command that allows hardening with authorised mic access (and I don't have a machine recent enough to try with the new notarytool).

    So in definitive, I don't understand why I can make the manual codesigning work when it doesn't from XCode and vice-versa for another project, despite the certificate being the same (so the team and app ID...). I don't know if all of this is related to the timestamp issue you mentioned, I will perform more tests in the next few days.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Smoother for Snex Parameters

    7
    0 Votes
    7 Posts
    301 Views
    orangeO

    @Christoph-Hart & @dustbro Thank you for the tip guys.

    @dustbro said in Smoother for Snex Parameters:

    I'll try to make a test example to see if I can pinpoint the issue. I was getting Buffer crashes without the frame container.

    Does the node requires fast calculations? I think Frame nodes are especially for fast operations (like detailed, more accurate signal analyzing...etc.) and maybe there is some overload.

  • Loop Xfade shape

    4
    0 Votes
    4 Posts
    294 Views
    d.healeyD

    @Giuseppe If you go to Tools >> Record one second audio file, and then hold a key to playback a sample over the loop points it will render an audio file that you can open in a wave editor and see if the crossfade is being applied or not.

  • How

    2
    0 Votes
    2 Posts
    206 Views
    ustkU

    @Jay It works here. The nodes are not reflecting the movement which is a little bug. But your EQ curve is moving accordingly 👍

  • Is this the Right way to do it?

    3
    0 Votes
    3 Posts
    282 Views
    JayJ

    @orange Thanks mate you're a Hero

  • How to check if a json file is not in the project folder

    Solved
    13
    0 Votes
    13 Posts
    529 Views
    S

    @d-healey , @Lindon Working super, thanks so much for the help!

  • SliderPack trouble

    8
    0 Votes
    8 Posts
    296 Views
    DanHD

    @d-healey yup - I may have found the issue though in a different part of the script which deals with a custom arp preset browser... will let you know

60

Online

1.7k

Users

11.7k

Topics

101.5k

Posts