• Spaces problem

    5
    0 Votes
    5 Posts
    210 Views
    S

    @d-healey Thanks so much David!

  • remove modulators by script?

    6
    0 Votes
    6 Posts
    267 Views
    ulrikU

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

  • Piano Pedal Behavior

    9
    0 Votes
    9 Posts
    592 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
    293 Views
    DanHD

    @christoph-hart oh this one :face_with_tears_of_joy:

    Works great! :)

    Screenshot 2022-01-27 at 15.51.54.png

  • File.startAsProcess() wrapper

    11
    2 Votes
    11 Posts
    453 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
    1k 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
    350 Views
    ulrikU

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

  • Engine.getPreloadProgress update interval

    11
    0 Votes
    11 Posts
    469 Views
    d.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
    391 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
    198 Views
    ulrikU

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

  • get midi channel for EventId?

    5
    0 Votes
    5 Posts
    243 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
    285 Views
    I

    @lindon Thaaaaank you!!

  • How to use fixObjectFactory?

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

    2
    0 Votes
    2 Posts
    282 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
    203 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
    560 Views
    d.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.

  • SliderPack Randomize, How?

    7
    0 Votes
    7 Posts
    309 Views
    DabDabD

    @iamlamprey Ok.. I will try

  • Lfo Free / Sync Speed Bug, Any Advice?

    8
    0 Votes
    8 Posts
    503 Views
    LindonL

    @tania-ghosh said in Lfo Free / Sync Speed Bug, Any Advice?:

    This guys making a bad impression of Bangalore India by doing such stupid Spamming.

    Bangalore is a lovely place, full of greenery as I remember...

  • How to use sortWithFunction?

    2
    0 Votes
    2 Posts
    121 Views
    d.healeyD

    @d-healey Two minutes digging around on the internet leads me to the solution

    reg arr = [5, 3, 6, 4, 1, 2]; Engine.sortWithFunction(arr, function(a, b) { if (a < b) return -1 else return a > b; }); Console.print(trace(arr));

25

Online

1.8k

Users

12.1k

Topics

105.7k

Posts