@zemarmot @prokoudine @GIMP @inkscape that sounds quite awesome!
can we combine the 2? external svg/vector files as a link layer :)
@falktx @prokoudine @GIMP
GIMP 3.0.2 (might be another version if we have urgent bugs to fix or whatever after 3.0.0) should have link layers too. I.e. linking an external image as a layer in GIMP. Link layers can be used e.g. when you want to share an image across several artworks, or if you want to edit the image in an external software. To stay in the vector world, you could load an external SVG file as a link layer, keep editing it in @inkscape and have the render update in GIMP.
@prokoudine @GIMP is that something special related to layers, or does this mean gimp doing some form of vector graphics?
Knee-deep in papers on ICT4S – ‘ICT for Sustainability’. Usually well-intentioned, but often of a ‘tech will save us’ bent, missing any political analysis or question of how we got here. Case in point: the suggestion of ‘bayesian networks to discover supply chains using child labour’. Great. But better to transition to a system that doesn’t have exploitation of humans and nature as an ineluctable part of how it functions, no?
Who's up for Brussels? We are hyped for an in-person @fosdem after so long! If you are there, make sure to come by our booth, get promo materials for free, meet our staffers and volunteers. Let's catch up or get to know each other. #softwarefreedom
Maybe I suffer from confirmation bias , but my assumption in regards to (corporate or community led) projects developed on mailing lists by now is:
* I will *never* get answers to any of my questions
* Improvements for build or release process are ignored
* Suggestions for improvements (e.g. test infrastructure, CI) are met with aggression
@Krita is this opt-in or opt-out?
CALLING ALL CREATORS!
Thousands of works of art published in 1927 are now in the public domain—classics like 📕Sherlock Holmes, 🎞️Metropolis & 🎵Puttin’ on the Ritz.
Show off your creative skills in our FILM REMIX contest! Prizes up to $1,500. Details ⤵️
https://blog.archive.org/2022/11/30/public-domain-day-2023-remix-contest-the-internet-archive-is-looking-for-creative-short-films-made-by-you/
Cardinal Web has been updated!
It's like the Cardinal plug-in. A eurorack-style modular audio canvas that you can build synths or effects in and use in your DAW, live setup or share online.
All modules are built-in so Cardinal patches are fully portable also between operating systems.
That is - unless you use the Ildaeil module to load external audio plug-ins into your Cardinal patch ;)
TODO: make a Cardinal t-shirt that links to a web patch :)
Today we welcome works of art from 1927 into the public domain. Check out the movies, music, periodicals & books that are now free to remix & reuse in our latest blog post:
🔗https://blog.archive.org/2023/01/01/welcoming-1927-to-the-public-domain/
When the clock strikes midnight tonight, most of the published works from 1927 will move into the public domain in the US. Celebrate these works at one of our two Public Domain Day celebrations, January 19 & 20:
http://blog.archive.org/2022/11/30/the-best-things-in-life-are-free-two-ways-to-celebrate-public-domain-day-in-2023/
The @kdenlive team successfully raised 20K euro in 2022 to fund their work on nested timelines, better FX workflow, and performance boost
Wolf-Shaper new release!
It is the v1.0 🎉
See more details at https://wolf-plugins.github.io/wolf-shaper/
It is not my own plugin, but I helped bring it up to speed to latest DPF stuff.
Grateful for the plugin, somehow I get mentioned 3 times in the release notes 😊
https://github.com/wolf-plugins/wolf-shaper/releases/tag/v1.0.0
Now with VST3 and CLAP 👏
#clap
@sjaehn Code just uses LV2 mechanisms for informing the host of changes, and receiving back those again.
There is nothing extra to do on the plugin-side for this, we get it "for free".
I could have the same in Carla when having Carla-Control on a remote machine, but did not bother setting up custom GUI support for that yet.
Note the same is possible in VST3 too, it also has host-provided message passing for UIs to communicate with the DSP side and vice-versa. No host I know handles it though