• Recording: Audio in

    11
    0 Votes
    11 Posts
    426 Views
    d.healeyD

    @aaronventure I don't think audio out from sound generators is possible in FX plugins. Were you referring to this setting?

    24c3d0df-d81e-4a5d-b676-18c02728890c-image.png

  • Reveal Location selector with WhiteBox Packages

    Unsolved
    2
    0 Votes
    2 Posts
    345 Views
    LindonL

    @obolig said in Reveal Location selector with WhiteBox Packages:

    Many installers for Mac provide a "Location" or "Destination" column where the user is given the choice to specify the location they would like to install the samples (as shown below).

    location column.png

    Firstly, how does one reveal this additional column using WhiteBox Packages.

    Secondly, is it possible to use the selected destination update a user defined setting (AKA environment variable)?

    user defined setting.png

    We are all about dong custom installers these days... check this thread:

    https://forum.hise.audio/topic/8738/inno-setup-is-flagged-as-trojan/84

  • What is this problem

    5
    0 Votes
    5 Posts
    457 Views
    JayJ

    @Lindon Yes, you are correct, and Thx that was what I was looking for

  • Would this work?

    17
    0 Votes
    17 Posts
    1k Views
    Steve LydfordS

    @d-healey Ah, ok. Totally missed that. Thanks!

  • Sampler Voice Settings

    6
    0 Votes
    6 Posts
    499 Views
    A

    @paper_lung Sounds like it. You can also test it. If you click on the keyboard icon in the top right corner, you'll see the realtime voice count. So play it, do some brute force testing for edge cases and find a comfortable number.

    It does not need to be a multitude of 8.

  • Newbie Question - Send Containers

    Solved
    10
    0 Votes
    10 Posts
    823 Views
    WaterSpoonW

    Awesome Lindon!!! Yes, I am learning this now and was able to get the specific gain modulation through the script FX and add to the send container. I got stuck when exporting, but now learned how to compile the effects because I used a timer. I will be working on the pitch effect next. You rock, this was the correct way. My favorite word when things like this come up is "Yet" never says never, just not yet!!! There is a way somewhere, Never stop learning!!!

  • Apple developer notarising plugin

    8
    0 Votes
    8 Posts
    628 Views
  • Graphics.fillPath()

    10
    0 Votes
    10 Posts
    282 Views
    LindonL

    @Dan-Korneff said in Graphics.fillPath():

    @Lindon namespace issue?

    possibly - tho I checked the namespace stuff, but I recompiled everything and its working OK now... very likely user error.

  • Custom popup values help

    11
    0 Votes
    11 Posts
    1k Views
    R

    @ulrik said in Custom popup values help:

    @rzrsharpeprod the percentage knob spits out a value between 0-1, and using

    local gain2 = 50 * Math.log10(value);

    on that value will result in a value between -100 and -11, and the saturation need a value between 0-1 so you could have set the percentage knobs value directly to the saturator, but you wanted 100% (1.0) in the ui to set a value of 60% (0.6) in the saturator so...

    A good way to check that the value you're about to set to a module, other component etc.. will fit to that range. Use

    Console.print(value) in your callbacks

    Awesome, thankyou. I appreciate the assistance and the pointers :)

  • Package post-install script weirdness

    3
    0 Votes
    3 Posts
    318 Views
    M_HollowayM

    @d-healey It had done in the other script I had but not in this one... when I checked, the zip was only 4kB!

    Reworked the script and now it's all working; moves the sample zip, extracts it, deletes the zip and then deletes the temp folder that it installs to.

    Thanks for nudging me in the right direction 👍

  • Exporting FX Plugin Issues

    2
    0 Votes
    2 Posts
    325 Views
    LindonL

    @Mors said in Exporting FX Plugin Issues:

    When i click to export - AU - it does say 'Batch file already found, do you want to rewrite the batch file? no matter whether i click ok or no i still get this error, any ideas?

    I'm on Mac OS & HISE 3.6.2

    OK lets start wit this. When HISE compiles anything it writes a batch file to get the projucer working, so this message shows up every time you re-run a compile, unless you clean the Build folder first, as there will be a batch file already present from your last compile attempt - you can safely say "OK" to this

  • Portamento ?

    5
  • can't login to forum

    Solved
    4
    0 Votes
    4 Posts
    247 Views
    A

    @d-healey said in can't login to forum:

    you a robot

    Now we know how you can be answering questions here all the time, whether it's 4am or 4pm.

    The silly forum algorithm thinks it got you, but it's just shooting itself in the foot.

  • How to sync two LFOs?

    1
    0 Votes
    1 Posts
    109 Views
    No one has replied
  • Midi Files say "Temp" how to fix

    1
    0 Votes
    1 Posts
    191 Views
    No one has replied
  • drawing complex lfo

    2
    0 Votes
    2 Posts
    251 Views
    LindonL

    @Allen said in drawing complex lfo:

    Hi there! I decide to add a vector synthesis module to my project and I wonder how could draw lfo like this in Maxmsp?
    226.png
    I know I probably could do this with the Webview and Javascript but I wanna make sure if i missed something simple.

    look for the corresponding Lissajous algo.

    https://en.wikipedia.org/wiki/Lissajous_curve

  • Sidechain Fx like Kickstart?

    9
    0 Votes
    9 Posts
    942 Views
    GabG

    @yall Okay great!

    One last thing, what's the lfo module name in the scriptnodes?

    Btw, thank you guys for your help! @DabDab @yall

  • Where has the Macro edit table gone?

    5
    0 Votes
    5 Posts
    226 Views
    d.healeyD

    @iamlamprey said in Where has the Macro edit table gone?:

    @d-healey i think you need

    Engine.setFrontendMacros(var nameList)

    and I think nameList is like ["Macro1", "Macro2", "Macro3"] etc

    https://docs.hise.audio/scripting/scripting-api/engine/index.html#setfrontendmacros

    Thanks. That seems like the solution. The other docs need updating :)

  • custom user preset problem devlop branch

    4
    0 Votes
    4 Posts
    349 Views
    Y

    @d-healey said in custom user preset problem devlop branch:

    Engine.loadUserPreset(list[value] + ".preset");

    oh thank u ;)

  • Auto Gain?

    14
    0 Votes
    14 Posts
    927 Views
    HISEnbergH

    @Straticah I think you more or less have hit upon the best solution, and this sort of issue isn't at all unique to HISE. Understanding the gain added/reduced by any one particular effect, sampler, or synth in isolation and compensating it with a nonlinear gain node is probably the solution, outside of compression which as @ustk hinted at, can squash the sound or introduce unwanted artefacts.

    Personally when working on FX I'll introduce a gain node in my scriptFx chain which does precisely this. I do agree that it would be nice to have a meter node which could help us analyse the gain output at any point in the chain, but at the end of the day you have to trust your ears!

20

Online

2.0k

Users

12.8k

Topics

110.9k

Posts