Youlean

Results 16 issues of Youlean

I always hated the way Windows text edit worked, but now it is fixed. ``` void IGraphicsWin::CreatePlatformTextEntry(IControl& control, const IText& text, const IRECT& bounds, int length, const char* str) {...

I have noticed that if you use detached mode in FL Studio the title bar of the window will flicker when you are resizing the window. This is not exclusively...

bug
igraphics
win

Change NSView background color to black to prevent bright flash at start. self.layer.backgroundColor = NSColor.blackColor.CGColor;

bug
igraphics

I think I have found the fix for this, though I can't really test at this time. This is the original ActivateGLContext function. Here GetDC is called, but it is...

bug
igraphics

Adding this code to PlatformResize fixes the problem. (This was accepted in the past but removed in some update) ``` RECT r = { 0, 0, WindowWidth() * GetScreenScale(), WindowHeight()...

igraphics
win

I have added this with this commit: https://github.com/Youlean/iPlug2-Youlean/commit/bb2f3f8830f588fa3ebd81b301fba106e01e36e5

enhancement
igraphics

You choose to adjust the size based on total height. That would make all fonts fit inside size, but it will make using multiple fonts inconsistent in size because different...

bug
igraphics
high priority

Hi, is there a way for dr_wav to append data to a wav file when writing instead of rewriting the file?

feature request

Hello, thanks for making this effects, they are really awesome. I am wondering since I can't find it, what license type is attached to these effects? Are they OK to...

question
library

I just got a report from a beta tester of my app that after a few hours leaving the interface on mac, the app crashed with this error. Currently, I...