Found a nice way to quickly test the webview handling in DPF - a very minimal web browser plugin UI with a manual URL entry! π±
Loading the online plugin project page inside the plugin itself π
I know, nobody asked for this, but its a nice way to test that the feature works. More of a dev tool than being useful for end users.
It's also cool :)
If anybody wants to try: https://github.com/DISTRHO/dear-plugins
@dreamer my current thought was "winesulin", for many reasons.
but I think any name will be fine too...
Loading Linux plugins on Windows hosts through Wine.
Because a half-step is better than no step.
To be more clear... it's hard to leave FL behind but don't really want to dual-boot or starting relying on Windows plugins.
Its possible to do plugins such that:
- Windows host loads a small shim
- shim loads Linux plugin
- do some little odd XEmbed things to get UIs on Windows host side too
I might make this a "use it if you want, no support whatsoever" project, because Wine breaks too often... π€
π V1.0π
PodcastPlugins is a set of Free and Open-Source speech-enhancement audio plugins for podcasters.
vst + vst3 + clap + LV2 + AU
Linux + macOS + Windows
Enjoy :)
Huge thanks to @falktx <3
@x42 @magnetophon @jkdb
Supported by @PrototypeFund
https://github.com/trummerschlunk/PodcastPlugins
#podcast #podcast_creation #podcastproduction #audioproduction #contentcreation #vst #vst3 #clap #lv2 #plugin #audio #sound #soundengineering #audioengineering #daw #mixing #speech #dsp #faust #prototypefund
It's release day! π
https://github.com/trummerschlunk/PodcastPlugins
> Podcast Plugins are easy-to-use plugins for speech enhancement, specifically designed for podcasters who can't or don't want to dig deeper into the craft of sound engineering.
Excited to help bring another set of plugins to life! Thanks @trummerschlunk for the trust and opportunity, and somehow always managing to get the funds for these projects π
π π π
How we are defending Software Freedom against Apple at the EU's highest court? π€
Check out the keynote speech of @llas at #fosdem2025
https://media.fsfe.org/w/bMT2LzSv8QkichHM7eAaXx
Due to the high risks against #software freedom, the FSFE was granted right to intervene in the case.
https://fsfe.org/activities/apple-litigation/index
π₯ Support us so we can continue working to make Apple accountable under the DMA in a developer-friendly way Apple !
https://fsfe.org/support
Surely this new video won't make me seem like a crank.
https://www.youtube.com/watch?v=QEJpZjg8GuA
@madeindex Signal be like "can we sync contacts?"
"No? ok, will ask you later"
God damn, no means no, I don't want to be asked every month!
Installed https://jellyfin.org/ today and I am quite surprised how well it works. π
Playing media files feels instant, unlike nextcloud that takes several seconds to start video playback...
And finally something for group watching π π
Also handles music quite nicely.
Makes me want to buy more now haha
Can recommend! #jellyfin
@xinniw on DPF (the plugin framework I created and used here for the new plugin), one of the rendering modes is using opengl, so plugging imgui for that was simple enough, check https://github.com/DISTRHO/DPF-Widgets/blob/main/opengl/DearImGui.cpp for the implementation.
I only needed to do that once, now everytime I need some imgui things is just creating a ImGuiWidget based class and do custom drawing on the virtual draw function.
See https://github.com/trummerschlunk/PodcastPlugins/blob/main/plugins/ui-widgets/InspectorWindow.hpp for the theme editor, its just a few lines
Doing another little project with @trummerschlunk
Coming soon...
I wonder if it already looks like a real plugin π€
My UI skills are a bit lacking, also not a whole lot of time until this needs to be done.
It works nicely though.
PS: Colors to be defined
@marcan@treehouse.systems
I dealt with this before and created https://github.com/DISTRHO/Zinc just to deal with sample-accurate audio monitoring/recording when using OBS and JACK.
The audio plugin hosting I did for OBS was rejected in the end, so the usefulness of these plugins is minimal unless you manually build from https://github.com/falkTX/obs-studio/tree/carla-v3