• cursors in the LFO display

    3
    0 Votes
    3 Posts
    248 Views
    LindonL

    @danh - thanks - works well ...

  • Scriptnode How to Invert SoftBypass

    2
    0 Votes
    2 Posts
    306 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
    320 Views
    JayJ

    @d-healey Thanks

  • Syncing LFO modulation on fx plugin

    9
    0 Votes
    9 Posts
    520 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
    648 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
    675 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
    424 Views
    Y

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

  • Sysex ?

    8
    0 Votes
    8 Posts
    581 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
    396 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
    161 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
    403 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
    215 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
    426 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
    584 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
    274 Views
    DanHD

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

  • max num modulators?

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

    16
    0 Votes
    16 Posts
    798 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
    938 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
    138 Views
    No one has replied
  • Master on m1

    12
    0 Votes
    12 Posts
    661 Views
    dejansD

    @christoph-hart @d-healey Thanks for the clarification.

25

Online

1.8k

Users

12.1k

Topics

105.6k

Posts