proboofficial

Results 19 comments of proboofficial

Yes is this error, but I think good idea is make calf studio gear cross platform tool

i have this same errors when I try build lsp-runtime-lib alone or when I try build all lsp-plugins ``` clang++ [lsp-runtime-lib] main/mm/InAudioFileStream.cpp main/mm/InAudioFileStream.cpp:59:13: error: unknown type name 'MMIOReader' 59 |...

ok I use devel brunch and yes lap-runtime compile when I use make first problem what I have not matches functions so I add in atomic.h: ATOMIC_LOAD_DEF(size_t, size_t *, "",...

this problem resolve with export CXX="g++-14 -framework CoreFoundation -framework AudioToolbox -liconv" vst2.h i must change: #if TARGET_API_MAC_CARBON #ifdef (__LP64__) || (__ppc64__) #pragma options align=power #elif to: #if TARGET_API_MAC_CARBON #ifdef __LP64__...

I try now build with clang++ and have first messages from clang++: clang++ [lsp-plugin-fw] main/meta/func.cpp main/meta/func.cpp:1439:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to...

before I build with FEATURES="lv2" and with FEATURES="vst3". Now I build with FEATURES="ui lv2 vst3" with control+duble click showing generic ui in ardour with duble click when try open normal...

i compile today this changes and compile well with Mac clang++ I have only 3 warnings : ``` clang++ [lsp-plugins-room-builder] main/ui/room_builder.cpp main/ui/room_builder.cpp:107:15: warning: 'sprintf' is deprecated: This function is provided...

ok I change all sprintf in all files room_builder.cpp: ``` #ifdef __APPLE__ ::snprintf(name, sizeof(name), "/scene/object/%d/%s", int(pUI->nSelected), sPattern); #else ::sprintf(name, "/scene/object/%d/%s", int(pUI->nSelected), sPattern); #endif ``` warnings missing in compile process. its...

in plans you have add ui implementation with cocca or x11 from homebrew ??

i open on normal MacBook Air m1. I try compile from source but this same effect. I see only knobs and black screen plugin. with generic ui is good