🐣 Easter Egg Hunt Sale is ON!

Every Martinic plugin has a different discount this weekend. Some eggs are big, some are tiny. Good luck finding the 80% one.

martinic.com

#Easter #EasterSale #musicproduction #synth #VST #plugin #Martinic #AX73 #deal #flashsale #synthesizer #musicproducer #DAW #sounddesign

みゅみゅ (@miyumiyuna5)

AI 방송 지원 시스템 TeloPon의 Ver 2.14b가 출시되었습니다. VOICVOX용 플러그인을 새로 만들었고, 자세한 릴리스 नोट과 소스는 GitHub 문서에서 확인할 수 있습니다.

https://x.com/miyumiyuna5/status/2040030389927051651

#telopon #voicvox #opensource #plugin #streaming

みゅみゅ (@miyumiyuna5) on X

AI配信支援システム「TeloPon」 Ver 2.14bをリリースしました。 誰も作ってくれなさそうなので、VOICVOXのプラグインを作りました。 詳しくはこちら https://t.co/kYvB0c9Qdk

X (formerly Twitter)
How To Install WooCommerce Via WordPress Admin & WooCommerce Plugin Setup Wizard On A Cloud Server/VPS https://youtu.be/URwXvDFf-kk #Websplaining #Woo #WooCommerce #WordPress #WooCommercePlugin #SetupWizard #eCommerce #eShop #OnlineShop #Store #OnlineStore #Shop #eStore #Plugin #VPS
How To Install WooCommerce Via WordPress Admin & WooCommerce Plugin Setup Wizard On Cloud Server/VPS

YouTube

Fresh Streams - AX73 Strata Collection

39% off this weekend during our Easter Egg Hunt Sale. Every plugin has a different discount.

https://www.youtube.com/watch?v=7ZFpQq9Dd2s

#FreshSoundFriday #Easter #EasterSale #musicproduction #synth #VST #plugin #Martinic #AX73 #Strata #deal #flashsale #synthesizer #musicproducer #DAW #sounddesign

#FreshSoundFriday - Fresh Streams

🎹 #FreshSoundFriday - Fresh StreamsFrom the AX73 Strata Collection. Over 100 presets by Heat Audio for the Martinic AX73.https://www.martinic.com/products/a...

YouTube

Mit Cascade versprechen Mixing Night Audio frischen Wind in langweilige Echos zu bringen. Dafür bietet das Plug-in verschiedene klangliche Modi, zeitabhängige Effekte und das numerische Definieren der Wiederholungen. Gamechanger oder Enttäuschung? Das verrät dir der Test.

Mixing Night Audio präsentieren mit Cascade ihr drittes Plug-in, das gut zwei Jahre nach der Veröffentlichung von LolComp folgt. Es handelt sich dabei um ein Delay, was durchaus überrascht, denn der Entwickler präsentierte als Debüt damals GreenHaas – ein vergleichsweise simples Echo, das mit einer zuschaltbaren Sättigungsstufe kam. Ich durfte GreenHaas damals zu meinen Redakteurszeiten in der Redaktion von KEYS, Recording Magazin und Tastenwelt testen und nutze es auch heute noch ab und an gerne. Aber genug der Nostalgie.

[…]

https://soundchills.de/mixing-night-audio-cascade-test/

みゅみゅ (@miyumiyuna5)

AI 방송 지원 시스템 TeloPon Ver 2.13b가 공개되었습니다. 플러그인 측에서 텔롭 출력 문자열을 가져오고, 표시 타이밍을 지연하거나 숨기는 제어가 가능해져 읽어주기 기능 연동이 쉬워졌습니다.

https://x.com/miyumiyuna5/status/2039734464130245051

#aitool #livestreaming #plugin #release #broadcast

みゅみゅ (@miyumiyuna5) on X

たくさんの(2名)お声を頂いたので、 AI配信支援システム「TeloPon Ver 2.13b」をリリースしました。 ・テロップの出力文字列をプラグイン側で取得可能 ・テロップ表示のタイミングをDelayをかけたり、表示しないをプラグイン側から制御可能 ・・・要するに、読み上げ機能のつなぎこみが可能

X (formerly Twitter)
Krita plugin: DoctorDocker

A Krita Python plugin that adds a slim vertical icon bar to the Krita interface. Click any button to fly out a hidden docker as a floating panel right next to the toolbar – like Photoshop panels. Click again to hide it.

