• 0 Votes
    3 Posts
    507 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
    266 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
    174 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
    357 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
    413 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
    362 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
    672 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
    201 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
    355 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
    256 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
    216 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
    642 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
    381 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
    336 Views
    d.healeyD

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

  • Combobox retrigger the callback

    4
    0 Votes
    4 Posts
    190 Views
    ustkU

    @d-healey Why didn't I think using a BC at first... Thanks Dave I'll dig in this direction !

  • SNEX Filters...

    7
    0 Votes
    7 Posts
    521 Views
    ?

    @FatMitchell said in SNEX Filters...:

    Is the SNEX documentation up to date?

    no idea, i think it's pretty feature-complete at this point so I don't see christoph making too many changes

  • Is vst3 export safe to distribute or do i need to pay steinberg a fee?

    5
    0 Votes
    5 Posts
    422 Views
    ospfeigrpO

    @d-healey Screenshot 2024-03-16 005034.png

    here's the source, not that i added much.

    Link Preview Image GitHub - eodowd/metasampler: a fork of aksampler

    a fork of aksampler. Contribute to eodowd/metasampler development by creating an account on GitHub.

    favicon

    GitHub (github.com)

    should build with 2022 community

  • Mac Installer Advice

    Solved
    7
    0 Votes
    7 Posts
    637 Views
    FatMitchellF

    @HISEnberg gotcha. nice thanks

8

Online

1.9k

Users

12.5k

Topics

108.7k

Posts