Best posts made by tiesvdam
-
RE: Connect Button that moves LAF to a "Script fx reverb" effect
@HISEnberg said in Connect Button that moves LAF to a "Script fx reverb" effect:
@tiesvdam I think this one:
https://www.youtube.com/watch?v=akMfRpFYOP8
Probably this too:
It worked!!! youre a f*cking legend
Latest posts made by tiesvdam
-
RE: Delete border Panel
@d-healey I use it as AHDSRGraph, no custom LAF yet
-
RE: Delete border Panel
@d-healey Sorry i said Panel but it is a Floating title, very stupid xD
-
RE: Delete border Panel
@d-healey I cant find this in the property editor, i need to do this true scripting?
-
RE: Mini Dropshadow
@ustk Ahhh okay, I understand it now! thank you so much!!!
-
Mini Dropshadow
Hello,
I want to create a dropshadow, but 0 is not sufficient. I am using the following script.
g.drawDropShadow([-2, 5, 0, 0],0XFFFF5800,20);
Is there a solution for this? See the image:
-
RE: Use custom # code for Color
And for this one?
g.setColour(Colours.withAlpha(Colours.orangered, opacity));i that it would be:
g.setColour(Colours.withAlpha(Colours.0xFFFF5800, opacity));But that did not work :(