• .getItemtext() on Viewports

    4
    1 Votes
    4 Posts
    280 Views
    ulrikU

    @Lindon said in .getItemtext() on Viewports:

    it would be nice if (like ComboBoxes) we had .getItemText() on viewports...

    and on panels πŸ‘

  • FR: Better display of large channel counts

    15
    0 Votes
    15 Posts
    573 Views
    A

    @Orvillain if you put it into scriptnode it would.

    Pretty sure you could just do it with code in the processBlock (it's undocumented; print the channel obj to see what you can access) by referring to a global array where you set the gain and pan data.

    But it will definitely work in scriptnode. Maybe you can just do a gain node and a clone node, then access each gain's parameters directly without creating 94nnetwork parameters and connecting them, but Chris is sitting on the API as its unfinished so you'd have to ask him.

    If each of these is a separate voice, it's more efficient to do a gain modulator and just set the gain and pan in on voice start by adding a script voice start modulator.

    Then you can just send the gain and pan data with the new globalcable methods alongside the note id (even though sending 0 doesn't work in scriptnode at the moment).

  • Drop Shadow for Text

    10
    0 Votes
    10 Posts
    730 Views
    A

    @Christoph-Hart Any chance this can make it to other drop shadow methods soon? I'm profiling my UI right now and the hungriest call is by far drawDropShadowFromAlpha. Using one of the two blur options is a few times worse.

    Btw the Perfetto implementation gets me all hot and bothered!

  • [feature request] Module notes

    3
    4 Votes
    3 Posts
    367 Views
    d.healeyD

    Also I just realised that the contents of the note floating tile is saved with HISE not with the project, this seems pretty useless. I think project notes should be saved alongside the project, I can't see why you'd want a note across all projects.

  • [Feature request] Disable export options in HISE precompiled binaries

    11
    1 Votes
    11 Posts
    717 Views
    ulrikU

    @Christoph-Hart I dowloaded the latest Hise develop and it solved the problem, I can export now

  • Get the size of the screen displaying the plugin...

    9
    1 Votes
    9 Posts
    528 Views
    LindonL

    @Dan-Korneff nice. Well done.

  • OpenGL Texture Support?

    5
    0 Votes
    5 Posts
    413 Views
    Christoph HartC

    @d-healey opengl is still supported on macOS but thereβ€˜s no guarantee on how long this will be the case.

    Textures cannot be loaded to the shader because the shaders in HISE are fragment shaders and you need vertex shaders for this, but you can pass around a buffer as uniform data and visualize it in the fragment shader.

  • Hise Snippet Browser: Date Uploaded

    2
    2 Votes
    2 Posts
    345 Views
    Christoph HartC

    @HISEnberg yes, good idea, that also crossed my mind at some point.

  • Hard Coded String Literals

    4
    0 Votes
    4 Posts
    288 Views
    C

    @Christoph-Hart Sure, I'm motivated. Cheers.

  • [ScriptNode] Add < > == to control.logic_op

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    A

    @Christoph-Hart I mean why not, although that requires management of the input min and max values, so you can't easily plug any input toggle in there.

    Why not both? You'd just have to make the unscaled version of minmax πŸ˜„

    I don't think there's such thing as enough nodes

  • ScriptSliderPack missing setRange function

    1
    0 Votes
    1 Posts
    237 Views
    No one has replied
  • Parametriq EQ modulation linking

    15
    2 Votes
    15 Posts
    1k Views
    Christoph HartC

    @d-healey yeah, I've pushed the example snippet that replicates the behaviour.

    Link Preview Image HISE | Examples | Modules Snippets

    Examples in the category Modules

    favicon

    (docs.hise.dev)

    Not sure if that is a good example for an introduction to broadcasters though as it's a little bit more complex than just a hello world example that listens to a single event - there are two broadcasters and one is changing the source event of the other.

  • [ScriptNode] Highlight Incoming Cable on Hover When Cables Are Hidden

    Solved
    4
    1 Votes
    4 Posts
    856 Views
    A

    @Christoph-Hart I have a suggestion to further improve this.

    the "from..." label should also include the parent node of the source. It already does if it's the parameter, but not so if it's a node.

    E.g. CompChain.ramp.

    It should include all parent nodes as well, which will make navigation easier for larger networks. But it should only include the parent nodes that are different from the parent nodes of the target.

    So if they're both wrapped in the same framex node, that wouldn't get mentioned. But if they're in two different chains which are inside the same framex node, framex doesn't get mentioned but the chains do.

  • 0 Votes
    3 Posts
    656 Views
    Christoph HartC

    @aaronventure yes, actually it would make sense to just add another property called Name that is solely used to be displayed in the header and leave the ID property constant and unchangeable.

  • Dynamically Change and Toggle Frame/Block Processing for a Network

    Solved
    10
    0 Votes
    10 Posts
    768 Views
    A

    @Christoph-Hart perfect, and great docs too. Thanks!

  • Put Node Comments Above/Below Nodes When the Container Is Laid Out Horizontally

    Solved
    1
    1 Votes
    1 Posts
    346 Views
    No one has replied
  • Oversampling in the CURVE_EQ

    5
    0 Votes
    5 Posts
    538 Views
    HISEnbergH

    @aaronventure Amazing thank you for sharing!

  • Snex node - Change the error message when a soundcard isn't found

    4
    0 Votes
    4 Posts
    583 Views
    OrvillainO

    @Christoph-Hart said in Snex node - Change the error message when a soundcard isn't found:

    Yes the SNEX nodes are particularly pedantic when it comes to channel configurations (because it will compile the code for each channel that is requested).

    How can I recreate this issue? I'm not sure how it could end up with a channel count of zero, as this is usually set by the surrounding script FX which should not depend on the audio driver configuration.

    I've been having some issues with my Presonus Quantum. Every other boot of my system, the card will not connect. I didn't notice the big bright red light on the front of it, telling me it couldn't connect to the OS.

    I started HISE, and noticed the SNEX node like in the screenshot. So I would assume connecting HISE to an audio interface, and then pulling the connection on it, would probably reproduce the issue.

  • getKeySignature from midi file

    1
    0 Votes
    1 Posts
    273 Views
    No one has replied
  • addComponentBatch

    7
    0 Votes
    7 Posts
    630 Views
    Christoph HartC

    no worries. getAllComponents() has a single parameter with a clear purpose, so it's not comparable to the function you suggested though.

20

Online

1.9k

Users

12.5k

Topics

108.6k

Posts