• Request setSliderPackPopupFunction()

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

    16
  • Velocity range of 1

    3
    1 Votes
    3 Posts
    474 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
    516 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
    4k 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
    412 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
    710 Views
    No one has replied
  • Load/Save Dialog

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

    4
    1 Votes
    4 Posts
    852 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
    408 Views
    No one has replied
  • Font weight property due to rendering difference between OSX and WIN

    4
    0 Votes
    4 Posts
    751 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
    1k 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
    1k 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
    956 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.

  • Slider value display - customisation

    22
    1 Votes
    22 Posts
    4k Views
    SteveRiggsS

    @d-healey Thanks mate. Just moved it down and it's working now. Saved the day yet again. Nice one. I'm gonna have to start crediting you on my plugins at this rate 🤣

  • OSC protocol support

    1
    0 Votes
    1 Posts
    368 Views
    No one has replied
  • Feature Request: Sampler Workspace Shortcuts

    2
    5 Votes
    2 Posts
    390 Views
    David HealeyD

    @d-healey Bump bump :)

  • Possible to make a Custom Cursor?

    2
    0 Votes
    2 Posts
    363 Views
    Alex ParadisA

    I may have found a solution with the "All Callbacks" on every panel in the interface.

    But still: Is there way to hide the default mouse cursor in the app?

    Thanks again!

  • Copy+Paste Elements from one HISE instance to another

    3
    2 Votes
    3 Posts
    509 Views
    gorangroovesG

    @d-healey Thanks. I will try the J thing.
    This sounds like a good candidate for one of your "quick tips" videos on Patreon 😉
    I hope that @Christoph-Hart will implement a straight forward solution for just selecting elements, copy+paste.

  • event.x/y is not continous

    3
    0 Votes
    3 Posts
    400 Views
    ustkU

    @d-healey oups 🤓
    I looked at the doc 3 times, there's only one thing I didn't pay attention: below "allCallbacks", you need to keep the left button down...
    Thanks David ;)

18

Online

2.5k

Users

13.9k

Topics

121.2k

Posts