• Audio input monitoring through master chain

    7
    1 Votes
    7 Posts
    784 Views
    C

    surely it should be doable though, seeing as we export fx's from hise to begin with, so the code is there to have audio inputs somehow

    aaah well, maybe one day!

  • Math.ratio

    5
    1 Votes
    5 Posts
    563 Views
    LightandSoundL

    @ustk that's why I say it's a fringe case, essentially if you set them as variables or for example use getvalue() without setting the min/max value of the panel then you could run in to problems. But there shouldn't be a 'real world use' for a range of 0 to a larger range, since all that does is spit out the same value. It's just to protect for the inevitable case where human error gets in the way.

  • Redraw floating tile

    4
    0 Votes
    4 Posts
    337 Views
    ulrikU

    @d-healey it's like changing items in a combobox or Viewport, I have to set it to zero then apply the new items

  • Sidechaining

    2
    3 Votes
    2 Posts
    339 Views
    lalalandsynthL

    Yes, definitely needed , unless it already possible and I am unaware ?

  • Suggestions for smoother GUI layout.

    7
    0 Votes
    7 Posts
    462 Views
    lalalandsynthL

    In my case I am using an image , and with that disabled allows mouseclicks going trough.:)

  • isNoteNumberMapped per group

    1
    1 Votes
    1 Posts
    117 Views
    No one has replied
  • Request setSliderPackPopupFunction()

    1
    1 Votes
    1 Posts
    154 Views
    No one has replied
  • FX Plugins and child Containers

    16
  • Velocity range of 1

    3
    1 Votes
    3 Posts
    271 Views
    d.healeyD

    I've implemented this now in my local repo.

    @Christoph-Hart I haven't hit any issues but can you think of anything I might have broken with this change? Shall I make a pull request? I was thinking, shouldn't the lower velocity range limit be 1 instead of 0, since 0 = note off?

    Now we need vertical zoom in the mapping editor :)

  • Not really a feature request

    4
    2 Votes
    4 Posts
    268 Views
    Christoph HartC

    Yes this is already step 1 of my marketing masterplan - once we‘ll release HISE 3.0 ;)

  • *Feature Request* Extra tempo synced speeds for modulation

    23
    1 Votes
    23 Posts
    1k Views
    L

    @ulrik @d-healey

    Yes I was excited to see @Christoph-Hart push some new features to the tempo.sync node in scriptnode a few days ago.
    However, exported fx using this node sound very strange when using them in a DAW as mentioned in this thread https://forum.hise.audio/topic/2120/flanger-in-scriptnode/17).

    I’m gonna keep exploring the timer solution for now 😀

  • Connexion port in core.jit

    3
    0 Votes
    3 Posts
    213 Views
    ustkU

    @Christoph-Hart That's what I do for signals. But here I just want to make a calculation based on a knob input, and output the result.
    For instance, I'd like to input a time in ms and output a frequency value in Hz to set the oscillator.
    There might be another way than using a jit, but I don't see how...

    Untitled.jpeg

    float TimeIn = 0.0f; float FreqOut = 0.0f; void setFreqOut(float newValue) { } void setTimeIn(double newValue) { TimeIn = (float)newValue / 1000.0f; FreqOut = 1.0f / TimeIn; //setFreqOut(); }

    There might be a better way for this example, but not necessarily for another one...
    (I know it looks weird but it's just for the sake of the example)

  • scriptnode tutorial or documentation?

    1
    0 Votes
    1 Posts
    318 Views
    No one has replied
  • Load/Save Dialog

    1
    4 Votes
    1 Posts
    140 Views
    No one has replied
  • Protecting/locking HISE scripts for secure collaboration

    4
    1 Votes
    4 Posts
    513 Views
    BrianB

    @d-healey I very much agree on all your points, I am all for sharing and keeping it as open as possible within my personal projects, so maybe I should have explained it better.

    It's not fear or paranoia on my part, but rather trying to see if there could be practical options since I do often work with clients in the video game industry that are incredibly stringent on this aspect by default (the last project went for four years + insane data transfer protocols and contracts ).

    @Christoph-Hart Thanks for the suggestion on the NDA's - I will definitely go this route :)

  • Transparency control for draggable filter panel

    1
    1 Votes
    1 Posts
    280 Views
    No one has replied
  • Font weight property due to rendering difference between OSX and WIN

    4
    0 Votes
    4 Posts
    319 Views
    Christoph HartC

    @ustk said in Font weight property due to rendering difference between OSX and WIN:

    Unless the parameter is not portable between the two renderers, or not easily accessible...

    this.

  • Steeper slopes for Curve EQ

    12
    1 Votes
    12 Posts
    785 Views
    NatanN

    @ustk oooh Silly Me 🤭 Just Need To Change The Shapes From Hp To Lp

  • 2d Physics engine using Box2d

    6
    1 Votes
    6 Posts
    596 Views
    SteveRiggsS

    @d-healey There's a snake in my flute! 🤣 🤣

    Thanks mate. Looks like it's a script he made somewhere. I'll check github...

  • Forum Dark Mode , Please 🙏

    10
    2 Votes
    10 Posts
    466 Views
    SteveRiggsS

    @Natanr @d-healey High Contrast looks quite good for inverting stuff. It's the blue light you want to get rid of though. Both Flux and Redshift that David mentioned will definitely help you out on the basement sessions.

30

Online

1.8k

Users

12.1k

Topics

105.7k

Posts