HI everyone i saw a video on Lottie animations in HISE by David Healey in which he makes a knob link with a Lottie pnl , i want to knoow if i can run an animation on loop that continuously keeps on playing
Best posts made by goldee
-
Knob on loop for Lottie animations in HISEposted in General Questions
-
RE: Timestretching sounds robtic/metalicposted in Scripting
@griffinboy @Christoph-Hart can we get good time stretching please 🥺
Latest posts made by goldee
-
Help! Automation image painting in panelposted in Newbie League
const var instimg_pnl1 = Content.getComponent ("instimg_pnl1"); instimg_pnl1.loadImage("{PROJECT_FOLDER}instimg_pnl1.png", "instimg_pnl1"); instimg_pnl1.setPaintRoutine(function(g) { var a = this.getLocalBounds(0); g.drawImage ("instimg_pnl1", a, 0, 0); }); const var instimg_pnl2 = Content.getComponent ("instimg_pnl2"); instimg_pnl2.loadImage("{PROJECT_FOLDER}instimg_pnl2.png", "instimg_pnl2"); instimg_pnl2.setPaintRoutine(function(g) { var a = this.getLocalBounds(0); g.drawImage ("instimg_pnl2", a, 0, 0); }); const var instimg_pnl3 = Content.getComponent ("instimg_pnl3"); instimg_pnl3.loadImage("{PROJECT_FOLDER}instimg_pnl3.png", "instimg_pnl3"); instimg_pnl3.setPaintRoutine(function(g) { var a = this.getLocalBounds(0); g.drawImage ("instimg_pnl3", a, 0, 0); }); const var instimg_pnl4 = Content.getComponent ("instimg_pnl4"); instimg_pnl4.loadImage("{PROJECT_FOLDER}instimg_pnl4.png", "instimg_pnl4"); instimg_pnl4.setPaintRoutine(function(g) { var a = this.getLocalBounds(0); g.drawImage ("instimg_pnl4", a, 0, 0); }); const var instimg_pnl5 = Content.getComponent ("instimg_pnl5"); instimg_pnl5.loadImage("{PROJECT_FOLDER}instimg_pnl5.png", "instimg_pnl5"); instimg_pnl5.setPaintRoutine(function(g) { var a = this.getLocalBounds(0); g.drawImage ("instimg_pnl5", a, 0, 0); });i have writen code that paints image for each panel separately how do i write a loop that minimize the amount of code
-
RE: Tag system in preset browserposted in General Questions
Hello is there any one to guid me through it or how I learn more about it
-
Tag system in preset browserposted in General Questions
Hey everyone I know the hise present browser allows u to add tags but don't know how to implement it how to connect presets with tags and how the overall system works ??
-
RE: Timestretching sounds robtic/metalicposted in Scripting
@griffinboy @Christoph-Hart can we get good time stretching please 🥺
-
RE: separating samplemaps per comboboxposted in General Questions
@Chazrox hello mate can I get a snippet of this to better understand how to implement it in my projects thank you and sorry for the inconvenience
-
RE: Connecting two different value type knobs & inverting one...posted in Scripting
@DanH hey I am a big newbie how do I implement this code in my project can I get a snippet to better understand how it works please
-
RE: Syncing/Time stretching via Samplerposted in General Questions
@d-healey is there any option to do this now??
-
Analog Noise in my fx pluginsposted in General Questions
Hey everyone,
I was wondering if there is a way through which I can add analog noise to my plugins let's say I have a wav file in which I have captured noise form an vintage hardware unit and now I want this wav to be continuously running in loop and also add a knob that allows user to control the level of noise (gain of the noise wav running in the background) -
RE: Inverted threshold knob for compressor / dynamics moduleposted in General Questions
@HISEnberg thank you so much but as i wanted a knob that has 0db at the minimum and -100 at maximum value just like the peak knob of la2a assuming that peak knob only control threshold of the compressor