ff_meters icon indicating copy to clipboard operation
ff_meters copied to clipboard

Plug and play component to display LED meters for JUCE audio buffers

Results 8 ff_meters issues
Sort by recently updated
recently updated
newest added

Thank you for ff_meters! I am using it in a multichannel plugin. On Windows 10/11, performance is top notch. But on the Mac OS Monterey 12.5 and Juce 6.16, I...

Hi again about multi threading ChannelData also raises a bit suspicion. The rmsHistory should really be a vector of atomics, getAvgRMS (from UI thread) clashes with pushRMS (from AudioThread). You...

I think the bool suspended in LevelMeterSource would make a great use of an atomic boolean. This way (and I think it is intended that way?) the UI would be...

**I get the following errors with the latest version of ff_meters. I have tried a few things, but can't get them to go away.** 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.26.28801\include\numeric(35,26): warning...

After doing my first implementation with the OutlineBuffer (based on the documentation in the Readme), I am running into the issue where there is a center deviation between the 2...

I have been trying for 2 days, but I have not been able to change the color of the border (currently white) around the meter control (or each individual channel...

The function std::sqrtf is not available by default in GCC, it requires you to add the -lm flag to the compiler which may damage portability. Can be found in file...

I get errors on the following header files when I try to build ff_meters using the latest version of the Juce library: #include #include #include