• Making a Vocal Strip Plugin for Livestream Mic Audio

    2
    0 Votes
    2 Posts
    47 Views
    griffinboyG

    @PJSanre

    Nope not with visual coding.

    You need custom dsp for this. You can do those processors if you get hold of c++ stuff to plug into Hise, or get a developer.

    Autotune and good reverb is the kicker.

    Both of those are 'life's work' type effects that take years to develop from scratch, and so nobody likes to give out their implementations of those for free.

    Megaphone effect you can do in default hise using the built in convolver if you're willing to use convolution. EQ can be done that way too, or using the stock hise EQ (It's not an amazing eq I don't reccomend it) but it would work.

    I'm a perfectionist so take all of the above with a grain of salt. Maybe there is a mediocre but easy way to do it that I've never considered. But I'm fairly confident that you're out of the scope of the built in hise modules. 100% Definately out of reach if you don't want to code at all.

  • Choke Group script Help

    10
    0 Votes
    10 Posts
    289 Views
    d.healeyD

    @ScreamingWaves I'm not sure, like I say I've never used it

  • `Sample amount mismatch` when converting to monolith

    4
    0 Votes
    4 Posts
    95 Views
    It_UsedI

    @daniloprates this happened to me when I combined samples of releases and sustain, that is, they were of different duration.

  • Sampler randomly triggering help!

    Solved
    6
    0 Votes
    6 Posts
    162 Views
    J

    @iamlamprey I unplugged all midi devices and then plugged them back in and haven't seen any issue since so bit odd but solved thanks for the help!

  • Handling un-pitched loops in the sampler

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

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Coloured Keys not quite behaving...

    9
    0 Votes
    9 Posts
    287 Views
    J

    @d-healey Seeing it and what its actually doing makes so much more sense now, thanks so much again for brilliant video!

  • Convolution Reverb doesn't work after export in DAW.

    Unsolved
    12
    0 Votes
    12 Posts
    415 Views
    Y

    @Oli-Ullmann Ok, I'll try

  • Compile errors on Ubuntu 24.04

    15
    0 Votes
    15 Posts
    792 Views
    S

    @d-healey Thanks David - that worked and I was able to compile the DebugWithFaust version and run it....
    Now to try a ReleaseWith Faust.....
    Thanks again for your time, help and patience 😁

  • parameter properties desappear

    6
    0 Votes
    6 Posts
    194 Views
    AGD_A

    @Chazrox me that I'm confused 😁

  • Server.callWithPOST callback not triggered

    5
    0 Votes
    5 Posts
    172 Views
    ustkU

    @daniloprates It appears you found it already ☺

  • Preset Browser closes when preset is selected

    4
    0 Votes
    4 Posts
    252 Views
    P

    @ustk said in Preset Browser closes when preset is selected:

    @Proteus1 your button is probably set to saveInPreset, which triggers it on preset change… just disable that

    solved

  • Filmstrips issue? (vertical sliders)

    Unsolved
    10
    0 Votes
    10 Posts
    978 Views
    d.healeyD

    @dizavin said in Filmstrips issue? (vertical sliders):

    it would be handy to be able to click on a control and be able to type in an exact value

    shift + click

  • Removing license related things messed up the export

    8
    0 Votes
    8 Posts
    489 Views
    H

    @0x7887 Oh, I forgot to answer you. Your solution worked well!

  • The Source Code Has a Different Commit Hash... and Other Errors

    10
    0 Votes
    10 Posts
    417 Views
    F

    @d-healey ok, many thanks sir! I am following the tutorial from here again https://audiodevschool.com/courses/hise-bootcamp/lessons/building-hise-on-windows/. You're doing a great job. I will subscribe to Patreon soon because I want to learn more.

  • 12dB lowcut?

    4
    0 Votes
    4 Posts
    258 Views
    A

    @coupe70 don't use the svf nose, use the svf_eq node.

    Neutral q is 0.7071 rounded, yes, square root of 0.5.

    I recommend you try butterworth filters in Faust since they allow you to set the order and their frequency cutoff is always the value at - 3db.

  • Font size mismatch

    3
    0 Votes
    3 Posts
    183 Views
    d.healeyD

    @Yinxi they'll probably also look different on Windows vs Mac

  • MusicDSP.org importing?

    5
    0 Votes
    5 Posts
    427 Views
    HISEnbergH

    @Orvillain Actually I would argue it's a very good way of learning about DSP theory if you are already familiar with coding. I'd agree that you wouldn't necessarily get great results inside scriptnode but as a pure learning experience it can be very valuable (for envisioning the signal processing structure). I used to do this all the time in Max MSP (take block diagrams and convert them to Max patches).

    But you're other points are totally on the point. You might as well jump straight to hardcoding these in code if you're already there. Personally I've dropped environments like PureData and Max at this point as I prefer working directly in code.

  • Calling an Envelope on a Timer

    3
    0 Votes
    3 Posts
    205 Views
    ulrikU

    @Unversed said in Calling an Envelope on a Timer:

    Hello!

    I am new to HISE, and I have an idea for a "pumper" style effect that I just can't figure out.

    I want to create an effect that essentially triggers an Envelope on an adjustable tempo-based timer. It isn't revolutionary, but it is an interesting effect I would like to use.

    Hi and welcome!

    I've attempted a few iterations of this concept, but I end up getting snagged at the end by something I didn't understand about the fundamental program (LFOs not exporting with Effects was a big one), so I figured I would ask here before I spend some time on the next iteration.

    Is the LFO triggered by midi?
    In that case, not all daws let FX plugins to read midi, that might be the problem

    With the Envelope approach, I can't seem to figure out how even to get an Envelope onto the Master at all. Do I need to create a separate container? Through scripting, does it even matter where the said Envelope is, as long as I can call it to run and push its value onto the gain?

    Anything would be appreciated, thanks :)

    Could you provide a snippet of what you have tried?

  • Display slider value with custom font, size, and position

    6
    0 Votes
    6 Posts
    451 Views
    YinxiY

    @It_Used wow thanks that’s awesome ! I’ll be able to dig into all of this.

38

Online

2.1k

Users

12.9k

Topics

112.2k

Posts