Remix.run Logo
JosephRedfern 7 hours ago

This doesn't feel like very constructive feedback. Have you actually tried 4.0 yet, or were you too put off by the Discord link to proceed?

IMO Audacity has never been particularly native-feeling, and I don't buy the McDonalds analogy - this release is still lightweight. It'd be a fair comment if they'd e.g. move to Electron, but Qt 6 is hardly that.

Joel_Mckay 6 hours ago | parent [-]

wxWidgets uses the native OS interfaces. They have a valid point about Qt sometimes breaking things, and should be packaged as an audacity-qt6 fork.

Your perspective is also valid, in that it could be phrased a little kinder. =3

epcoa 5 hours ago | parent [-]

> wxWidgets uses the native OS interfaces.

Audacity was fooling no one that it was a native MacOS app, or even a particularly well designed GTK app. The fundamental idea of WX is not sound. Turns out MFC is not a great abstraction for AppKit.

Even Qt uses some higher level native UI interfaces on its respective implementations.