• Warning: undefined parameter 0

    7
    0 Votes
    7 Posts
    197 Views
    orangeO

    @d-healey said in Warning: undefined parameter 0:

    @orange said in Warning: undefined parameter 0:

    undefined parameter 0

    That's telling you that the first parameter that you are passing to a function -- the thing in () -- is undefined.

    Makes sense :) But it wouldn't warn previously

    @dannytaurus said in Warning: undefined parameter 0:

    @orange Is there a line number shown with the error message?

    Yes the code that I shared above is the dedicated line.

  • OS for compiling in Linux?

    11
    0 Votes
    11 Posts
    313 Views
    d.healeyD

    @bendurso Yeah just for Linux. Main reason is because of the way Linux shares libraries so you need to use a version of the library that is the same or older than the version a user will have. So using a newer OS will use a newer version of a library which users on older OS versions won't have available.

    For standard programs there are solutions to this like flatpak. snap, appimage, but I don't think such a solution exists for plugins.

    I just checked and I'm using Linux Mint 18.

  • Label Component Text Entry Not Following Alignment

    4
    2 Votes
    4 Posts
    137 Views
    Christoph HartC

    Yeah, I thought I fixed that at some point (this is JUCE default behaviour so I had to subclass the Label anyways) and with the CSS renderer it should apply the justification to both editor and label.

    Anyways, it's fixed now. Good stuff.

  • LFO scriptnode Modul doesn't work

    6
    0 Votes
    6 Posts
    201 Views
    Matt_SFM

    @treynterrio do you have a snippet?

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

    3
    0 Votes
    3 Posts
    200 Views
    JulesVJ

    @sletz Interesting! Thank you.

  • Compile Error

    12
    0 Votes
    12 Posts
    301 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
    103 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
    899 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.

  • How are external script files saved?

    Solved
    10
    1 Votes
    10 Posts
    397 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
    373 Views
    Adam_GA

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

  • Bug in Synth group "Spread" ?

    4
    1 Votes
    4 Posts
    237 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
    188 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
    359 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
    688 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
    6k 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
    305 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
    437 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
    432 Views
    JulesVJ

    @DabDab @Ben-Catman Thank you so much

  • Using LUT on SNEX

    Unsolved
    16
    0 Votes
    16 Posts
    590 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
    361 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!

21

Online

1.8k

Users

12.1k

Topics

105.7k

Posts