Synced Gain Envelope Plugin...
-
Hello
- How can we make a synced LFO gain plugin with drawable table?
- How to make an audio scope?
The example is this;
-
- Use a LFO in the GainModulation Chain of a SimpleGain module and use the Custom shape:
HiseSnippet 1017.3oc0W0sTaaDEdWauMARoM+cQtTWzKHSR8HCDSXxE0AaLiZArKhPZZuHyhzZ6crztJRqL0sSeF5CTeo5aP6YkjsjINNXlAlvdA3yeZ+1ye6Y6FJcXQQxPD9dmLNfgveMwdrPMn4.JWfrZgveC4PZjhEZjxZ2wAznHlKBiKuulAdkJnj0+9C6R8nBGVNKD5TI2gc.2mqx4Fz3m3ddsotrS39EzdqFVNRQSomLFvSYhIJf5Lj1mcDUqVIBZDmcdDBaR1bipgCqc1e75pWX8yl61rZ09yxG4DGFxDpSAyQXB9+fElrmKWICsUTEC9lk2U5N1df7bQ5VeJOhelGSSTCYCXJkMp4.tma2ItsHDBWoatSrbpS7wjC4t7o7ycl2OQfQtEEcm3RyBoJy.oZeJH0V54p+.eB3gK.uJov6ADamPdfJWhFa2iXIf3bOJDAKBqTcQ3+gzTBJHTU8oCYsCAhoFrdcSyma7BSym9pdwBGEWJLjhijJVGw5Oc0+b0UV8uV8hR50adhzaRnzyiENOo5LlvEX15hX+yXgO2XD0KlMQO3jOqq8qtbtVmzCbAEkBKAW0IfkQm67qMGmOJyioCCY.DfhJIHrVVP3Dpdi4v23tjjeWCkf8hUQtTEEgYjs23Bo6i5b7wG+i6n+4NMSnsrrFtSA4vp9Na9g2z4k1+p26f+s81seV25c6UOUe3O8dVA6Qn2X0RucYPFPObhBXgJt1wgawFAUzo4QqPZwhFpjAI55GHE5yJ9Ne1C3ume39tFiKRbN2UMPWi1pDBMfw6OPoodBFZaLwwZAepukbP6NFGJci8nPbEg93rbnVah3hEf5lVYBfLmYxz0oyhHtZbwlZKQUo4bqJmahwkDtOfzkqbFLe7VZN3EBaW23MqG2Zj850i4nxAaER6e4Ftg1cldoE2Ovis+DnrVFCi8W7cVHTKlGcF+2aSy.mv3cMlysZ3xK5xiZWwKOVbhfF3FWSItWQu+Zo.lnqESP4EqJ+rXrcH6CwLgyrLgICrxCRM96FukNh0SF5m01ISymz3.VeXeJZ6ILnMDLAiSQl19RoZ.Wze14MdbiCjxf8D5dRtE0uYbjR5OYSuoZ7ZqXAIcdw+Fo9VUudVeT6gqdpaoKYp6iRRJlF90oGeg20MEwSyMuEf3GRR5iYbq4hsGRR5yd6Av2mzkJ9B.tGKiUPmrCopPNLFE4nXea38RNL.pBAyKROtTI8nmozlZZMfrYBWyIu9ISXMMMNSXsIBuQ1CepSn78NoCEqamb2DNv4Vj7ZuUfmcBzFSmFV6a7gGO8dGG8nFeO3cluEarzVr4RawVKsEuXosn9Raw1KsEubAVneo5qigKBSy2Qn+GflgjC9
- I've been planning to add a few visualisation widgets like FFT, oscilloscope, goniometer, but that's not implemented right now. You can play around with a ScriptFX and drawing on a ScriptPanel, but it might be a little bit too much for the Javascript Engine.
-
You are amazing.
But when I directly compile this snipped; there is no sound on compiled plugin in a DAW (FL Studio).Am I missing something? Is this thing about the Global LFO?
-
Have you compiled it as effect? There's no sound generator in it.
-
Yes compiled as a fx plugin. Because this envelope plugins (called sidechain) used a lot in EDM genre for pumping the bass and lead instruments with kick :)
Sound generator is discarded when compilin it as fx. So it should be working like other fx'es. Rİght? But it's not working. -
Ah I see, I‘ve compiled it and its also silent here. There is something weird going on there, I‘ll take a look (shouldn‘t be too hard to fix)...
-
This is fixed now. I‘ve also added the LFO reset if you start / stop playback in a host (only in compiled FX the instruments still use the MIDI input for syncing).
-
@christoph-hart Thank you bro, you are amazing ;) :)
So, do I need to add an extra thing to fx? MIDI or something else? -
Nope the snippet above should work out of the box.
-
@christoph-hart Ok, thanks...