PawPaw icon indicating copy to clipboard operation
PawPaw copied to clipboard

b. music plugin

Open Reaper10 opened this issue 3 years ago • 2 comments

Just asking about the b. music plugin.

Reaper10 avatar Nov 01 '21 15:11 Reaper10

Not sure if those work on anything other than Linux/X11. @sjaehn can you comment?

falkTX avatar Nov 01 '21 15:11 falkTX

Yes they are X11 only, yet. One little single file would break the compatibility. It's screen.c which you can find in the src folder of each plugin.

This file contains two simple functions to get the screen size to find an acceptable ui size and is called upon plugin instantiation. Till now, I only implemented an X11 version. I have Windows and Mac on my TODO list. For a wile. But I didn't find time yet. And I'm busy with sth. else at the moment. So, if somebody else wants to take hands on ... :-)

Then at least all plugins without BWidgets::FileChooser (uses POSIX) should work: B.Slizr, B.Choppr, B.Shapr, B.Angr, and B.Schaffl. But no guarantees - as I didn't test it.

sjaehn avatar Nov 02 '21 22:11 sjaehn

doing a round of cleanup, closing and leaving it to others to do the non-linux porting if they so choose. I am sure they would appreciate contributions too, but I have enough on my plate already so closing as wont-fix.

falkTX avatar Oct 06 '24 22:10 falkTX