Remix.run Logo
dbcooper 8 hours ago

Release video looking at the new UI (Qt6 based):

https://www.youtube.com/watch?v=BTQymidLYIM

flexagoon 41 minutes ago | parent | next [-]

It seems like the new UI look doesn't have light mode available and the only option to have it is to switch back to the old UI? That's a weird choice.

samtheDamned 27 minutes ago | parent [-]

They do appear to have a light mode, along with general UI customizability according to the homepage [1].

1: https://www.audacityteam.org/audacity-4/

dom96 an hour ago | parent | prev | next [-]

Wow, looks amazing. Qt6 seems to be really great.

Is there a free open source tool for video editing that has the same UX chops?

iLoveOncall 5 hours ago | parent | prev | next [-]

It should be illegal to announce a UI update and not include at least screenshots, so thanks for sharing.

gcr 4 hours ago | parent [-]

The URL should probably be its landing page, which does a good job with the overview: https://www.audacityteam.org/audacity-4/

fusslo 3 hours ago | parent [-]

thanks

I think this may be the first time I've wanted to buy merch

https://merch.audacityteam.org/

skrebbel 8 hours ago | parent | prev | next [-]

I usually hate product announce videos but this one is so concise and fast and to the point, I'm very impressed. Also wow the new UI looks delicious!

Ajedi32 6 hours ago | parent | next [-]

Best thing is it's not just a new coat of paint; there seem to be some very significant usability improvements in here.

wilkystyle 6 hours ago | parent | prev | next [-]

Delicious really is a great word! It looks gorgeous and so pleasant to use.

Aldipower 7 hours ago | parent | prev [-]

Yeah, it is a hand-made video! Someone put actual work into it. :-) Results are speaking.

lovedaddy 7 hours ago | parent | prev [-]

Lost me at QT.

dieortin 6 hours ago | parent | next [-]

Why do you care so much about the UI framework used?

LtWorf 6 hours ago | parent [-]

[flagged]

rauli_ 5 hours ago | parent [-]

Or he just prefers GTK. I sure like it better than QT.

LtWorf 5 hours ago | parent [-]

No person who has written software with both prefers GTK :D

kvemkon 5 hours ago | parent [-]

I can still use and develop GTK2 software in Debian out-of-the-box, but not Qt3 or even Qt4.

majewsky 4 hours ago | parent [-]

Yes, because GTK2 is so difficult to upgrade to new versions, whereas Qt4 to Qt5 usually only involved replacing a few identifiers (cannot speak to Qt6 since I don't do Qt anymore). That's why distros need to drag GTK2 along even though we are already at GTK4.

gen2brain 2 hours ago | parent | next [-]

I work on the IUP fork, where I have and support the Qt driver, which works with both Qt5 and Qt6, and I only need a couple of checks to make it work on both. I often check if I broke the Qt5 build; nope, all good there, hard to break. For GTK3 and GTK4, those must be separate drivers; there's no way you can handle that with a couple of checks. Everything is different. That was possible to some extent and works with GTK2/GTK3 (single driver), but there are so many checks and workarounds there. Qt is so nice to work with.

kvemkon 4 hours ago | parent | prev [-]

> so difficult to upgrade to new versions

Perhaps, because GTK developers insist, that GTK2, GTK3, GTK4 are different toolkits.

> Qt4 to Qt5 usually only involved ...

I'd start with Qt3 to Qt4.

iLoveOncall 5 hours ago | parent | prev [-]

[flagged]