JUCE is too good

I was trying to make a program to reproduce a simple drive speed problem. A few TextButtons, a convenient ScopedTimer, and an apparently very efficient OutputStream later, I was showing the best performance I have ever seen on that drive.

Back to the drawing board. Thanks a lot, JUCE.

7 Likes

reminds me of the time I made a whole standalone app in an hour, because all I needed was a thing that lets me drag n drop a bunch of wav/flac files and then it autogenerates a new folder where those files are normalized (-1db) to the song that has the highest peak of them all. but i’m sure some of this wouldn’t have been trivial in plain c++.

thanks JUCE!

2 Likes