Global LFO - LFO Speed.
-
I am making a synth where I need the LFO to work for the filter as well as a tremolo , can I make an Global or routable LFO ?
Can I somehow control the "Depth" of the lfo ? It seems to be either on or off . I Guess I am missing how to set an amount for sections?
I would also like to be able to not have the LFO retriggered.
Also I am trying to turn on a section , specifically the lfo modulation with a button but that does not come up as one of the options in the " connect to module parameter" , how would I go about turning sections on and off.P.s the link on the site to enquire about licensing is broken , I would love to get in touch and discuss licensing.
Thanks for your time. -
You can add an LFO as a Global modulator and control the intensity/depth with another modulator. Here's an example:
HiseSnippet 773.3oc4W0raSDCD1NIVpUT9ohdBwgbgSHhx1VZgSrsoMkH5OQjPnRbn330owpdsCd8l1vKAuZ7nva.XuaR1Msg1tUgHD3CQ6LiG6ucl4alM0URBMHPp.v60bPOJ.tDpw.gtaktXl.TaG.7AnCvAZppXrpsGzCGDP8.PX98rJfKV.Ds9wa1FywBBMQE.zRxHz8Y9Lch1O69NFmWE6Qax7Ss60cqQjhJRtLzfm7nxfdXxY3SoGhsaKGBzmQOO..KiVa0RpybZ+0sJYWGVZx0a6T5hiSICHgJEUnaYbG.QveZVPztdLsT0Pi0TyYVXao2fFckmKhu5Vr.VaN0J3.ZXvTr5pRtm8k29LnRWF2q9nPX.vb10SBn4iCnqfNf4wFqOIv9nHCES7HcnEl65fmSZ3UdpvyYJvCjBcEhQmADRuPNVOIxrY1gFXxIS50DZpHfoGjNymA35Lyg6xn5LMo6zwatofWSh5Oc3cXx+9nc6zgRzIfs.p5wy2L8BwP4In83x1XdR.TJzFTQUQ35oCMWbr8hIa32S5+9rmzCyOY.I+sqVZJrwB+SvFe7UxLAyAB4TCnvTPdoXHiP6W8nHb9P6SIf7lwXUE8KgTAIkxEbsUH0RJvb+l6Gw8ocjJ+36Kw88omZtmzZZR86IMiuHoKFa3Kk5tLwoSV2shakv.szezoCfOCs55WZPR+iL+z441GeckHYPCMs2NXMF.+DZiKu+Y05J8mt6bfb25pLa1abdxlG+anJawwP1vNsMjTRNeXKqkiorozdi.9CAzl3HDkTfTSzmpzVmRzkblGF52lpReFwETSVMwb2g1AGx0sv7P50Mo4NmIAYJQNlaMySjkmuyuy++4762KC0ldVGf0J1EltrlxvFlIjDpAIBAkGX+N1b1J0X4xV4n1cTgW4Qej6PiNVY3PiNiLNWtCeLQIOgDSmrj6EhzXduEQeT+hl+cgQtnCneLywFa7Mz5SHDav9Elnyz8X0L6wZY1i0yrGuLydrQl8XyL6wqtFOr8P2JzLILl5A.+BXjkjRO```
-
Cool, thanks will look at this ..as soon as I find out how to use a snippet ;)
I am on a crash course in Hise.Is it possible to link parameters , like say for using two delays with different time setting but linking the two Mix values?
This would be useful for creating your own fx chains but combining them into a few controls to present to the user.
Also a send fx is needed, unless I just havent found it yet. -
Copy the snippet to the clipboard, then File->Replace with Clipboard Content.
You can of course link parameters. Just use multiple
Module.setAttribute()
functions in your control callback.There is also the macro control system in HISE, which basically allows you to define 8 parameters and connect them to different internal parameters with customised ranges. This may also be a possibility. The documentation can be found here. It's terribly outdated (I think it's 3 years old), but the basics should still be correct.
Send FX is documented here: http://forum.hise.audio/topic/76/adding-send-fx
-
Thanks , I might have assumed that I would get away with working in HISE without doing any scripting. I am not very good at that , BUT, I will learn. Enjoying HISE very much as it is , lets see how i can advance.
-
I might have assumed that I would get away with working in HISE without doing any scripting
-
hehehe !
-
This post is deleted!