0.7.1:
WARNING:
- macOS 12 Monterey includes a bug that will result in VSync not working. Please set an FPS Limit MiniMeters's preferences. This is fixed in macOS 12.1 Developer Beta 2 and should remain fixed when 12.1 releases.
New Features:
- Waveform: New color mode: Spectral Peak colors the waveform based on the loudest frequency. The brightness is determined by how much noise the audio has. This is configurable in the theme settings.
- Lissajous: Normalize option added. This will automatically "zoom" into quieter audio so you can see it more detail.
- Themes: Credits are now shown in the tooltip pane at the bottom. Add a credit to your themes with
credit:
followed by whatever you'd like to say in quotes. - New themes: CloudNone by twitter.com/cloudnonemusic, & Gunk by twitter.com/lockshawty
Improvements:
- Apple Silicon support for MiniMeters and MiniMetersServer. This should improve performance on Apple's M1 processors.
- Added a "reposition hint" to pop-out windows.
- MiniMeters no longer resets the window position when less than half of the window width is offscreen. It will now push and/or resize the window until it fits on screen.
- "Default Position" button now resizes to which ever screen MiniMeters is primarily on.
- Spectrum Analyzer: new default settings. These new defaults are more typical to popular analyzers.
- Audio Engine: Improved performance.
- Preferences Screen: Panes are less "jello-like" when scrolling.
- Preferences Screen: Improved GPU usage.
- MiniMeters now writes settings to file less often.
- Windows: Resizing modules should look smoother.
- Windows: MiniMeters now snaps to edges if an edge of MiniMeters is within 10px of the edge of your screen.
- macOS: FFT Performance improvements.
- Demo: Removed the unneeded resize handle.
Bug Fixes:
- Windows: Dragging pop-out windows no longer breaks after first Alt+Drag reposition.
- Windows: MiniMetersServer now works in Reaper. If the plugin does not show up go to Preferences > Plug-Ins > Re-scan... > Plug-ins that failed to scan. Click MiniMetersServer and it should work from then on. Please report issues if they remain.
- Stereometer: "Multiband" mode now respects theme colors.
- macOS Big Sur + Monterey: Live reloading of theme files (while Preferences is open) should be more consistent.
- MiniMeters no longer breaks when settings file is deleted while MiniMeters is running.
- LUFS meter should no longer flash at launch.
- It is now possible to use the keyboard to enter slider values in pop-out windows.
- MiniMeters no longer uses extra CPU when no audio is playing (yeah I don't fucking know).
- Reset Settings should behave more consistently.
- Opening MiniMeters on a system with OpenGL versions below v3.3 will now show an error message on launch.
- If MiniMeters is unable to get VSync on launch it will notify the user.
Theming:
- New setting:
credit
. The text written here will be used as the tooltip text when hovering over a theme. - New optional colors: waveform_hue_low, waveform_hue_high, waveform_invert_noise_brightness.
- _TEMPLATE.txt is now better organized.
- Support for YAML style comments. Example:
# this is a comment
picking YAML in your editor should make it easier to read themes.
Nerd Stuff:
- New settings file format. Starting with version 0.7.1 MiniMeters will check for the old "settings.txt" file and automatically convert it to "settings.json." This should be an easier file format to maintain in the future and more user friendly for hacking on.
- The options "FPS Limit" and "Audio Device" are now stored in the main settings file.
- It is now technically possible to choose which channels are selected as the Left and Right channels. The setting is in "settings.json" A UI for this will follow.