HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Gudru
    3. Topics
    G
    • Profile
    • Following 1
    • Followers 0
    • Topics 11
    • Posts 27
    • Groups 0

    Topics

    • G

      Quick Question: Best practice for sizing UI elements

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      232 Views
      A

      If you're importing images at double the resolution, the width and height should be even numbers. Do this at the source. If you know your strips and images will be scaled down by 50%, their dimensions should be divisible by 2.

      Other than that, your best bet is to inspect things visually. Put the images in, set your target resolution and see how it looks. The designer is pretty much "what you see is what you get".

    • G

      use dll on Mac?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      210 Views
      d.healeyD

      @Gudru No it needs to be compiled on OSX.

    • G

      How to sort through multiple array?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      4
      0 Votes
      4 Posts
      271 Views
      LindonL

      and if you havent used objects in an array before here is how to reference them

      for (f in myArray) { Console.print("my fruit is:" + f.Fruit); Console.print("its colour is:" + f.Colour); }
    • G

      update hise

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      221 Views
      d.healeyD

      @Gudru Git pull then recompile

    • G

      change slope of filter fx

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      371 Views
      LindonL

      @Gudru said in change slope of filter fx:

      @ustk thank you! if i had ahdsr on one filter, would i need to duplicate everything on the other? would controlling one attack knob on the ui control all attacks on all filters, to get slope?

      you dont get filter slope(dB drop off over 1 octave) from the envelope - you need as @ustk says place filters in series to get increased slopes - so a 6dB slope filter, followed by another = a 12dB filter etc.

      If you have filters in series like this then you will need to manage each ones q and freq together along with all the modulators(if you are using envelopes say) again "together"

      This might be a useful read;

      Link Preview Image Cascading filters | EarLevel Engineering

      favicon

      (www.earlevel.com)

    • G

      Help with scripting

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      16
      0 Votes
      16 Posts
      664 Views
      LindonL

      @d-healey said in Help with scripting:

      @Lindon I didn't see that function in the API browser for viewports. Does it work?

      0h viewport, sorry I was thinking of ComboBox....

      Link Preview Image HISE | Docs

      favicon

      (docs.hise.audio)

    • G

      Learn All about Scripting?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      2
      0 Votes
      2 Posts
      194 Views
      d.healeyD

      @Gudru

      I have lots of videos on my YouTube channel - https://www.youtube.com/davidhealey101

      There is some exclusive content on my Patreon page, mostly deleted scenes and extras from my YouTube videos. I also post snippets and resources there for the YouTube videos (depending on which tier Patron you are). There is also a 7 day free trial on Patreon if you want to try it out.

      I also have a course available at MusicHackspace - https://musichackspace.org/product/creating-virtual-and-sample-based-vst-au-plug-in-instruments-with-hise/

    • G

      Tempo Sync Flanger?

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      4
      0 Votes
      4 Posts
      308 Views
      G

      @Christoph-Hart
      Oops, this was a bad question! Just realized I could change the rate of tempo! Thanks

    • G

      Flanger Problems

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      8
      0 Votes
      8 Posts
      499 Views
      G

      @VorosMusic Thanks!

    • G

      Learn how ScriptNode works

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      8
      1 Votes
      8 Posts
      482 Views
      d.healeyD

      @Gudru https://faust.grame.fr/

    • G

      How to make Flanger in HISE?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      199 Views
      ustkU

      @Gudru There's a PhaseFX module that you can modulate, otherwise you'll have to create your own using scriptnode and some online research on the general principles of flangers (which is basically made from a delayed copy of the signal that is modulated (plus a feedback loop) and mixed back with the original for the most simplistic approach)