sa_botage (clap/vst3, linux/win)
-
tor.helge.skei tor.helge.skei https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=152647
- KVRian
- Topic Starter
- 566 posts since 30 May, 2007
cool! thanks for testing!
yeah, it's still evolving..
i would like to have the basics in good shape before adding more..
yeah, it's still evolving..
i would like to have the basics in good shape before adding more..
-
- KVRAF
- 7043 posts since 28 Apr, 2004 from france
Excellent, thank you!
It works fine in Reaper6,Win10 64bit...
Looking forward to see when new features are added
It works fine in Reaper6,Win10 64bit...
Looking forward to see when new features are added
- KVRist
- 411 posts since 3 Oct, 2019
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.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?Sorry bout the impatience
![]()
-
tor.helge.skei tor.helge.skei https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=152647
- KVRian
- Topic Starter
- 566 posts since 30 May, 2007
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..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.
-
tor.helge.skei tor.helge.skei https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=152647
- KVRian
- Topic Starter
- 566 posts since 30 May, 2007
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..
-
tor.helge.skei tor.helge.skei https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=152647
- KVRian
- Topic Starter
- 566 posts since 30 May, 2007
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.. 
-
tor.helge.skei tor.helge.skei https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=152647
- KVRian
- Topic Starter
- 566 posts since 30 May, 2007
awesome.. hooray!
-
- KVRer
- 12 posts since 11 Mar, 2019
On Mint 21.1 I get this error:
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.
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
-
tor.helge.skei tor.helge.skei https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=152647
- KVRian
- Topic Starter
- 566 posts since 30 May, 2007
hmmm...lokomotiv wrote: Thu Dec 22, 2022 8:23 pm On Mint 21.1 I get this error: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.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
if you enter "ldd sa_botage-v0.1.6-linux.clap" in the directory where you put the .clap file, what does it say?
-
- KVRer
- 12 posts since 11 Mar, 2019
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)
-
tor.helge.skei tor.helge.skei https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=152647
- KVRian
- Topic Starter
- 566 posts since 30 May, 2007
- KVRAF
- 9578 posts since 6 Jan, 2017 from Outer Space
Let us know when a Mac version is available...
