Skip to content

Releases: stuerp/foo_vis_spectrum_analyzer

v0.7.6.2

17 Apr 19:53
171e596
Compare
Choose a tag to compare

v0.7.6.2, 2024-04-17

  • Peak Meter
    • Changed: Removed the 1/sqrt(2) correction from the RMS reading after a long discussion on the forum.

v0.7.6.1

17 Apr 15:58
cd14ded
Compare
Choose a tag to compare
  • Peak Meter
    • Fixed: The RMS text reading did not appear if the corresponding X-axis was disabled.
    • Fixed: Work-around for disappearing LED bars (Odd behaviour of FillOpacityMask())

v0.7.6.0

16 Apr 17:00
2882df6
Compare
Choose a tag to compare
  • Peak Meter
    • Changed: Removed the 3.01 dB from the peak value.
    • Added: Option to allow the user to get readings compliant with IEC 61606:1997 / AES17-1998 standard (RMS +3).
    • Changed: Tweaked the coordinate calculations a bit to produce a more polished result.
  • Improved: The context menu will put a checkmark next to the last selected preset.

v0.7.5.5-beta1

14 Apr 15:29
Compare
Choose a tag to compare
v0.7.5.5-beta1 Pre-release
Pre-release
  • Peak Meter
    • Changed: Removed the 3.01 dB from the peak value in a further attempt to make it comply with IEC 61606:1997 / AES17-1998 standard (RMS +3).
    • Changed: Tweaked the coordinate calculations a bit to produce a more polished result.

v0.7.5.4

13 Apr 17:49
5a876ef
Compare
Choose a tag to compare
  • Peak Meter
    • Changed: Swiched the unit from dB to dBFS.
    • Fixed: Some channel configurations (e.g. with side channels) were not displayed correctly.

v0.7.5.3

13 Apr 10:17
ac2e995
Compare
Choose a tag to compare
  • Improved: Peak Meter
    • Added style to display the peak and RMS values larger than 0dB.
    • Added style to display the top peak value.
    • RMS Window is now configurable. Defaults to 300ms. This makes the RMS value more stable. The RMS is relative to 0 dBFS + 3.01 dB.
    • The level values were not calculated correctly when the selected channels did not correspond to the channel configuration of the track.
  • Fixed: Overlap of the X-axis labels (Regression)

v0.7.5.2

10 Apr 11:52
3b75200
Compare
Choose a tag to compare
  • Improved: Peak Meter
    • Calibrated the peak meter according to the IEC 61606:1997 / AES17-1998 standard (RMS +3).
    • Added style to display the RMS value as text.
    • Reduced jitter.
  • Improved: Increased the maximum amplitude to +6dB.
  • Improved: Optimized rendering the axes a little bit and tries to preserve the more imported labels.
  • Improved: Artwork fit mode can use the full component window instead of just the client area of the graph.
  • Fixed: Setting the LED size and LED gap both to zero caused the component to freeze.
  • Fixed: Artwork fit mode "Fill" was implemented backwards.

v0.7.5.1

06 Apr 12:47
ab47e6a
Compare
Choose a tag to compare
  • Fixed: Peak Meter axes now behave as intended.
  • Fixed: Sample rate initialization and Nyquist frequency marker display when the component is used in a popup window.
  • Fixed: Disappearing artwork when the component is used in a popup window.

v0.7.5.0

04 Apr 16:34
8061104
Compare
Choose a tag to compare
  • New: Spectogram visualization.
    • Static or scrolling
  • New: Peak Meter visualization.
  • New: Built-in SoX color scheme and corresponding non-linear amplitude color map suited for the spectogram visualization.
  • New: The context menu can be used to load a preset.
  • New: Artwork Fit mode. Defaults to "Fit Big".
  • Improved: Double-clicking a preset activates it.
  • Improved: Edge cases for the scaling and position of the spectrum bars and curve vs. the X-axis.
  • Improved: LED Mode is also applied to the bar background.
  • Improved: The LED size and gap can be configured.
  • Improved: The font of the X and Y-axis can be configured in all visualizations.
  • Fixed: Privacy issue: The preset path will no longer be saved to a preset file.
  • Fixed: The spin buttons were not updated when switching between multiple graphs in the configuration dialog.
  • Fixed: Inconsistent state of the color buttons and values when switching between styles in the configuration dialog.
  • Fixed: User interface colors were not activated after loading a preset.
  • Fixed: The custom Solid color was not always saved correctly.
  • Fixed: Deadlock condition specific to CUI when playback was set to resume at startup.
  • Fixed: Memory leak in tool tips when resizing the component.
  • Fixed: Artwork should now consistently be rendered when requested.

v0.7.5.0-beta2

31 Mar 22:17
Compare
Choose a tag to compare
v0.7.5.0-beta2 Pre-release
Pre-release
  • New: Peak Meter visualization.
  • Improved: Edge cases for the scaling and position of the spectrum bars and curve vs. the X-axis.