• Computer Keyboard Octave

    9
    1 Votes
    9 Posts
    843 Views
    clevername27C

    @DanH Thanks, Dan - that one's had me for years!

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Multiband Saturation?

    2
    0 Votes
    2 Posts
    274 Views
    A

    @Mors scriptnode is proably your best bet. there are already templates in there that will set up a multiband network for you, then its up to you to write your saturation dsp and make it available for each band.

  • You need at least one envelope in the gain chain

    Solved
    2
    0 Votes
    2 Posts
    105 Views
    d.healeyD

    Oh I know what the problem is! I just remembered that I ran into this some years ago when bypassing/enabling modulators through scripting - so there's probably another post about this...

    Through clumsy scripting I managed to bypass the entire gain chain. This shows up in the xml. Changing the 1 to a 0 solves the issue.

    b0dc04f5-7170-4ca7-86d9-d43417f602d6-image.png

    And if anyone else is doing something similar (programmatically bypassing modulators) you can check if it's the entry for the entire chain and ignore it:

    if (modulator.getType() == "ModulatorChain")

  • 0 Votes
    3 Posts
    450 Views
    A

    @Lindon Yes! Compiling without IPP has worked!

    I know I'm not missing a ton of functionality without it, but would like to know if there is a way to get it working as I was hoping to mess with the convolution reverb.

  • How to route channels properly

    4
    0 Votes
    4 Posts
    260 Views
    d.healeyD

    @bendurso If it works it works. I think the problem you were having before is that containers don't work the same way in FX plugins as they do in instruments so it was messing up the routing.

  • Hide Drop audio file or right...

    2
    0 Votes
    2 Posts
    164 Views
    d.healeyD

    @meto396 i think one of the properties in the interface designer controls it

  • Prevent Slider Value Going Negative

    7
    0 Votes
    7 Posts
    347 Views
    DanHD

    @d-healey said in Prevent Slider Value Going Negative:

    You can cap it using Math.max()

    Knob2.setValue(Math.max(component.get("min"), Knob4.getValue() - Knob3.getValue()));

    Ah yes, great idea! Thank you!

  • new Mac no IPP, so what now?

    3
    0 Votes
    3 Posts
    362 Views
    B

    @d-healey ohh I think I got it... just need to add the little loadAudioFilesIntoPoolcode...just donned on me after all this time. my oh my, sorry

  • Limit Knob 'range' using value of a second knob

    Unsolved
    7
    0 Votes
    7 Posts
    358 Views
    DanHD

    @aaronventure Hmmmm... Not sure I quite understand 😆

    Any example of this in action?

  • Export as AU and VST

    20
    0 Votes
    20 Posts
    622 Views
    ulrikU

    @treynterrio said in Export as AU and VST:

    @d-healey just cleaned the build folder but still the same error. I'm using a M1 MacBook Pro

    Since you're on M1 processor and probably are using the Sonoma and Xcode v.15...., you need to use this develop build of Hise.
    Christopher made a change in the develop branch so this error doesn't occur anymore,

    Skärmavbild 2024-03-21 kl. 16.55.01.png

  • GPU Audio opens applications for SDK

    5
    1 Votes
    5 Posts
    183 Views
    oskarshO

    @d-healey I believe only the sample based plugins are based on HISE. It seems like they built a convolution reverb plugin together with another provider. Probably not HISE

  • Component with name "*" wasn't found- during plugin/app export

    Unsolved
    5
    0 Votes
    5 Posts
    345 Views
    gorangroovesG

    @DanH Thanks. The elements are all there. I guess I will have to look very closely to see if I can spot anything out of the ordinary.

  • Square waveforms don't work

    6
    0 Votes
    6 Posts
    253 Views
    elemen8tE

    @d-healey Ah yes found him. Had another knob set with the wrong parameterid and accidentaly set it to the plusewidth thy!!

  • I'll just leave this here...

    106
    7 Votes
    106 Posts
    11k Views
    F

    @obolig Sadly no :/

    I just decided to scrap it and focus on other stuff. If anyone finds a possible solution so animation would work on Standalone, AU on Mac etc please let us know :)

    As far as I understand the only shaders that would work would be Metal, so a converter would be an option here. MoltenGL is a bit pricey but allegedly it can convert openGL stuff to Metal quite seamlessly.

  • The made with Hise plugin company list

    15
    0 Votes
    15 Posts
    2k Views
    d.healeyD

    @Fortune I just came here to post about NNA too as I just discovered their stuff. Looks like some good use of HISE. I wonder if the developer is a member of the forum.

  • how to make midi controller turn on and off pads on GUI

    2
    0 Votes
    2 Posts
    205 Views
    d.healeyD

    Pad = button, panel, or something else?

    In any case you need to check in the on note on callback if your desired key has been pressed and if it has been you enable the corresponding "pad".

    Usually a couple of arrays is all you need for the data. One for the component references and one for the corresponding notes. Then in the callback you get the index of the note from your notes array and use that to toggle the component.

  • Linked Sliders Automation conflict

    15
    0 Votes
    15 Posts
    638 Views
    DanHD

    @aaronventure Thanks, that's more or less what I did this morning, works perfectly well, just a bunch of extra work! 😆

  • Install a folder and plugin.vst3 in Whitebox packages

    6
    0 Votes
    6 Posts
    352 Views
    gorangroovesG

    @Lumi283 It should install everything included in a folder that you add to a payload, including subfolders. Make sure to "reveal all" contents of the folder that you add to the payload. Also, ensure you set the permissions of all files and folders correctly, so that they can be accessed once installed.

    Upload a screenshot of the folder you are having trouble with.

  • Where are the compiled plug ins in macOS?

    6
    0 Votes
    6 Posts
    326 Views
    d.healeyD

    @Lumi283 Try using pluginval to see if there are any problems with your plugin - https://github.com/Tracktion/pluginval

33

Online

1.8k

Users

12.1k

Topics

105.7k

Posts