From 029fc9d3cf4768d94a6e37380e1dcc1e758ae876 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Sat, 20 Jun 2026 03:11:03 -0500 Subject: add vst3 support --- src/window_size.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/window_size.rs') diff --git a/src/window_size.rs b/src/window_size.rs index c84a137..a687b27 100644 --- a/src/window_size.rs +++ b/src/window_size.rs @@ -1,6 +1,3 @@ -/// The max value of the custom window size is `u32::MAX`. -/// The min value of the custom window size is `WindowSize::Size256`. -/// This is because it's the maximum latency one can report to a CLAP host. #[derive(Debug, Clone, PartialEq)] pub enum WindowSize { Size256, @@ -11,6 +8,8 @@ pub enum WindowSize { Size8192, Size16384, Size32768, + // Forced to use IntParam for this because of this "custom" field + // Midi support for time synced window sizes will be added in the future Custom(usize), } -- cgit v1.2.3