• LAF for Tables broken in develop branch?

    49
    0 Votes
    49 Posts
    2k Views
    DabDabD

    It is crashing....:grinning_squinting_face: :grinning_squinting_face: :grinning_squinting_face:

  • Image with rounded corners

    11
    0 Votes
    11 Posts
    359 Views
    ulrikU

    @d-healey everybody loves an accordion player :)

    Skärmavbild 2021-10-18 kl. 10.46.58.png

  • NRPNs

    1
    0 Votes
    1 Posts
    102 Views
    No one has replied
  • Problem with vu meter in fx plugin (Solved)

    8
    0 Votes
    8 Posts
    410 Views
    d.healeyD

    @ulrik said in Problem with vu meter in fx plugin (Solved):

    you can delete it

    Leave it for others who have the same issue :)

  • Q: Performance friendly way for triggering note to specific child synth

    2
    0 Votes
    2 Posts
    288 Views
    d.healeyD

    Using a script in every sampler is a good approach. You can use a single external script so you don't end up with lots of tiny individual scripts.

    You can delay events with delayEvent().

    For my strumming system I had everything in a single sampler, each string and up/down was mapped into a different area of the mapping editor. This idea isn't original with me, I've seen it used by a few guitar libaries. I created the strum using a timer to play the strings one after another.

    24eef671-6b1f-4b68-bb17-2a4e06797108-image.png

  • Q: Get module name with script

    3
    0 Votes
    3 Posts
    225 Views
    R

    Thx, oh so Id is the name string :face_with_tears_of_joy:

  • reference or Content.getComp....

    5
    0 Votes
    5 Posts
    264 Views
    ulrikU

    @d-healey thank you!

  • Q: Does HISE still split included modules?

    6
    0 Votes
    6 Posts
    409 Views
    d.healeyD

    @RCJacH Oh you're doing something fun. I spent several months of 2019 working on a still unfinished guitar strumming engine. :D

    When you include a script it's the same as if you've copied/pasted the script directly in to the MIDI processor's on init callback. So yes, each one is independent. You should use a namespace in your external script too so that a) you get access to more reg variables and b) it's easier to see where various function calls are coming from.

    If you edit the external script though those changes will be reflected wherever you have included it.

  • midi learn for panel

    13
    0 Votes
    13 Posts
    422 Views
    ulrikU

    @UrsBollhalder try in "on controller" callback

    if (Engine.getControllerNumber() == 1) { Panel.setValue(Engine.getControllerValue()); Panel.changed(); }

    then in the Panels CB you deal with the values the way you need

  • panel in front

    5
    0 Votes
    5 Posts
    282 Views
    ulrikU

    @ustk thanks!

  • How to load DSP network into project

    4
    0 Votes
    4 Posts
    255 Views
    musictopM

    @Christoph-Hart - the new layout looks very nice.

  • Midi Player - Playlist

    4
    0 Votes
    4 Posts
    366 Views
    DimitrisSPD

    @Christoph-Hart This way seems to be better than mine...is it easy to have a small example as starting point so we can work it out?

  • Attributes not visible in module

    7
    0 Votes
    7 Posts
    254 Views
    Christoph HartC

    The reduction parameters are read only (for visualising what the dynamics module does).

  • Get list of midi files

    19
    0 Votes
    19 Posts
    658 Views
    Dan KorneffD

    @d-healey said in Get list of midi files:

    99% of the time var should not be used

    Thanks for this advice as well.

  • Anyone Done a Rerdering FX?~

    31
    1 Votes
    31 Posts
    2k Views
    marcLabM

    @Lindon I guess I'll manage a shit load of panels then :p

    Thanks!

  • scripting routing matrix - add connections

    86
    1 Votes
    86 Posts
    5k Views
    NatanN

    @Christoph-Hart said in scripting routing matrix - add connections:

    The blue cables are send connection but the API functions were missing.

    Link Preview Image - added RoutingMatrix.addSendConnection() API calls · christophhart/HISE@036b6c0

    The open source framework for sample based instruments - - added RoutingMatrix.addSendConnection() API calls · christophhart/HISE@036b6c0

    favicon

    GitHub (github.com)

    I've added them to the newest branch, if you need them in the scriptnode branch, you should be able to port this commit pretty easily...

    @Christoph-Hart Could You Please Add This One To Master Branch ?

  • isEmailAddress

    7
    3 Votes
    7 Posts
    295 Views
    d.healeyD

    @dustbro I don't think a video is neccessary.

    Server.isEmailAddress("dustbro@hise.com"); // True
    Server.isEmailAddress("dustbrohisecom"); // false

  • Prev Next For CB, Shows Error :/

    11
    0 Votes
    11 Posts
    347 Views
    NatanN

    @ulrik @UrsBollhalder
    Haha, This Fixed The Issue, Not Sure Why, But Error is Now Gone :)

    // Just Added 0+ To The Filternames, And It Fixed :) FilterADSP.setAttribute(FilterADSP.Mode,0+FilterNames[component.getItemText()]);
  • showMarkdownMessage

    1
    0 Votes
    1 Posts
    72 Views
    No one has replied
  • Brainteaser puzzle

    6
    2 Votes
    6 Posts
    365 Views
    d.healeyD

    @ustk A wrong one :p I assumed the entire bath would fill in one minute with both taps on and the plug in. Giving a fill time of 1:20 with the plug out, but the correct answer is the one you got - the original poster of the puzzle gave the correct answer a few hours ago.

40

Online

1.7k

Users

11.7k

Topics

102.1k

Posts