• Custom look and feel per component

    5
    2 Votes
    5 Posts
    782 Views
    lalalandsynthL

    How deep do I have to dive to achieve something like this look on the eq curve for example ?

    yagya Eq.jpg

  • Possibility of changing Look and Feel of Custom Settings?

    4
    0 Votes
    4 Posts
    925 Views
    Alex ParadisA

    @LightandSound

    Thanks for the help! Will look into it.

  • Time Stretching

    6
    3 Votes
    6 Posts
    1k Views
    ustkU

    @d-healey Cool ;)

  • audio to midi feature?

    14
    0 Votes
    14 Posts
    2k Views
    Dan KorneffD

    @orange said in audio to midi feature?:

    drum trigger

    I'm looking for a simple drum trigger.

  • 1 Votes
    1 Posts
    443 Views
    No one has replied
  • Envelopes as container FX modulators

    12
    0 Votes
    12 Posts
    3k Views
    Casey KolbC

    @Lindon Gotcha. Thanks Lindon! Fun days ahead 😲

  • Vertical waveform zoom in the sample editor

    1
    1 Votes
    1 Posts
    190 Views
    No one has replied
  • Search for samples inside subfolders

    1
    0 Votes
    1 Posts
    159 Views
    No one has replied
  • Audio input monitoring through master chain

    7
    1 Votes
    7 Posts
    1k 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
    854 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
    465 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
    495 Views
    lalalandsynthL

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

  • Suggestions for smoother GUI layout.

    7
    0 Votes
    7 Posts
    719 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
    151 Views
    No one has replied
  • Request setSliderPackPopupFunction()

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

    16
  • Velocity range of 1

    3
    1 Votes
    3 Posts
    382 Views
    David 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
    449 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
    3k 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
    359 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)

15

Online

2.2k

Users

13.4k

Topics

117.1k

Posts