• How to enable Multi Output and Stereo output options within same plugin

    1
    0 Votes
    1 Posts
    43 Views
    No one has replied
  • OverlayMidiPanel: keep dragged MIDI file saved inside the plugin

    2
    0 Votes
    2 Posts
    148 Views
    d.healeyD

    @lijas90 said in OverlayMidiPanel: keep dragged MIDI file saved inside the plugin:

    The directory always opens when the script compiles, not when I press the button.

    You've placed the command inside onInit. This is the callback that runs when you hit compile or when the plugin loads.

    You need to place the command inside the button callback. - Check my YouTube channel, I have lots of videos showing button callbacks.

  • How to set Filter Frequency per voice?

    3
    0 Votes
    3 Posts
    208 Views
    dannytaurusD

    @Christoph-Hart Super helpful, thanks!

  • Computer Keyboard Octave

    12
    1 Votes
    12 Posts
    1k Views
  • How to make plugin automation work in DAWs?

    3
    0 Votes
    3 Posts
    147 Views
    T

    @d-healey Thanks a lot! Turning on isPluginParameter fixed it. The automation parameters now appear perfectly in my DAW. :)

  • Possible?

    5
    0 Votes
    5 Posts
    201 Views
    Oli UllmannO

    @Sampletekk
    You can create an x/y panel with the following things:

    a panel the panel's PaintRoutine the panel's Mouse Callback function some math
  • How to display dynamics.comp meter in plugin gui

    16
    0 Votes
    16 Posts
    344 Views
    LindonL

    @pcs800 all good then, have fun...

  • Script FX gain node

    11
    0 Votes
    11 Posts
    322 Views
    pcs800P

    @Lindon I swear I tried that before and it didn't work, but of course now it does :-/
    Thanks!

  • Matrix Modulation Feedback

    106
    1 Votes
    106 Posts
    10k Views
    Oli UllmannO

    @DanH
    Hmm, I don't see anything right now. Maybe because I don't have a hardcoded effect that I can load in the snippet. I'll take another look at it over the weekend.

    Another thing I noticed:
    In your picture, the gain knob is set to -100db. If you're using a matrix modulator, the knob should be set to 0db, i.e., the maximum.

  • Need Help Structuring My Sample-Based VST (3-Sampler Instrument)

    4
    0 Votes
    4 Posts
    148 Views
    d.healeyD

    @ILIAM Yeah that could work, it's really up to you, there is no one size fits all solution here. Just go with what you think your project needs.

  • Parametric EQ - Limit the amount of nodes?

    20
    0 Votes
    20 Posts
    1k Views
    ustkU

    @Oli-Ullmann Mmm clever!

  • Exported plugin fails to load (Windows ARM)

    54
    0 Votes
    54 Posts
    2k Views
    bendursoB

    @d-healey Oh, I didn’t know I had to remove it from the plugin export as well. I’ve done that now, and my plugin works on an old cpu computer. So, removing AVX is better not only for older computers but also for ARM computers. And then.. what's the benefit of using AVX?

    Definitely, having a checkbox in the project preferences—or maybe an extra definition—would be a good idea :)

  • Added phase offset to Waveform Generator

    1
    4 Votes
    1 Posts
    64 Views
    No one has replied
  • Free-running, or randomised phase, for Waveform Generator oscillators?

    9
    0 Votes
    9 Posts
    638 Views
    dannytaurusD

    @Christoph-Hart said in Free-running, or randomised phase, for Waveform Generator oscillators?:

    The idea of scriptnode was precisely to be able to customize stuff like this so that I don‘t have to frankenstein every HISE module with fringe use cases.

    You can literally rebuild the waveform generator with a few nodes (minus hardsync)

    I appreciate you don't want to FrankenHISE every module, but I coded this for my own needs and thought I may as well make a PR.

    It just adds StartPhase1 and StartPhase2 attributes to Waveform Generator. Allows setting controlled or random phase for Osc1 and Osc2, for example on MIDI note-on.

    https://github.com/christophhart/HISE/pull/792

  • Saving Presets

    3
    0 Votes
    3 Posts
    121 Views
  • Help creating a simple keyswitch between two samplers

    4
    0 Votes
    4 Posts
    135 Views
    lijas90L

    @d-healey Thanks you!

  • How to add detune to ScriptNode oscillator?

    2
    0 Votes
    2 Posts
    98 Views
    Christoph HartC

    Use the converter node and then hook it up to the freq ratio parameter.

    If you also want a semitone detune parameter you can combine those two like this:

    HiseSnippet 1767.3oc4YsraaaDEkzxirshaQRSPQ6NtnKbJBLj7qDitvxOjSEZjifoqQ8JiwjCsFHxYXIGZK0hBTf1E8WHqZ+Fxttp4Gn.En+H4OH8N7gDoDsrjpcZBpLfglW7dt2y80P0ziaP784dJpkNpqKQQcQjdWln0tsvTlR88TT+PTCruf3oEM0Nccw99DSEU0BOUNg5BypD940asC1FyLH8mRQ4XN0f7LpCUze1lU+Jps89XSxQTmT6dsp0M3rc417..OEPkUbwFswmSN.K21LHkuD62RQ8yQquxpFqY9XyUVY8M2v.uAYSKrkUkUMWasMdxlUVcS7ZOYCR40UTKVyjJ3d5Brf3qnN6Nbyt5s3WxhDvwTe5Y1D4fJJ5fjildetsoTEkypraKpsYyDCkuhhJpYeyVgHy1CPMnlzdy227c2vEz5ehzFP0YxBuBYfWkzvqbJ3kCjTSAoYifz8P5FdTWQ+Uj34Nn5LfMsv.OkFJQ6UQ8Unc4vFXhkcvsI66AC5cfk1nb4GoA+6gegU.yPP4LMN6.tf7b1ROrz2WZgR+PIsAWxxJ20jhwiaaS7xcYoqg2nN3Rr.myHdOR6Brc.o2FA0OqMEc01zzTtQjVmZibVcFU7bWB6pbDThMUv29556gEXIQDOGrOWhmfJgf5djKfvfHZYAzdD+1BtKDHLDmAdKby.arHqKjLPKdAvFjg2jjCymJ5lNP7FyuZbg38PMoBiV4iwYxAifk51.iwQie.plkEwPzGfyh1+atcB8RK9ERDeTzTXlzPw+owyv3lDsvoI9TehWkQjO8uF27otic9zjf7Gglj.pQlCsxTlCs36b4PeOHbLSZ9ERvnN0w0lTicAwFx4DhwOBRxXgCrEIyl0QqAmwcawYTiz9VGRDdzyOm3kF64pPaKDPk49y7fpGRrIX+TNeeV0mQYDrGXmHSosnxDWxKW95SPQvUSFcn89aZzB+uIM5nLQyip0Q3gqbcEX9Of8hg1JuMg1g7.AkcdCLD51AZ14f.GcHcuAAfEiQrkM.oNirUknwkkikfPmvLCG7F3S7hUjiUiWrRxho5x4.h3RtW6vnu3uCpcTAN+dE3N0OcAtsss4WtK2wkF6RCdMgy0ja2MIIj5LQ6HA1a6vC.IFi89wC6XyMZqS+NRhZ.2H3HL0V9DzC7gd0LeNSGdNgkMUKbLwyOTlygJuL7GDtbPXBo42Ga.DP2lXnBMD2Ia+C3Qh2xF83yqVmRGADc4jqduR4kTCNByfp5HsmxazjTkDZ.Gn+lXO3oAcaKaZbF0BoZhLJembD3IMiDdKhp6erbUCrsxwxZ1xCEJO41iUzhxst.haYYCpmRF099oT6jMLrp0+viVUlF3VnGbKDA24htiBfqKf8BkhxAvPuJK2eCCC3RHeBzfDe.DuPwe9jW9lql.tF7WDEVJKF4kP5hUBSVm187Hr24Dge70.XDiHG9Ppnto7tztN3SCX9fM.DZO5Vt1bnnGsRJm.IJRFAJPCJKV7IoRV5UMvcFbtp5BhaTPR+TN5sIWFYKyTceu9B9HRGwQ7vuuaOqKvEeMyjXAzuox.BRQItIigle6.A2ARsY1yiL1Qbw9LakogZmCY.Dm+XvqSDatHZW3b2r7YITCvzPcs6NYT5I4PomjCkBYoemfRGvFjgT+3djZl8LLudejIQDvHmBavHpt5.b7u9xSxxwlHmX6qFjrUyUxcZVgR2WSvAdqEwSCyL07gpBZTgFGL.vJga2xi7sZdRRVyMgNz3Vgqw8Mf6SEhgrdQSfmwhnTOkL9EKh1WJ6CkOlA7LJLZOCP9C4Y.A1ua4YLZU30+w+dUHUf0DqEudq70B3JMWkVL+siVfPaaZdSRCYbkTRUMMiq3Ps83QVN0xCGYl4zYCI6LXH4HJmJ2DbI0NIukr8n9t13t6D.WvHJqXlYjYoASPmjdPq4bFwDdvgGOouzLwNESQYkFuXm6NgEJiqYb8bVS74QuuZ8fydpGOvMbvX5JllIyUUVq5Ppxu72CpJ+1KdwuOrpT8mb9ysh5vRlDJ.ZSt6Mj97isqlq9.ymVetSNQSaML0TdBolLIUukInQjqnzzmzdzNdOEj1sudcMD0MS8mlsjumnaHcY7pJU3FhiFkhUL7sB91jiBujWZEKJvVO9tO9JS90EBema4ph05.xfgsS8pofBwPNa7YxN5xf1wvHTOZ1PxYHxHcKUWcGVouj30bQpXaSwvt7Ul7Vteexrj4FV4aW1gya6fCeMNS2ua0aiW5jC1vieZ70Gjp67gy.jAK9sRzPNVqhxECZnbnlzSMLx9nF5fqLsGb0o8fqMsGb8o8faLsG7wS6Aex0eP4ukSb1YoqKj7sYsn95Tqwhhajor+G.Rsebr
  • How to show knob value in DAW tooltip

    5
    0 Votes
    5 Posts
    273 Views
    O

    @d-healey Yes I have seen in with multiple third Party Plugins

  • Custom envelopes or LFO's locking up when set to monophonic mode???

    1
    0 Votes
    1 Posts
    72 Views
    No one has replied
  • 8 Times more CPU consumption on Aida-X Neural Models

    51
    1 Votes
    51 Posts
    10k Views
    YarostY

    @Dan-Korneff thanks a lot bro!

25

Online

2.0k

Users

12.9k

Topics

111.7k

Posts