HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Bicrome
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 18
    • Groups 0

    Bicrome

    @Bicrome

    1
    Reputation
    6
    Profile views
    18
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Bicrome Unfollow Follow

    Best posts made by Bicrome

    • Oversampling best practices

      Hi!

      I'm pretty much done designing an FX plugin inside HISE, using only ScriptFX, and I've added to it a HQ button that enables 4x oversampling.

      Since I want the oversampling to be enabled or disabled, I've used the container.oversample node. Is that the right thing to do, or should I just use container.oversample4x? As far as I know that doesnt let me enable or disable the oversampling, right?

      And another thing. Right now I have everything inside the oversampling node. But can't I put stuff like control.cable_table, control.converter, control.pma, routing.global_cable OUTSIDE of the oversampling node, since I just really need to oversample the audio? And if I have a modulation signal that i get from inside the oversampling, should I get it outside it, do whatever with control nodes, and then get it back inside the oversampling node, or is it better to have everything inside for this cases (when I'm not using knobs from the plugin as the modulation sources)?

      And the last thing. Since I have multiple stages of saturation and added harmonics inside my plugin, shouldn't I break down the signal chain into different stages, and oversample each one individually? Since, even tho the plugin is running at a high sample rate, those inaudible harmonics (that can be filtered with separated stages of oversampling) will get saturated and folded back to audible range if they are saturated again and again.
      Watch some Dan Worrall videos about aliasing and oversampling if you don't know what I mean.
      So, how much should I break the signal chain into stages that will get oversampled and filtered individually?

      Thats it. Sorry for the long post, maybe bad writing, and so many questions.
      And thanks in advance, guys!

      posted in General Questions
      B
      Bicrome

    Latest posts made by Bicrome

    • RE: Oversampling best practices

      @griffinboy Thanks!
      I'll just try stuff and see what works best.

      posted in General Questions
      B
      Bicrome
    • Oversampling best practices

      Hi!

      I'm pretty much done designing an FX plugin inside HISE, using only ScriptFX, and I've added to it a HQ button that enables 4x oversampling.

      Since I want the oversampling to be enabled or disabled, I've used the container.oversample node. Is that the right thing to do, or should I just use container.oversample4x? As far as I know that doesnt let me enable or disable the oversampling, right?

      And another thing. Right now I have everything inside the oversampling node. But can't I put stuff like control.cable_table, control.converter, control.pma, routing.global_cable OUTSIDE of the oversampling node, since I just really need to oversample the audio? And if I have a modulation signal that i get from inside the oversampling, should I get it outside it, do whatever with control nodes, and then get it back inside the oversampling node, or is it better to have everything inside for this cases (when I'm not using knobs from the plugin as the modulation sources)?

      And the last thing. Since I have multiple stages of saturation and added harmonics inside my plugin, shouldn't I break down the signal chain into different stages, and oversample each one individually? Since, even tho the plugin is running at a high sample rate, those inaudible harmonics (that can be filtered with separated stages of oversampling) will get saturated and folded back to audible range if they are saturated again and again.
      Watch some Dan Worrall videos about aliasing and oversampling if you don't know what I mean.
      So, how much should I break the signal chain into stages that will get oversampled and filtered individually?

      Thats it. Sorry for the long post, maybe bad writing, and so many questions.
      And thanks in advance, guys!

      posted in General Questions
      B
      Bicrome
    • RE: HISE would crash when compiling ScriptFX network and now when trying to load project after reinstalling to the latest version on Windows.

      @xxx im not using faust
      but im guessing that the issues are being caused by one or more of the airwindows plugins that im using as dsp networks.
      so ill have to check that, but that will be in a week tho

      If nothing works i can still rebuild my scriptfx network and try to compile it periodically to try to find the issue.
      Spending hours trying to find the damn error isnt fun, but building stuff in HISE is!

      Ill update in a week, so either i find the solution or i can reverse engeneer the issue hahahha :)

      posted in General Questions
      B
      Bicrome
    • RE: HISE would crash when compiling ScriptFX network and now when trying to load project after reinstalling to the latest version on Windows.

      @xxx Sadly it wasnt that, since my node_templates folder is empty.
      But thank you regardless :)

      posted in General Questions
      B
      Bicrome
    • RE: HISE would crash when compiling ScriptFX network and now when trying to load project after reinstalling to the latest version on Windows.

      I've managed to copy the necessary files to a new project for testing. And I'm able to open the network and everything like before. But I still cant compile it as a dll. It crashes HISE no matter how I try.

      So... can't I compile the network without using HISE? If so how?
      Also could it be crashing because I'm using a couple of airwindos plugins compiled as nodes for scriptnode (work as a hardcoded effect too)?

      posted in General Questions
      B
      Bicrome
    • RE: HISE would crash when compiling ScriptFX network and now when trying to load project after reinstalling to the latest version on Windows.

      @tomekslesicki it still crashes
      trying to load pr compile the network in any way crashes HISE...

      posted in General Questions
      B
      Bicrome
    • RE: HISE would crash when compiling ScriptFX network and now when trying to load project after reinstalling to the latest version on Windows.

      @tomekslesicki thanks. You mean recompiling the scriptFX network with projucer?

      posted in General Questions
      B
      Bicrome
    • HISE would crash when compiling ScriptFX network and now when trying to load project after reinstalling to the latest version on Windows.

      Hello.

      Pretty much the title. I was ready to export my HISE project as an FX plugin but it would crash when I tried to compile the ScriptFX network as a dll, or when just trying to export it as a plugin without compiling as dll first.
      So I removed the HISE source folder from documents the one from %appdata% and reinstaleld HISE with the latest developer branch. Now when I try to load my project, the xml or the preset or an autosave or whatever, it crashes when its loading it.
      This sucks.

      How can I fix this?
      Thanks in advance :)

      posted in General Questions
      B
      Bicrome
    • RE: Is it possible to link parameters between plugins?

      Thanks for all of the answers!

      @Christoph-Hart And how hard would it be to impoement and use the web socket from Web view?

      Writing to a file seems like a very dirty solution indeed hahaha, but what i was searching for with the plugin linking ability was to build something personal, only for me, so that mixing in ableton would be a bit better (i dont have m4l sadly). That means that I dont care what the solution is if it gets the job done on my machine, at least now.

      So, what should I go for? Or should I wat a bit? I'm not a programmer so even tho I know maths and some basic c++, dealing with a whole comunication thing might be too much for me.

      posted in General Questions
      B
      Bicrome
    • Is it possible to link parameters between plugins?

      Hello.
      Can i link the same parameter between plugin instances? The most basic example of what I mean is the Blue Cat's Gain Suite, which lets you add each plugin instance to a group, and that way all of the instances of the same group will have the save settings.

      What's the easies way to achieve this?
      Thanks.

      posted in General Questions
      B
      Bicrome