Search found 343 matches

by skei
Mon Sep 05, 2022 9:32 pm
Forum: Developer's Section
Topic: SA_Toolkit (was MIP2)
Replies: 36
Views: 17720

Re: MIP2

one file, four formats..
https://www.youtube.com/watch?v=i63v0ucsfQs
win32 version needs a "little" bit more work.. :-D
by skei
Mon Aug 29, 2022 4:11 pm
Forum: Plugins, Effects and Instruments
Topic: mip2
Replies: 19
Views: 2605

Re: mip2

i've done a bunch of things to the gui lately, especially the clipping and culling.. and i also fixed everything valgrind and asan complained about.. maybe some of that fixed the problems.. will compile binaries soon, for testing.. and i made a low level x11 version painter class too, so i can build...
by skei
Sun Aug 21, 2022 12:32 pm
Forum: Plugins, Effects and Instruments
Topic: mip2
Replies: 19
Views: 2605

Re: mip2

>may i ask what video card you are using? and drivers? Graphics: Device-1: AMD Baffin [Radeon RX 550 640SP / 560/560X] vendor: XFX Pine driver: amdgpu v: kernel arch: GCN-4 bus-ID: 26:00.0 Display: x11 server: X.Org v: 21.1.4 with: Xwayland v: 22.1.3 driver: X: loaded: amdgpu unloaded: modesetting,...
by skei
Sun Aug 21, 2022 11:01 am
Forum: Plugins, Effects and Instruments
Topic: mip2
Replies: 19
Views: 2605

Re: mip2

And this is when I turn one of the knobs: Screenshot_20220821_111058.jpg found something intreresting: http://factor-language.blogspot.com/2007/08/partially-redrawing-opengl-scene-in.html "The GLX spec does not state whether glXSwapBuffers() takes the scissor rectangle into account. On some Op...
by skei
Sun Aug 21, 2022 10:33 am
Forum: Plugins, Effects and Instruments
Topic: mip2
Replies: 19
Views: 2605

Re: mip2

I checked Bitwig's plugin errors and this is what it says about the ladspa plugin: com.bitwig.flt.library.metadata.reader.exception.CouldNotReadMetadataException: could not read metadata: Communications error with plugin host process exit code:139 stdout: Successfully set thread realtime priority t...
by skei
Sun Aug 21, 2022 10:25 am
Forum: Plugins, Effects and Instruments
Topic: mip2
Replies: 19
Views: 2605

Re: mip2

I am using Bitwig and no snap or flatpak (installed via AUR and the deb package). Just tried the test_layout and it certainly looks to be an improvement, this is how it looks when loaded - there is still some corruption at the top: (screenshot) And this is when I turn one of the knobs: (screenshot)...
by skei
Sun Aug 21, 2022 8:26 am
Forum: Plugins, Effects and Instruments
Topic: mip2
Replies: 19
Views: 2605

Re: mip2

Hi! Using the Flatpak version of Bitwig I was able to load LADSPA plugins manually copied to /var/lib/flatpak/runtime/org.freedesktop.Platform/x86_64/21.08/active/files/lib/ladspa. If you went forward with your .ini file idea, keeping the plugins in ~/.ladspa would be a much prettier solution :). T...
by skei
Thu Aug 18, 2022 5:39 am
Forum: Plugins, Effects and Instruments
Topic: mip2
Replies: 19
Views: 2605

Re: mip2

nobody?
too bad...
by skei
Tue Aug 16, 2022 1:00 am
Forum: Plugins, Effects and Instruments
Topic: mip2
Replies: 19
Views: 2605

Re: mip2

does these work any better? the font is now embedded, and i did a lot of work on the clipping and culling of (sub-) widgets.. (as well as a bunch of other things). compiled both a standalone executable, and a clap plugin: https://github.com/skei/MIP2/tree/master/releases/test_layout source code: htt...
by skei
Fri Aug 12, 2022 6:57 pm
Forum: Plugins, Effects and Instruments
Topic: mip2
Replies: 19
Views: 2605

Re: mip2

in the meanwhile.....
vst2/3 versions aren't far behind..
currently supporting the official sdk's only, but will add support for vestige (and travesty seems interesting)..

Image
by skei
Fri Aug 12, 2022 10:44 am
Forum: Plugins, Effects and Instruments
Topic: mip2
Replies: 19
Views: 2605

Re: mip2

first, thanks for reporting!! ladspa wrapper.. hmm.. this obviously needs some more care.. the search path is hardcoded to "/usr/lib/ladspa" now, but i plan to make it configurable via a .ini file (which also can override some of the ladspa port mappings, etc).. not sure if that's the prob...
by skei
Fri Aug 12, 2022 9:51 am
Forum: General Music Discussion
Topic: Are there any big artists that use FOSS software?
Replies: 102
Views: 61970

Re: Are there any big artists that use FOSS software?

what is a "big artist"? one of my bands have more than a million plays/streams on spotify, and i'm using linux exclusively.. :-)
by skei
Fri Aug 12, 2022 8:17 am
Forum: Plugins, Effects and Instruments
Topic: mip2
Replies: 19
Views: 2605

Re: mip2

some slightly newer binaries , in case anyone is feeling adventurous.. "in progress" things, but i can already start listening to comments and suggestions and questions and bug reports, etc.. for both the mip2 toolkit itself, and the plugins.. (all source code available in the same github ...
by skei
Thu Aug 11, 2022 1:59 pm
Forum: Plugins, Effects and Instruments
Topic: mip2
Replies: 19
Views: 2605

Re: mip2

resizable editor in progress.. or rather, a scalable widget mode (in addition to the existing auto-alignment,. -sizing, -positioning stuff)...
still lots of work to do..
https://www.youtube.com/watch?v=dCCI24vLyV8
by skei
Wed Aug 10, 2022 2:52 pm
Forum: Plugins, Effects and Instruments
Topic: mip2
Replies: 19
Views: 2605

Re: mip2

i'm also rebuilding sa_botage using the mip2 toolkit..

Image