• Chasing logic/auval validation...

    18
    0 Votes
    18 Posts
    1k Views
    Dan KorneffD

    @christoph-hart it appears that this no longer works:

    param.beginChangeGesture(); param.setValueNotifyingHost (newValue); param.endChangeGesture();

    We should use instead:

    void mouseDown (const MouseEvent&) override { param.beginChangeGesture(); } void mouseUp (const MouseEvent&) override { param.setValueNotifyingHost (newValue); param.endChangeGesture(); }

    What do you think?

  • cursors in the LFO display

    3
    0 Votes
    3 Posts
    259 Views
    LindonL

    @danh - thanks - works well ...

  • Scriptnode How to Invert SoftBypass

    2
    0 Votes
    2 Posts
    335 Views
    dejansD

    @dejans Ok, figured it out, basically using an xfader with switch setting is doing the trick.

  • Can’t find scriptnode on new UI

    3
    0 Votes
    3 Posts
    335 Views
    JayJ

    @d-healey Thanks

  • Syncing LFO modulation on fx plugin

    9
    0 Votes
    9 Posts
    547 Views
    lalalandsynthL

    @matt_sf Well , I might also start at any random place within the bar and the lfo should sync up to that , most synths do this.

    Imagine a drum machine that would only sync if started at the beginning of a bar , that would not be acceptable these days.

    Feels like there should be a "follow playhead" feature ?

  • IPP & DEVELOP

    12
    0 Votes
    12 Posts
    651 Views
    DanHD

    @d-healey sorry, found some other paths I needed to copy over doh - 🙄

  • For the love of god.....

    17
    1 Votes
    17 Posts
    679 Views
    Christoph HartC

    @d-healey No, 1px raster means no raster (currently the raster is 10px unless you hold down Ctrl/Command).

  • Web page in plugin ?

    7
    0 Votes
    7 Posts
    434 Views
    Y

    @d-healey I have to learn all this. I already have a hostinger server

  • Sysex ?

    8
    0 Votes
    8 Posts
    588 Views
    lalalandsynthL

    @christoph-hart Would also be interesting if we could output CC from an LFO using the same method , or a different one ? Is this possible somehow ?

  • myPanel.get("childComponents") - seems not to work

    11
    0 Votes
    11 Posts
    430 Views
    d.healeyD

    @lindon Digging up this old thread as I was looking for something else. Just thought I'd let you know that I added a Panel.getChildComponents() function a few weeks ago. https://github.com/christophhart/HISE/pull/235

  • Max num arguments in Console.print

    4
    0 Votes
    4 Posts
    174 Views
    d.healeyD

    @sawer said in Max num arguments in Console.print:

    Can Hise only print one argument inside parentheses?

    46222ec3-c963-4b97-a52c-583af26d4b3f-image.png

  • vector drawing...

    14
    0 Votes
    14 Posts
    503 Views
    ustkU

    @lindon You said you wanted it inside... Try to understand the thing, offset is 10 while thickness is 5. So playing with thickness only gives you access to 2.5% of the possible movement ;)

    the calculation I've made before was to place the arc right inside the circle and be able to move it around the edge of it, not much more....

    If you want to place it freely, just give normArcPos a fix value

    var normArcPos = 0.1; // or smaller
  • Layers and Gaussian blurs.....

    2
    0 Votes
    2 Posts
    224 Views
    LindonL

    @lindon --and random value setting comes to the rescue again - why oh why is none of this documented anywhere?

    do this:

    laf.registerFunction("drawToggleButton", function(g, obj) { var a = obj.area; g.beginLayer(true); g.setColour(obj.bgColour); g.drawRect([0,10,a[2],a[3]-20],1+ obj.value); g.drawAlignedText(obj.text, [0,10,a[2],a[3]-20], "centred"); g.endLayer(); if (obj.value) { g.beginLayer(false); g.setColour(obj.itemColour1); g.fillEllipse([0,a[3]-10,a[2],5]); g.gaussianBlur(3); g.endLayer(); } });

    see that false there in the second layer?

  • 0 Votes
    10 Posts
    429 Views
    T

    @christoph-hart I was using timer for an IR swap as you suggested here on the forum a few months back. The idea was to mute the audio, swap the IR, disable the mute if you remember. I got rid of that and it renders properly now.

  • Spectral Analyser Questions

    13
    0 Votes
    13 Posts
    616 Views
    ustkU

    @mehmethand That is not currently possible

    @ulrik yes changing the floating tile data is a bit harder. But I generally don't want all types. You can also create 3 tiles and just show the one you want

  • InnoSetup Question

    6
    0 Votes
    6 Posts
    277 Views
    DanHD

    @dustbro Thanks mate, this is what I figured, users testing now, cheers!

  • max num modulators?

    1
    0 Votes
    1 Posts
    91 Views
    No one has replied
  • Keyboard(s) Paint Routine Inline Function

    16
    0 Votes
    16 Posts
    874 Views
    d.healeyD

    @crd said in Keyboard(s) Paint Routine Inline Function:

    setting "DefaultAppearance" to false gets rid of the lower line. I'm not sure if that helps...

    Still shows up here, just moves down a bit.

  • Hise with Git

    25
    0 Votes
    25 Posts
    944 Views
    S

    @sawer Screenshot 2022-01-30 at 11.29.03.png
    Built successfully

    Downloaded command line Place ipp folders correctly installed new version of Juce

    Thanks.

  • AudioWaveForm & LAF?!

    1
    0 Votes
    1 Posts
    144 Views
    No one has replied

22

Online

1.9k

Users

12.5k

Topics

108.9k

Posts