• How to Style the Canvas?

    5
    0 Votes
    5 Posts
    198 Views
    C

    @ustk Sounds great - thanks!

  • Convolution Reverb Presets?

    3
    0 Votes
    3 Posts
    322 Views
    d.healeyD

    As @trillbilly says, a preset in HISE only saves/restores the state of controls on the UI. So if you are using a UI control to load IRs and that UI control is set to saveInPreset then everything will work how you want.

    I posted a video on Patreon on Saturday showing how to load IRs into the convolution reverb effect using a combo box.

    Just a moment...

    favicon

    (www.patreon.com)

  • Scriptnode LFO

    26
    0 Votes
    26 Posts
    1k Views
    DanHD

    @Christoph-Hart well I was asking because I’ll just do it for myself but it could be a good option as a pre-processor. As you say it is quirky!

  • Mono!

    1
    0 Votes
    1 Posts
    105 Views
    No one has replied
  • FFT Display in Analyser on macOS

    7
    0 Votes
    7 Posts
    247 Views
    C

    @Matt_SF Thank you, that worked - I shall investigate further. Cheers.

  • Cannot compile plugin - dll not compiled.

    Solved
    5
    0 Votes
    5 Posts
    228 Views
    lalalandsynthL

    @Christoph-Hart This keeps happening, all of a sudden it says that the node is not compiled and yet it is.
    Previously I seemed to have fixed this with changing the path but the path is now correct and yet it still happens.

    What am I doing wrong here , is this a bug or normal and I am just missing why this happens ?

    EDIT: this time it works to rebuild it , I wonder why it reports as not compiled though ?

  • Paint Routine: Multiple rectangles by mouseaction

    7
    0 Votes
    7 Posts
    395 Views
    toxonicT

    @Matt_SF thank you man, this seems to be a good starting point! :-)

  • Got no idea what to give your friends/enemies..

    10
    13 Votes
    10 Posts
    1k Views
    Matt_SFM

    @ulrik haha you never cease to amaze :face_with_tears_of_joy: !! Thanks for sharing and take care of yourself !

  • Expansion Best Practices

    9
    0 Votes
    9 Posts
    350 Views
    ?

    @Christoph-Hart Yeh I already have safety checks in place I just didn't paste them above. Cheers!

  • get a random Colour constant?

    3
    0 Votes
    3 Posts
    133 Views
    ulrikU

    @d-healey Yes I know I can do that but I think I saw @Christoph-Hart use another way to set a random Colour constant...

  • Limit values to 2 decimal places

    5
    0 Votes
    5 Posts
    345 Views
    toxonicT

    @d-healey @orange Awesome, thanks! :)

  • Replacing the LinkOSX file

    9
    0 Votes
    9 Posts
    527 Views
    orangeO

    @Dan-Korneff said in Replacing the LinkOSX file:

    @orange ok! That's where we need to look. Check the permissions of the file that was previously installed. Who has what permissions when you right click on the file and hit "get info"?

    This happen even on an admin account. I think since there is a file, Whitebox doesn't overwrite it.

    @DanH said in Replacing the LinkOSX file:

    @Dan-Korneff I use a pre-install script to remove any files / folders before installing new ones

    That did the trick, Thank you! So for this purpose, first a Pre-Install script to remove the file:

    #!/bin/sh rm -rf $HOME/Library/Application\ Support/MYCOMPANY/PLUGIN/LinkOSX exit 0

    Then the Post-Install script to replace it:

    #!/bin/sh sudo -u $USER mkdir -p $HOME/Library/Application\ Support/MyCompany/TestPlugin/ /usr/bin/rsync -avurpE --remove-source-files /Library/Application\ Support/MyCompany/TestPlugin/ $HOME/Library/Application\ Support/MyCompany/TestPlugin/ sudo find $HOME/Library/Application\ Support/MyCompany/ -type d -user root -exec sudo chown -R $USER: {} + rm -rf /Library/Application\ Support/MyCompany exit 0
  • Slider in range-mode not working

    5
    0 Votes
    5 Posts
    375 Views
    orangeO

    @toxonic this has been reported before

  • Getting AAX signed, AVID test etc.

    26
    0 Votes
    26 Posts
    3k Views
    Matt_SFM

    @DanH ok great :thumbs_up:

  • Scriptnode synthesizer. - How to?

    24
    1 Votes
    24 Posts
    2k Views
    Christoph HartC

    @lalalandsynth Yes the low pass might have a error margin that is relevant in a pitch context (it usually stops smoothing at a difference of ~-80dB but this might be a audible error when you map 0...1 to a 20kHz range.

    The linear mode should be fine though.

  • A few questions of understanding

    2
    0 Votes
    2 Posts
    229 Views
    d.healeyD

    @MikeB said in A few questions of understanding:

    If I have almost 100 knobs (in different panels) that should all look the same, a global LAF is better, isn't it?

    If they all look the same and all have the same colours then it doesn't matter. I'd still go with local so that I had control over individual knobs and so it didn't make the HISE UI knobs look weird, but it really doesn't matter.

    With a local LAF, I would need an additional 5-10 scripts for each knob for the individual LAF.

    You can use the same local LAF object for multiple controls. I put almost all my laf in a single file. See this as an example.

    all declarations in one script?
    Does it make sense to collect all component declarations in an external script "declarations.js" or better in different scripts at the beginning of the respective function?

    As I mentioned I put almost all my laf functions in a single file. I put component declarations into separate files, each with their own namespace. So if I have a set of controls all relating to a mic mixer, then they go in Mixer.js with the namespace Mixer.

  • Green outline on Table , how to get rid of it ?

    3
    0 Votes
    3 Posts
    165 Views
    lalalandsynthL

    @d-healey Ah ok, great ! Thanks

  • Sequencer starting too slowly...

    3
    0 Votes
    3 Posts
    180 Views
    C

    @Lindon

    Brilliant thanks

  • Global Time Variant Modulator + Scriptnode

    27
    0 Votes
    27 Posts
    2k Views
    DanHD

    @Christoph-Hart would you have time to look into this soon you think? :)

  • Compilation is Fun and OMG Why Won't it Compile [SOLVED]

    6
    0 Votes
    6 Posts
    392 Views
    C

    @Christoph-Hart @d-healey Thank you for the information - all set. I'm running it under Rosetta, and it's fine.

16

Online

1.9k

Users

12.5k

Topics

108.9k

Posts