• Faust - if/else condition multiplies the input by 6

    3
    0 Votes
    3 Posts
    146 Views
    JulesVJ

    @sletz Interesting! Thank you.

  • Compile Error

    12
    0 Votes
    12 Posts
    261 Views
    d.healeyD

    @Lawrence said in Compile Error:

    No, I downloaded it from Steingberg as outlined in the instructions

    Here are the up to date instructions - https://github.com/christophhart/HISE?tab=readme-ov-file#how-to-compile-hise

  • Scriptnode Square shape

    4
    0 Votes
    4 Posts
    89 Views
    ustkU

    @treynterrio Concatenate the ternary operator:

    (input < 0.5f) ? 0 : (input < 0.75f) ? 1.0f : 2.0f
  • Exit callback

    23
    2 Votes
    23 Posts
    742 Views
    A

    @d-healey You can disable the native bar then choose which of the buttons should be shown. This lets them get styled with LAF.

    I'm not sure if the ones that remain shown get auto-positioned, if so, it would probably be a good idea to introduce a minimize method which just calls the system function for minimizing, and then for close we can define our own behavior and call quit, and for maximize we can use the new UI rescale method and do all the math for scaling the components manually.

  • Monitor changes inside Scriptfx - the correct method? (broadcasters listeners)

    Solved
    18
    0 Votes
    18 Posts
    436 Views
    griffinboyG

    @Christoph-Hart

    It works! Thank you!
    I'll do a video on this soon in my scriptnode c++ series. I've been remaking the first few videos to make more sense and go into better depth.

  • How are external script files saved?

    Solved
    10
    1 Votes
    10 Posts
    261 Views
    Christoph HartC

    @dannytaurus Alright, that's fixed now. I realized that pressing F5 in the code editor will also just save the currently edited file, which also might be confusing, so that's fixed too (I guess in my years of using HISE I never once edited a file without pressing compile afterwards)...

  • SliderPack popup value.

    6
    0 Votes
    6 Posts
    310 Views
    Adam_GA

    @ustk were-not-worthy-waynes-world.gif

  • Bug in Synth group "Spread" ?

    4
    1 Votes
    4 Posts
    144 Views
    dannytaurusD

    Confirmed here.

    When I close and reopen the Synth Group popup module window the Spread param resets to zero.

    Seems like a bug.

    I'm on develop branch commit db780f4f (Oct 1st).

  • Updating product and preset procedure

    6
    1 Votes
    6 Posts
    139 Views
    Christoph HartC

    @ustk said in Updating product and preset procedure:

    But anyway if nothing bad can happen loading an older preset, I'm feeling relieved already

    Yup as @orange said, if you're only adding new controls, just make sure that the default values are sensible and they will be initialised to those values.

    There are more advanced tools available in the UserPresetHandler class, but they are only required if there are breaking changes in your preset design (eg. because you have changed internal ranges or something else).

  • Connecting Multi-column Combobox to sampler

    Solved
    10
    0 Votes
    10 Posts
    215 Views
    J

    @ulrik I figured it out...I had my sample maps named like "Elements_Element 004" same way in the code smh...I thought I needed to do that...when I took the "Elements_" off the front of my sample map name it started working! 😬

  • Standard way to make icon buttons?

    13
    0 Votes
    13 Posts
    316 Views
    d.healeyD

    @dannytaurus said in Standard way to make icon buttons?:

    is it common to have several LAF

    Yes. You should make use of local look and feel where you can. The golden rule is to avoid repeating yourself, so if multiple controls can share the same laf there is no reason why they shouldn't.

    For the few components that can only be styled globally you should use a single global laf object.

  • CSS Discussion

    34
    1 Votes
    34 Posts
    2k Views
    d.healeyD

    Do the width/height css properties do anything for buttons? I see width used for sliders in the docs but when I try to apply it to a button I see no change.

  • tempo_sync node faster than 1/64t

    5
    0 Votes
    5 Posts
    146 Views
    M

    @DanH
    Ok, it was easier than expected, There are some graphical glitches but the time in ms is correct.

    f5fac53e-6003-4b3e-afe0-e3478c470e17-image.png

  • Daw

    11
    0 Votes
    11 Posts
    314 Views
    orangeO

    @udalilprofile said in Daw:

    @orange . I made several copies of the same plugin, just changed the name. One of the three daws discovered.

    Have you changed the "Plugin Code" in the Preferences section too?

  • Faust waveshaper

    8
    0 Votes
    8 Posts
    280 Views
    JulesVJ

    @DabDab @Ben-Catman Thank you so much

  • Using LUT on SNEX

    Unsolved
    16
    0 Votes
    16 Posts
    447 Views
    Dan KorneffD

    Sorry for the late reply. I just realized that I'm using a 3rd party node for my LUT test.
    Here's the full project you guys can take a look:
    https://hub.korneffaudio.com/index.php/s/xPcEwQicPH63Fkd

  • Different VU/peak meters for different samplers

    Solved
    6
    0 Votes
    6 Posts
    146 Views
    J

    @orange dope! yup I was able to restructure my gain and its working the way I need for it to now...this is good! gonna def check out the other thread...thanks!

  • Samples - Show Waveform and Playhead

    4
    0 Votes
    4 Posts
    148 Views
    griffinboyG

    @Ben-Catman
    Set sample index to -1 I belive that this will do it

    see the image above

  • is there any example for "Choke group processor"?

    3
    0 Votes
    3 Posts
    176 Views
    Christoph HartC

    @clevername27 If you mean this

    Link Preview Image HISE | Docs

    favicon

    (docs.hise.audio)

    Then it's not using the choke group processor but a custom script that replicates the behaviour. I think the snippet predates the native module, so I probably should update it to use the best practice.

  • LFO Plotter graph not showing in DAW

    Solved
    3
    0 Votes
    3 Posts
    122 Views
    dannytaurusD

    @Mighty23 That did the trick - thanks! 🙏

39

Online

1.6k

Users

11.2k

Topics

97.1k

Posts