mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.4K
active users

#clap

3 posts3 participants1 post today

Looks like #renoise (still no Fediverse account, why is that?) recently jumped from 3.4x to 3.5x .

There is an elephant in the room and that's missing CLAP support.

And I fear, Renoise will seriously fall behind if they do not start supporting
#CLAP plugins soon.

Yes, they added this and that (a track can have two separate signal chains now, ok - why only two then?) - which all look random to me. Don't get me wrong - these weird features are somewhat outstanding in a way that a lot of it can't be found at any other DAW or tracker. And I totally appreciate the enthusiasm they have developing and introducing it finally - I don't feel this resulting joy with other projects this intense.

However, I doubt, so much people dig so much into those features – I just want my track to be done, you know :) . So in the end it's about priorities: How many users need what the most. And I guess I am not the only one wanting CLAP. However it never occured to me that I might want splited signal chains (which I did in Buzz all the time decades ago - but there it was totally intuitive).
What do you think about that?

Yes, they fixed a ton of bugs (especially in the VST3 department which indeed didn't feel stable before - at least not under Linux). And yes, I like Renoise for being developed with love over decades and for treating
#Linux as first class citizen – it's still cool and I will still use it.

But the general direction it goes with those random ideas added, instead of looking at the big picture - that somehow troubles me.
I want Renoise to stay relevant, you know?

It's not only CLAP.
On Linux they support LADSPA and DSSI plugins (and from my experience it's not really working well).
But those formats are deprecated since at least one decade in favor or LV2. Which was also somewhat dead since long before CLAP arrived for everyone. So... I am already in a rage loop ;) I should quit this post now!

Here is the release notes video link.

https://forum.renoise.com/t/renoise-3-5-and-redux-1-4-released/76590

Renoise Forums · ⮚ Renoise 3.5 and Redux 1.4 ReleasedWelcome to a new Renoise release: Download Registered users can download the update at the Renoise Backstage. Demo versions are available at the Renoise Download page. Features General Enhancements Phrase Scripting Engine: Experimental new real-time phrase scripting system that allows programmatic creation or live coding of musical phrases using Lua. This feature integrates pattrns, a new open-source project that provides an imperative-style music sequence generator with supp...

🌘 由始至終皆為類型:使用 Clap 的 Rust CLI
➤ 透過類型系統打造更完善的命令列介面
tucson-josh.com/posts/rust-cla
本文探討了在 Rust 中使用 Clap crate 建立命令列介面 (CLI) 的優勢,強調了 Rust 強型別和靜態型別系統如何提升 CLI 工具的開發體驗和使用者體驗。作者認為,將類型系統應用於 CLI 互動,如同設計程式庫或服務 API 一般,能帶來程式碼的可維護性、可讀性,並提供更清晰的介面合約。Clap 透過其 builder 模式和 derive 功能,簡化了參數解析過程,並從類型定義的註解中自動生成幫助訊息。
+ 這篇文章讓我意識到,Rust 的類型系統在 CLI 開發中也能發揮重要作用,不再只是侷限於後端服務。
+ Clap 真的很好用,讓我擺脫了手動解析命令列參數的困擾,而且透過 derive 功能,簡化了程式碼的撰寫。
#Rust #CLI #Clap #程式設計

tucson-josh.comIt's Types All the Way Down - Rust CLI with ClapUsing rust types to specify command line interfaces using the clap crate