• Move Columns Around In Preset Browser

    4
    0 Votes
    4 Posts
    138 Views
    d.healeyD

    @Casmat Yes, or adapt your design

  • Scriptnode Compressor Gain Reduction

    13
    1 Votes
    13 Posts
    1k Views
    resonantR

    Is it possible to use the scriptnode DisplayBuffer with the MatrixPeakMeter FloatingTile?

    @Christoph-Hart

    Content.makeFrontInterface(600, 600); // Fetch a displaybuffer source reference to the DSP network const var dp = Synth.getDisplayBufferSource("Script FX1"); // Get the first "external" Displaybuffer const var gr = dp.getDisplayBuffer(0); // Set the buffer length to 1024 (about 23ms) // (this correlates with the timer frequency below) gr.setRingBufferProperties({ "BufferLength": 1024, "NumChannels": 1 }); // Get a reference to the FIFO that contains the values const var buffer = gr.getReadBuffer(); const var Knob1 = Content.getComponent("Knob1"); const var t = Engine.createTimerObject(); t.setTimerCallback(function() { // Fetch the maximum value of the last 50ms and display // it on the knob Knob1.setValue(buffer.getMagnitude(0, buffer.length)); }); // Start the timer with ~30Hz. t.startTimer(30);
  • Import settings window broken

    Unsolved
    3
    0 Votes
    3 Posts
    201 Views
    S

    @d-healey went straight to release version. Will try debug

  • Native Apple Silicon AAX

    30
    0 Votes
    30 Posts
    2k Views
    Gabor.KG

    Hi everyone!
    I have the same problem with 2.5.0 (AAX_eStemFormat_Stereo).
    Can anyone share a 2.4.1 AAX SDK with me? It would be greatly appreciated.

  • Dynamics module CPU usage

    3
    0 Votes
    3 Posts
    219 Views
    Christoph HartC

    The performance difference is pretty negligible here.

  • You must first sign the relevant contracts online. (1048)

    3
    0 Votes
    3 Posts
    214 Views
    ?

    @d-healey thank you mate

  • Info Panel in Preset Browser

    5
    0 Votes
    5 Posts
    320 Views
    CasmatC

    @d-healey Ah! That looks interesting, will take a look! Thanks!

  • Server calls not working on plugin in FL Studio

    Unsolved
    1
    0 Votes
    1 Posts
    151 Views
    No one has replied
  • Can we pass in a function argument to a timer CB?

    5
    0 Votes
    5 Posts
    299 Views
    ustkU

    @orange Unfortunately this does not work in ma actual use case.
    Because I need to cancel the previous call if a new one has been made in between. Content.callAfterDelay will execute all previous calls with no way to cancel them.
    But since it was not in the question I asked this function perfectly does what it promises :)

    I'm then relying on a simple timer so I can stop previous call on next one, and use an external variable to copy the parameter. ;)

    Unless if it's possible to add a "cancel call" of some sort to the Content.callAfterDelay function @Christoph-Hart?

  • snex_shaper - argument amount mismatch...

    12
    0 Votes
    12 Posts
    401 Views
    Christoph HartC

    @ustk Yeah, I'm not throwing away 2 years of work out of spite, I just hate the sunken cost fallacy here...

  • 0 Votes
    8 Posts
    379 Views
    T.B.GuangT

    @d-healey Thank you David Healey, I learn a lot from your YouTube channel.

  • AAX plugin doesn't initiate default slider values when loaded in Pro Tools

    49
  • Preset Browser (doesn't follow preset)

    14
    0 Votes
    14 Posts
    482 Views
    S

    @Lindon Here's the thread I just found now regarding the auto- scroll issue I meant. Hope it is clearer now. And looks like it's sill a bug.

  • HISE 3 and up wont open for me

    32
    0 Votes
    32 Posts
    1k Views
    d.healeyD

    @TNTHM the compilation isnt the issue, and he's on windows

  • Limiter module not in API?

    8
    0 Votes
    8 Posts
    314 Views
    LindonL

    @TNTHM said in Limiter module not in API?:

    @Christoph-Hart Got it. I see that there is a limiter section in the Dynamics module. Is that the limiter we should use?

    yep - but bear in mind its a look ahead limiter - and will add delay to your output...

  • Auto - Scroll Preset browser

    Unsolved
    2
    0 Votes
    2 Posts
    224 Views
    LindonL

    @Sawer said in Auto - Scroll Preset browser:

    Hello everyone.

    I am using the default preset browser to call states of the plugin, however, the highlighting square does not follow up when I selected a priest that is down to scroll to. Wondering if it is a but or if there's a method to set in the preset to make it follow.

    er..... not sure what you are saying...

  • 0 Votes
    2 Posts
    221 Views
    d.healeyD

    how to build hise 3.03?

    The version numbers are pretty meaningless. Just build the develop branch.

    the steps in the github have been stripped to nothing

    They've been simplified to 5 steps - https://github.com/christophhart/HISE#windows

    there is nothing anymore only a video from 3 years ago

    I made an updated video last year (although nothing has really changed)

    so what do i choose during install. which IPP,

    You don't need IPP but if you are using it you install the OneAPI and if I remember correctly there is an option for OneAPI in Projucer (I explain it in the video I've included below)

  • Rearranging module order and container placement

    5
    0 Votes
    5 Posts
    282 Views
    T

    @ustk Understood. Thank you.

  • Lottie Animations Quality Drops In Hise

    14
    0 Votes
    14 Posts
    425 Views
    Adam_GA

    @Christoph-Hart thanks! :)

  • Aliasing?

    14
    0 Votes
    14 Posts
    768 Views
    FrankbeatF

    I’m running a sample based Synth with 44.1kHz/16 bit (internally obersampling 4x) and I don’t hear aliasing though when I look at the waveform I can see it is distorted a little. So, what’s your experience? Where does it become audible to you?

    I have to add that I use to not transpose a sample by more than +/-2 semitones with this synth so I can’t tell how it sounds with more than that

20

Online

1.7k

Users

11.8k

Topics

102.6k

Posts