sa_botage (clap/vst3, linux/win)

VST, AU, AAX, CLAP, etc. Plugin Virtual Effects Discussion
RELATED
PRODUCTS

Post

cool! thanks for testing!
yeah, it's still evolving..
i would like to have the basics in good shape before adding more..

Post

Excellent, thank you!
It works fine in Reaper6,Win10 64bit...
Looking forward to see when new features are added ;)

Post

@tor.helge.skei , Do you have an estimate on how far away the Windows version is, are we talking weeks or months? :phones: Sorry bout the impatience :hyper:

Post

218 wrote: Wed Dec 21, 2022 8:49 pm @tor.helge.skei , Do you have an estimate on how far away the Windows version is, are we talking weeks or months? :phones: Sorry bout the impatience :hyper:
What do you mean? There is a Windows version, although it is confusingly named sa_botage-0.1.5-linux-win.clap. But it works on Windows in CLAP-capable hosts like Reaper.

Post

SeBaer wrote: Wed Dec 21, 2022 9:04 pmThere is a Windows version, although it is confusingly named sa_botage-0.1.5-linux-win.clap. But it works on Windows in CLAP-capable hosts like Reaper.
oops.. the 'linux' part of the filename is probably me doing some quick copy/pasting without checking afterwards.. will make sure i get it right for the next version..

Post

The UI flickers like crazy and not all of it is accessible on an AMD RX 6700XT, Windows 10, Reaper 6.72

Post

hmmm.. looks like "partial buffer swaps" is not supported on all graphics cards/drivers.. it works on the nvidia cards i've tested on, but might not work on amd, etc.. which will lead to flickering.. so i guess we need to render into a buffer (that we keep around), and then copy part of that to the screen when needed..

Post

i just uploaded a 0.1.6 test-version that _might_ get rid of the partially black, and/or flickering editor.. now it repaints the entire gui instead of just the changed parts.. and i also added some _very_ preliminary logging.. enabled by making a folder on your desktop called "skei.audio", and if it extsts, the plugin will write to a file called mip.log in there.. let's see if the logging itself works, before going deeper in that direction.. :-)

Post

0.1.6 logging works, and the flickering is gone here :)

Post

NikkiA wrote: Thu Dec 22, 2022 7:22 pm 0.1.6 logging works, and the flickering is gone here :)
awesome.. hooray! :-)

Post

On Mint 21.1 I get this error:

Code: Select all

com.bitwig.flt.library.metadata.reader.exception.CouldNotReadMetadataException: 
could not read metadata: 
Failed to load CLAP plug-in /home/xxx/.clap/sa_botage-0.1.6-linux.clap: 
libxcb-cursor.so.0: 
cannot open shared object file: 
No such file or directory
I have libxcb-cursor0 installed, in the same folder it's looking for it. I'm still relatively new to Linux and don't know what the issue is.

Post

lokomotiv wrote: Thu Dec 22, 2022 8:23 pm On Mint 21.1 I get this error:

Code: Select all

com.bitwig.flt.library.metadata.reader.exception.CouldNotReadMetadataException: 
could not read metadata: 
Failed to load CLAP plug-in /home/xxx/.clap/sa_botage-0.1.6-linux.clap: 
libxcb-cursor.so.0: 
cannot open shared object file: 
No such file or directory
I have libxcb-cursor0 installed, in the same folder it's looking for it. I'm still relatively new to Linux and don't know what the issue is.
hmmm...
if you enter "ldd sa_botage-v0.1.6-linux.clap" in the directory where you put the .clap file, what does it say?

Post

tor.helge.skei wrote: Fri Dec 23, 2022 12:09 am hmmm...
if you enter "ldd sa_botage-v0.1.6-linux.clap" in the directory where you put the .clap file, what does it say?

Code: Select all

	linux-vdso.so.1 (0x00007ffcfc9a4000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f812639b000)
	libX11.so.6 => /lib/x86_64-linux-gnu/libX11.so.6 (0x00007f812625b000)
	libX11-xcb.so.1 => /lib/x86_64-linux-gnu/libX11-xcb.so.1 (0x00007f8126256000)
	libxcb.so.1 => /lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f812622c000)
	libxcb-cursor.so.0 => /lib/x86_64-linux-gnu/libxcb-cursor.so.0 (0x00007f8126000000)
	libxcb-keysyms.so.1 => /lib/x86_64-linux-gnu/libxcb-keysyms.so.1 (0x00007f8126225000)
	libGL.so.1 => /lib/x86_64-linux-gnu/libGL.so.1 (0x00007f8125f79000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f8126220000)
	librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f812621b000)
	libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f8125d4f000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f8125c68000)
	libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f8125c48000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f8125a20000)
	libXau.so.6 => /lib/x86_64-linux-gnu/libXau.so.6 (0x00007f8126213000)
	libXdmcp.so.6 => /lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f812620b000)
	libxcb-render-util.so.0 => /lib/x86_64-linux-gnu/libxcb-render-util.so.0 (0x00007f8125a19000)
	libxcb-render.so.0 => /lib/x86_64-linux-gnu/libxcb-render.so.0 (0x00007f8125a0a000)
	libxcb-image.so.0 => /lib/x86_64-linux-gnu/libxcb-image.so.0 (0x00007f8125a04000)
	libGLdispatch.so.0 => /lib/x86_64-linux-gnu/libGLdispatch.so.0 (0x00007f812594c000)
	libGLX.so.0 => /lib/x86_64-linux-gnu/libGLX.so.0 (0x00007f8125918000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f81264bd000)
	libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007f8125900000)
	libxcb-shm.so.0 => /lib/x86_64-linux-gnu/libxcb-shm.so.0 (0x00007f81258fb000)
	libxcb-util.so.1 => /lib/x86_64-linux-gnu/libxcb-util.so.1 (0x00007f81258f2000)
	libmd.so.0 => /lib/x86_64-linux-gnu/libmd.so.0 (0x00007f81258e5000)
The file libxcb-cursor.so.0 exists in /lib/x86_64-linux-gnu as a link to libxcb-cursor.so.0.0.0 in that same directory.

Post

hmm.. i'm investigating..

Post

Let us know when a Mac version is available...

Post Reply

Return to “Effects”