• OSX Help! Xcode on Ventura (Download)

    9
    0 Votes
    9 Posts
    356 Views
    bandit_FD1B

    @d-healey @Christoph-Hart

    Success! I managed to get this compiled on OSX, I will be testing things out with a project once I copy it over. Thanks again gents!

  • macOS / GIT

    7
    0 Votes
    7 Posts
    299 Views
    clevername27C

    @Orvillain Defo Fork sounds like a German fusion band from the 90s.

  • This topic is deleted!

    4
    0 Votes
    4 Posts
    29 Views
  • HOW I CHANGE THIS?

    1
    0 Votes
    1 Posts
    76 Views
    No one has replied
  • Detect mono vs stereo

    2
    0 Votes
    2 Posts
    131 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
    127 Views
    LindonL

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

  • reg declaration "error at definition"

    7
    0 Votes
    7 Posts
    201 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
    560 Views
    O

    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
    150 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
    95 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
    181 Views
    DanHD

    @Lindon that's what I thought too 😆

  • can someone tell me whY??

    4
    0 Votes
    4 Posts
    167 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
    679 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
    604 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
    140 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
    454 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
    262 Views
    clevername27C

    @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
    324 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
    300 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.

23

Online

1.7k

Users

11.8k

Topics

103.2k

Posts