• confusing convolution

    37
    1 Votes
    37 Posts
    5k Views
    ?

    hate to be that guy but buuump šŸ™‚

  • Child panels seem to hang around on recompile

    18
    0 Votes
    18 Posts
    2k Views
    ustkU

    @d-healey Oh I understand now, forget my message above :)

  • get callback from the presetbrowser?

    14
    0 Votes
    14 Posts
    1k Views
    ulrikU

    @d-healey Ah, yes I remember now, thank you!

  • Spaces problem

    5
    0 Votes
    5 Posts
    429 Views
    S

    @d-healey Thanks so much David!

  • remove modulators by script?

    6
    0 Votes
    6 Posts
    523 Views
    ulrikU

    @d-healey this was easy peasy, thank you David you just made my day šŸ‘

  • Piano Pedal Behavior

    9
    0 Votes
    9 Posts
    1k Views
    nouslouN

    @lindon @d-healey @ustk Guys, you are all brilliant! Thank you very much as always!

  • Two knobs controlling eachother

    8
    0 Votes
    8 Posts
    657 Views
    DanHD

    @christoph-hart oh this one šŸ˜‚

    Works great! :)

    Screenshot 2022-01-27 at 15.51.54.png

  • File.startAsProcess() wrapper

    11
    2 Votes
    11 Posts
    1k Views
    orangeO

    @ustk said in File.startAsProcess() wrapper:

    @d-healey Yeah neither do I (I searched all branches). I think it's a mistake of me, so go ahead :)

    I think the .unzip function was added a couple of months ago, maybe that's the cause of the confusion.

  • Host transport callbacks

    13
    0 Votes
    13 Posts
    2k Views
    Y

    @d-healey

    I have just corrected my problem. My problem was that there was only one state in my reminder so I put this line. and it works now.

    th.setOnTransportChange(false, function(isPlaying) { Button1.setValue(isPlaying ? 1-value : value); Button1.changed(); });
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Count and read Modulators in Chain

    7
    0 Votes
    7 Posts
    748 Views
    ulrikU

    @ustk Yes it works, I use it in this project :)

  • Engine.getPreloadProgress update interval

    11
    0 Votes
    11 Posts
    1k Views
    David HealeyD

    @christoph-hart Ah I see, it's a JUCE limitation. I think in that case I'll just use a generic spinner type progress indicator.

  • Possible to get Envelope value from...

    11
    0 Votes
    11 Posts
    906 Views
    ulrikU

    @ustk said in Possible to get Envelope value from...:

    Wouldn't it be better to go from falling edge to linear with all curves in between instead?

    Yes it would.

  • Change GlobalModulator source?

    3
    0 Votes
    3 Posts
    375 Views
    ulrikU

    @ustk that is a pity, @Christoph-Hart could we have this implemented?

  • get midi channel for EventId?

    5
    0 Votes
    5 Posts
    479 Views
    ulrikU

    @d-healey said in get midi channel for EventId?:

    @ulrik Then I think the midilist is the way to go

    Yes, I think you're right

  • JSON Server response

    3
    0 Votes
    3 Posts
    497 Views
    I

    @lindon Thaaaaank you!!

  • How to use fixObjectFactory?

    1
    0 Votes
    1 Posts
    134 Views
    No one has replied
  • Do we need to manually NoteOff every artificial note on?

    2
    0 Votes
    2 Posts
    420 Views
    ustkU

    @rcjach Hanging notes are bad... Hanging notes are wrong... Hanging notes are frivolous, insidious, perfidious... Hanging notes contribute to losing your mind, hence favour anxiety, malnutrition, leading to grave diseases and even cancers. They are not compatible with new year wishes we want to spread all over the world. So join the league now and help us fighting against Hanging Notes!

    This was a message from the NMHN community (No More Hanging Notes).
    NMHN, For a better world...
    šŸ˜›

  • What is updateContentPropertyInternal for?

    2
    0 Votes
    2 Posts
    399 Views
    ustkU

    @d-healey the source says

    /** This updates the internal content data object from the script processor. * * You should never use this, but use ScriptComponentEditBroadcaster::setPropertyForSelection() instead. */

    Apparently it is called internally when you set an attribute, so it has no purpose from the script if I understand well...

  • 0 Votes
    4 Posts
    1k Views
    David HealeyD

    @andioak said in IR Convolution plugin - sample location and best practices?:

    That one was just super popular What happened?

    Popularity has nothing to do with it. Git is a version control system, branches represent different versions of the source code, the scriptnode branch was a feature branch, once the feature (scriptnode) was stable it was merged back into the develop branch. Once the develop branch gets to a point where it's stable-ish it is merged into the master branch. So the master branch will always be out of date, but should at least build and export successfully. The develop branch is the cutting edge latest changes, unless there is a feature branch that is being actively worked on.

    @andioak said in IR Convolution plugin - sample location and best practices?:

    So no function to get all files and sub-folders of files then? We really need that one. That one would make it possible for users to copy-paste files that then show up n the plugin. Dynomite.

    Yes you can use the file system and file apis (I have several videos about these on Patreon). This is not directly related to loading files into the convo reverb though.

19

Online

2.3k

Users

13.7k

Topics

119.3k

Posts