• 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
    325 Views
    ulrikU

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

  • Engine.getPreloadProgress update interval

    11
    0 Votes
    11 Posts
    442 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
    359 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
    194 Views
    ulrikU

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

  • get midi channel for EventId?

    5
    0 Votes
    5 Posts
    220 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
    252 Views
    I

    @lindon Thaaaaank you!!

  • How to use fixObjectFactory?

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

    2
    0 Votes
    2 Posts
    261 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
    182 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
    505 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
    297 Views
    DabDabD

    @iamlamprey Ok.. I will try

  • Lfo Free / Sync Speed Bug, Any Advice?

    8
    0 Votes
    8 Posts
    387 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
    118 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));
  • Need Help with Next/Prev/Rand Buttons ( Natan is Back )

    15
    0 Votes
    15 Posts
    540 Views
    NatanN

    @matt_sf said in Need Help with Next/Prev/Rand Buttons ( Natan is Back ):

    HiseSnippet 2471.3oc2YstaaibElLNLXkZ7tY2ld4mSU6OjhrUjbh2a1Iq7EotdWeQvxIM.AAozjijFXJNrjirrZpARQQA5+1tuAsnuD8m4QnOB8QnuAsmyvaCEoccb6tnakArDm4b46Ly41LrmO2hFDv80zKczLOpl9sM5OyULZqQlLWsc1VS+GZz2brmCkroOeZ.0mzyzk5ns4LOyf.pslt9B+bjV8R2TS94e7YaZ5X5ZQSGRS6oblEcW1XlHczds+RliSWSa5QrwJT+v16Xwc2h6vm.3ZAilZdlVmXNjtuIR1MLzzuUGalf62WXJnAZ52bSt8r9i3ScCo+or.1wNT7gVZ8AAENbWtiMhXbTssFwbr6Ea+AZZ5F8RWMVHb03tF6wrYIimtpbG4DjTNTWOzuQV3sPF30REdMUfWAPRWAR2LDRuuQeKelmHcFDOeOicbET+AlvxtJTBoU6FK8dFawAJbEMFadBsqO7PBGUa07SVYIxpMaVasEKi+c+6SxtquXYXKIPPN0zmrKm60ywbF3K7HhzaowPpXiI1LdHSIPqZkTZqDJ6TwDRarW0iHw3Cj0V7wdbW3gpUxPkTFJRf5PsDT6PZPuiKVL4HMBO9zgj.4fO0zAXe4VqQt+8EbR.rARIhQTh0DeePHQjQ9oHaYfUCaSgYC2IiAe1IicC.wr5ZWDMGBOBD7QMiVpyRU.UzC7wDGxmHXtzpCl3ZIXb2pCqsX4WgzSfOnwOEDhXDK.MzeAyVLpZMx8CGYN3rVJSiTX5yorgiD44BA3ZpZhAL0JRHCaL.hY2vwopzWAGJ7+Cfc6Y.gMWiLa87xiLqdcRsXheU3WwePdOKj2yHqWrMPNCEPJeklSFHPQunmeF4djo0WcIxL3GiveLc4VMWhLB9+KVKKSwVY7mg35eXhmT6KcRzzgMFWHIxgf2jo6PGZU+kHsdXsbB9heJiRd1fAexJ3e40FPUWN56tgOyzoBnlOLOQ19lSOhdVRfBYYRk5rk7IySZdbD+gMnJ6QotEPXvDZ0Z0aUqXxeUwCmyxNqa2lM61c6sJBIW40zqnxdV2tq7.7uKWY4WR+3KmgKc4sXFOWMpHy5b85J557XR.5OONsag4C1iOIftkoiywPUvzDBzSgbRgIEh0GrSJGsgkCy5DpcsbQaXThkLhZGaHXwyzOfBkAhX6r3TAJoTtWggipqZxHO9zhD3LEAljt4d4S2Lu3NE8AwrNj5QhtXX.SGaMJRH8WRdBh8okRc4VpJSRf0HvqiZWUchjenVaPJ.EhBRJl7DO.YzpIDWCKhf40FxEDnXh2D3qQlBxHJTT4XJLCsH.CLsK2zNp1X.4yopzAk1B3NzFd9PEhPyI0OLieWhmvXz44IdodBkJ0wcHTYoA3PsOGZO4fACRr7Dmx3+edZCAY7Kg1J3NNWR87PBtZU0CosRrpXtN.9HwN5DtaATihE9tpUrLWJb2IMf.+jKVpZkYUVJYg6boFeKPXXJGolSBHuL3EZR4PA1tqe9H5ZkeU4RYcYSbnP21nI8odXGBvlV71ybJPX5GphpqrZTGcfe09PZLxuA5XkdJ70glt17wY2.G56su4oaNQH3xdXddwqLnDB0XkZKcg4NCcWKfcDG+GvdHviEvKVqbjAr2FO6k82Xud61oO.8GrZSXFHJiT83vFKNFZrHiA1vg5NTLBlodc4JelYe9wun3M6DRR1hKed4B7Ymmt7dpnNc3VPlEFT8C6+IK9jidvfTFQOfxkXCHU+IgRf.Qy9TwDeWXFXpfoLg0HRUIm0JWBTPIKy.Jo4mB+BepjR5LL85mkI+l5Z3mlYlzeC8Gix4Xep4I3uNOVGsJVGpxLq1Zcg5n9EoiUJRGj8LgSf3C9EXgGnSOEUVKuff0oyw0w+cIumHGUd..O7DuXZbaVfGbXFBnKhClmFm0kNMB6PBk7tB4zS5tOnkDoXwgCYD.az1L2gDnqHJ3V.pDmyANDEwSdJpxkROQkrcFfvpUdUuCO3K5r0Qur6A6tcmCOuRcRk3RHPGKPYxvJpvvMF3XZA4ZIkk5WwJiNdiKfzxkxedovzmBH5sxRIGmhj1VTrRvk7B3NsHaTZ2EKqFs.UhNHJCHDOQleJrFUAyEEa4.o5JZ5vjfWBiUgVINl5qFQhDBm0N6A3Mt3Cvqd+BVgYrTHj6tiKSbfG08ht0Asnzb3g8iPEPpPdT+2M5n98cX1TeMFbh9efQAUazjvO4BTt8e9MZOYmsgVkhEJHePmdTeACMG8somxrng2mPIisoAmH3dZ52JIOqld4PHrX7sMHuzGDAePDBBPACEh.fcl5M8LK4geoU6oXWjICbmut8HYWfIi72EsOdX7M8T5VwxfIniurQWQcXzkLOwngmXLuyEYLuW1kyKxRfUzrVh1WMuk7G9KsgleAson1BVpfBI7owkSBP..mkljNfV9sfqrWPJ3eyW0NE7sosGqb+bfsL1LicNlYa6P6wCXXzQJge87Fcm4M527qZGHlgABkMdJ5cAUyxXBkxtvuq4wQK720HeNBEC30iULfWu+b9Q+of4Ah15sQ2.M8ejQ9TSOn0pZTHd1TFxpuv.X2nO6WqbiiMaW.niW2CqGKQ8sMRa9QAs+0eaVzFBECi0WecsrH+0eY6.ySgSHAxAxmhng5h3BuMwcol9t3Prf83iAnX5ChU+FWUrk1YkB19i+thw1ie7i+1CauqgZaaJnazuuHzcKiC2X+smCdZGccfW96O8NF6wsm3XJxdct3cXGMAFDndGp38j5BAGyTui6+qcGuWUH99F8vt6JFi2n.LB4.+l.iQ2L9hFcFL.BzRA3MM59ruYtFbU0+8iUu79lwlgng2.9sMR6L5Rd6D+sq5amv6J+1I5Oy0B1VnptGx8pi7gb5P6bppBAYGoeqs5vGx4BrSG02NRXzRe73bf3yPMb3d+frR.6DL4EjHS3anKytiI6C+I1GoTbpCzw0N9Q8EtrWqRqq4qU4l+O2qU46.YEx7leJEiw9Lzini6oTGvuWhwO.Zeaf4DGQ7nsxfx83tbuQbWlUV+GgOa3PpuJ1Kzf1PH.e3zQta6Cg5qvYwRG5m0dWn0FS+4CAdKVKZ8V+VvJb+5GaDBWBFwR9ta17E9+6r4guaqgvw18YXto8mLtOjL0hBZ2E5LGOvET5FYU9by37S8ot1xG9mvmnIagOqGMYq3I+VQGiMg9teoU3g1P+z2QNBX2tx7vkL1CelzJ97YFFMazDa2l8RKKbId4VZZEyyJWCddv0fmGdM3Y0qAOe30fmO5ZvyGeo7fEW1XhfONLjCFnWG44j00SpIquf1+Bn6CzaO

    Haha Excellent Job :growing_heart: Works Like A Charm :)
    Thanks, A Lot :folded_hands:

  • Faking A LAF Slider To Show Percent Instead Of Actual Value?!

    13
    0 Votes
    13 Posts
    384 Views
    NatanN

    @iamlamprey Yeah I'll Check and See if That Works Or Not.
    BTW This one works Just Fine
    g.drawAlignedText(parseInt(obj.valueNormalized * 100) + "%", obj.area, "centred");

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Macro again

    8
    0 Votes
    8 Posts
    244 Views
    ulrikU

    @christoph-hart said in Macro again:

    Use scriptnode and build whatever modulation architecture you need.

    I will go for number 3 !!
    I just have to start learning scriptnode now :)
    Thank you Christoph!

  • Volume control on a per-note basis with MultiMics

    6
    0 Votes
    6 Posts
    310 Views
    Dan KorneffD

    @stefangant said in Volume control on a per-note basis with MultiMics:

    I would need 12 Sampler

    I have just over 30 samplers in one of my drum plugins. Works just fine here :)

53

Online

1.7k

Users

11.7k

Topics

102.1k

Posts