В списке доступных vst эффектовГде он должен появиться?
В списке доступных vst эффектовГде он должен появиться?
Отключить в бридже олвейз он топ, тогда он будет прятаться под окном dawа как скрыть программу, оставив только загруженный плаг?
пробовал в рипере 3 плагина, voxciter и органчики из соседней темы, voxciter работает норм.Очень нужны отчеты о работе зум при мультимониторной конфигурации с разным разрешением /dpi )
ну насчёт Zoom понятно, это как бы опционально,потому что текущий зум расчитан на один фиксированный DPI) тоже вопрос , фиксить или нет , особенно когда не на чем проверить ..
это баг )) уже
WM_WINDOWPOSCHANGING with a new position (e.g., negative X coordinates, or a rect that extends beyond the smaller monitor’s bounds).SetWindowPos to clamp the plugin to the target monitor's work area, or it tries to resize the container to fit the new screen geometry.SetWindowPos triggers another WM_WINDOWPOSCHANGING message.SetWindowPos again...Your bridge's container window should only handle its own position during a drag. The embedded plugin's size should remain completely untouched while the mouse is moving.Never callSetWindowPosorsetBoundsinsideWM_MOVINGorWM_WINDOWPOSCHANGING.
WM_EXITSIZEMOVE), you can safely adjust the position or size once, which will not cause a loop.WM_GETMINMAXINFOWM_GETMINMAXINFO to keep the window on screen.WM_GETMINMAXINFO, do not restrict the maximum size based on the current monitor's resolution unless the window is being sized by the user. If the plugin demands 1200×800 and the 24" screen is 1920×1080, it will still fit, so no restriction is needed. Only clamp positions, not sizes.SetWindowPos calls while WM_ENTERSIZEMOVE is active. Only act on WM_EXITSIZEMOVE.[/td]
[td]Feedback loop in WM_WINDOWPOSCHANGING[/td][td]Never call SetWindowPos from inside WM_WINDOWPOSCHANGING.[/td]
[td]Asymmetric issue (27→24 only)[/td][td]Caused by clamping logic that only activates when the destination is smaller. Defer all clamping to WM_EXITSIZEMOVE.[/td]он ещё в процессе переделки, надеюсь завтра доделаюкстати поделишься исходниками сканнера ?, мой тяжелый слишком
да мне базу идеи кода хотя бы , фулл код цельного не надо , хэндоффа хватитон ещё в процессе переделки, надеюсь завтра доделаю
как раз скинул в личкуИдею реализации сканера незаметного ,уже придумал , не дождался) ...Жени ))
)