• AUval

    9
    0 Votes
    9 Posts
    799 Views
    Matt_SFM

    @trillbilly try the command auval -help, it will give you a list of the available commands. IIRC the command you're looking for is auval -v + the specific code of your plugin (but i'm unable to check right now, I'll take a look when I'm back at home).

  • Mac Keychain headaches - Help!

    6
    0 Votes
    6 Posts
    288 Views
    Y

    @danh be careful before deleting backups and passwords too. I made this mistake. I had to wait 3 months for Apple to release me 2 certificates. I used all 5 ^^

  • CC Output ?

    6
    0 Votes
    6 Posts
    530 Views
    lalalandsynthL

    @crd It seems that is not possible ....yet ;)
    I feel it should be an option.
    We have the sysex sorted somewhat , just need the cc output .

  • Scriptnode LFO , display waveform.

    1
    1 Votes
    1 Posts
    167 Views
    No one has replied
  • Chasing logic/auval validation...

    18
    0 Votes
    18 Posts
    2k 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
    357 Views
    LindonL

    @danh - thanks - works well ...

  • Scriptnode How to Invert SoftBypass

    2
    0 Votes
    2 Posts
    410 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
    428 Views
    JayJ

    @d-healey Thanks

  • Syncing LFO modulation on fx plugin

    9
    0 Votes
    9 Posts
    614 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
    715 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
    749 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
    465 Views
    Y

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

  • Sysex ?

    8
    0 Votes
    8 Posts
    671 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
    490 Views
    David 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
    199 Views
    David 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
    577 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
    236 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
    495 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
    704 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
    329 Views
    DanHD

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

14

Online

2.1k

Users

13.1k

Topics

113.6k

Posts