• Detect mono vs stereo

    2
    0 Votes
    2 Posts
    197 Views
    A

    @pluginboi maybe you can get the matrix reference and get the number of current outputs? (I'm on the phone so can't look, but check the API)

  • Recorder and file player node not working in fx plugin

    2
    0 Votes
    2 Posts
    171 Views
    LindonL

    @Allen does the file player even work in an FX plugin?

  • reg declaration "error at definition"

    7
    0 Votes
    7 Posts
    371 Views
    d.healeyD

    @Allen Yes your code could be vastly improved. If you send me your project I will make a video for my YouTube channel going through some of the things I think could help to make your code more manageable.

    Here are some general tips.

    Never use var unless you have no other choice.

    Objects and arrays should generally be declared as const (or local within inline functions).

    All those reg variables you have could be replaced with a single const - look up JSON.

  • Solo button in HISE - possible with radio group?

    Solved
    11
    0 Votes
    11 Posts
    878 Views
    OrvillainO

    Personally, the way I am solving this is to use broadcasters and attachToRoutingMatrix, to break connections in a callback function.

  • Error while exporting: The system cannot find the path specified

    4
    0 Votes
    4 Posts
    212 Views
    A

    @d-healey nevermind i managed to solve this by following your tutorial, great stuff to be honest.

  • sequencer

    1
    0 Votes
    1 Posts
    115 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    27 Views
    No one has replied
  • Preprocessor definition/flag to add additional tempos

    6
    0 Votes
    6 Posts
    208 Views
    DanHD

    @Lindon that's what I thought too 😆

  • can someone tell me whY??

    4
    0 Votes
    4 Posts
    321 Views
    D

    @ulrik from now on restarting Hise will be in my to do list when i fix codes and don't got fixed , because I erased yesterday that same lines i compiled but not restart Hise,
    Tha k you.

  • Sends as FM source/carriers....

    16
    0 Votes
    16 Posts
    737 Views
    LindonL

    @ustk yes correct , and yes having a way t pass a signal (cable??) into the Synth module would be a great way to get there quickly...

  • Guitar amp gain staging?

    13
    0 Votes
    13 Posts
    1k Views
    ustkU

    @11235813 amp sim huh? General DSP learning, loopback signal in non-linear algorithms, hysteresis, tube/diode simulation DSP, filters combined with non linear systems, convolution, tone stack sim, bias… and much more! Other simple functions like tanh or quadratic equations used alone will produce distortion, but they are far far from being called an amp sim.
    Not even talking about real measures of existing hardware…

  • HardCoded FX - show the External Display Buffer...in my UI

    3
    0 Votes
    3 Posts
    164 Views
    Matt_SFM

    @Lindon yes you have to draw a panel. There's an example in the snippet browser. Look for 'Visualisation 101'

  • Script FX hash mismatch

    4
    0 Votes
    4 Posts
    524 Views
    B

    @modularsamples Thank you!! I ran into this error today, had no idea how to fix.

    Your method worked!!

    For anyone following the steps, be sure the follow ALL the steps 😎

    Thank you again!

  • Compile C++ from Plugdata

    2
    1 Votes
    2 Posts
    356 Views
    C

    @robledosilva Doesn't Plugdata already have the ability to compile to a plugin? (And isn't it built on JUCE?)

  • Initial Zoom Scale Factor

    7
    0 Votes
    7 Posts
    345 Views
    bendursoB

    @d-healey hehe yes, that would be better. But it's a bit late for this project :(

  • AAX SDK Compiling - Windows

    4
    0 Votes
    4 Posts
    351 Views
    LindonL

    @d-healey said in AAX SDK Compiling - Windows:

    @CHEXHOmusic Have you setup your ilok with your PACE developer account? This should provide you with a link to their documentation that guides you through building the SDK and the demo plugin. Once you have the demo plugin working you should have no problem building your own.

    We are limited with the guidance we can give here due to the NDA, but basically PACE/AVID documentation provides everything you need beyond putting the SDK in the tools folder.

    you dont need a PACE account or their documentation to compile the AAX SDK, and thus compile AAX plugins in HISE - but you will need t to authenticate your plugin so it runs in ProTools.

  • How to export VST3 & AAX

    11
    0 Votes
    11 Posts
    563 Views
    LindonL

    @CHEXHOmusic theres a lot of posts here about how to get on the Avid developer program, search for that?

  • Custom macOS Icons for Plugins

    Unsolved
    1
    0 Votes
    1 Posts
    97 Views
    No one has replied
  • (macOS) AU Plugin Works, But Not VST3?

    Solved
    4
    0 Votes
    4 Posts
    218 Views
    C

    @d-healey @aaronventure Thank you, both - you collectively led me to the solution. (VST plugins must go in the VST plugins folder, smh.) All set now.

  • Next/Pre Preset & Label what am I doing wrong?

    10
    0 Votes
    10 Posts
    243 Views
    M

    @d-healey said in Next/Pre Preset & Label what am I doing wrong?:

    The only problem with this is it doesn't work for presets made by the user

    Ok I think I understand and it's not a problem for this implementation. Thanks.

31

Online

2.0k

Users

12.8k

Topics

111.1k

Posts