Please note: This is a plugin I created for my needs, since I wanted to have something similar like in Photoshop to show panels aka Dockers. I cannot guarantee that it will fit yours ... ;)

Find it on Codeberg:
codeberg.org/xanathon/DoctorDocker

#krita #OpenSource #plugin #addon #FOSS #Photoshop äPhotoshopAlternative

EmDash: Open-Source-CMS als Nachfolger von WordPress

Cloudflare hat EmDash veröffentlicht – ein quelloffenes Content-Management-System, das konzeptionell an WordPress anknüpft, dabei aber grundlegende Schwachstellen der Plugin-Architektur adressiert und auf modernen Web-Standards aufsetzt.

https://www.all-about-security.de/emdash-open-source-cms-als-nachfolger-von-wordpress/

#wordpress #contentmanagement #plugin

WordPress-Nachfolger EmDash löst Sicherheitsprobleme

EmDash, das quelloffene CMS von Cloudflare, adressiert die Sicherheitsproblem von WordPress-Plugins und bietet eine moderne Lösung.

All About Security Das Online-Magazin zu Cybersecurity (Cybersicherheit). Ransomware, Phishing, IT-Sicherheit, Netzwerksicherheit, KI, Threats, DDoS, Identity & Access, Plattformsicherheit

How to: Point your post permalink to an external site

This was originally posted on ClearSkys.net, but it seems that Barry is going to be shutting down the site. So, that it lives on, I am posting it here. Of note, this is the plugin that I had in mind when I designed that Daring Inspiration WordPress theme.

Any visitors, or subscribers, to John Grubers’ Daring Fireball blog will notice how he uses the post titles as direct links to the sites and information that he refers to within the posts body.

Earlier today WP Recipes posted a quick tutorial on how to set this up on your site (based on work by Vlad Grubman) by adding some code to your themes functions.php file and then changing all the permalink calls within the theme to use the new permalink code instead of the standard WordPress loop function the_permalink().

Whilst this is a perfectly workable solution, it is dependent on modifying your themes functions.php file and all of the pages that include the WordPress loop every time you switch themes (which if you are anything like me, is quite often).

I have modified the code into a small plugin, that when activated, will replace the standard permalink with an external URL without any need to modify your sites theme. I’ve also added an extra filter so that it will replace the permalinks within your RSS feed as well.

The code for the plugin can be found below, and can be downloaded from here: Eternal Permalink. To install, just change the .txt to .php and upload to wp-content/plugins.

`

[php]
<?php
/*
Plugin Name: Enable External Permalinks
Plugin URI: http://jakespurlock.com/2009/09/how-to-point-your-post-permalink-to-an-external-site/
Description: This plugin will allow you to change the post permalink for your posts/pages to an external sites URL
Author: Barry at clearskys.net
Version: 0.1
Author URI: http://blog.clearskys.net/
*/

function cs_external_permalink($permalink) {
global $post;

$thePostID = $post->ID;
$post_id = get_post($thePostID);
$title = $post_id->post_title;

$post_keys = array(); $post_val = array();
$post_keys = get_post_custom_keys($thePostID);

if (!empty($post_keys)) {
foreach ($post_keys as $pkey) {
if ($pkey==’url1′ || $pkey==’title_url’ || $pkey==’url_title’ || $pkey==’external’) {
$post_val = get_post_custom_values($pkey);
}
}
if (empty($post_val)) {
$link = $permalink;
} else {
$link = $post_val[0];
}
} else {
$link = $permalink;
}

return $link;

}

add_filter(‘the_permalink’,’cs_external_permalink’);
add_filter(‘the_permalink_rss’,’cs_external_permalink’);

?>
[/php]

`

To switch a post from using the standard permalink to an external one, you simply add a custom field to the post with a key of url1, title_url, url_title or external. The value of the custom field should be the complete URL you want to link to (including http:// ).

#Daring #Fireball #Plugin #WordPress

I think "Power Grid Disruptor" is Korneff Audio's 3rd #linuxaudio #plugin, after "Chocolate Milk" and the "SITRAL Klangfilter". And, it is #free right now!

I haven't been able to try it myself yet. I initially thought it was an April Fool's joke, but I downloaded and activated it, so it seems to be legit. 😜

https://korneffaudio.com/product/power-grid-disruptor/