Re: foo_vis_vumeter
Reply #47 – 2024-10-14 10:13:17
I use the plugin via visualizations. Is it possible to correct the display of settings? The first picture shows the settings after launching the plugin. The second picture shows the settings after expanding the plugin window to full screen, and then collapsing Good eye. Thanks for noticing. Fixed in 0.1.3.Feature request: support skins designed for Analog Meter visualization for AIMP player in-addition to DRON's analog VU meter for foobar2000, so we can have classic and night variant of AIMP's analog VU meter visualization. Also, how about a Mid/Side mode like in my own multichannel peakmeter visualizer? Which when selected, the VU meter visualization would display M/S (sum and difference channels respectively) instead of L/R channels. Mid/Side added in 0.1.3. Not multichannel yet, only stereo at the moment. Also completed enabling of the AIMP skins, but the needle movement is trash at the moment. So, I skipped including it in 0.1.3.@oops : Could you please post what the default values are for all the option settings in 0.1.2 beta? Thanks! Sure, quick copy/paste because of time constraints:// Defaults constexpr bool default_debug_output = false; constexpr bool default_lock_aspect_ratio = false; constexpr bool default_downmix = false; constexpr bool default_cubic_interpolation = true; constexpr bool default_lock_tuning = false; constexpr bool default_vsync = false; constexpr float default_zero = 0.0f; constexpr float default_range = 0.0f; constexpr float default_decay = 0.01f; constexpr float default_rise_factor = 0.2f; constexpr float default_jitter = 0.0f; constexpr float default_round_corners = 1.0f; constexpr double default_preamp_gain = 0.0; constexpr double default_sample_window = 42.0; constexpr uint32_t default_max_fps = 60; constexpr layout default_layout = layout::LEFT_RIGHT__V; constexpr mode default_mode = mode::LR; constexpr level default_level = level::RMS; constexpr tune default_tune = tune::ZERO; constexpr std::wstring_view default_panel = L"Model 702.bin"; constexpr bool default_enable_hdr = false; constexpr DXGI_FORMAT default_back_buffer_format = DXGI_FORMAT_B8G8R8A8_UNORM; constexpr DXGI_FORMAT default_depth_buffer_format = DXGI_FORMAT_D32_FLOAT; constexpr UINT default_back_buffer_count = 2; constexpr D3D_FEATURE_LEVEL default_min_feature_level = D3D_FEATURE_LEVEL_11_0;