From 1202b2b9d63a13a2f83bcd133b44708c69f7a792 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 1 Feb 2022 23:39:13 +0100 Subject: [PATCH] Update unimplemented features list These things are now all implemented. --- src/plugin.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugin.rs b/src/plugin.rs index 74afe674..16cb0d22 100644 --- a/src/plugin.rs +++ b/src/plugin.rs @@ -28,13 +28,10 @@ use crate::param::Params; /// - MIDI /// - Sidechain inputs /// - Multiple output busses -/// - Latency compensation /// - Special handling for offline processing /// - Transport and other context information in the process call -/// - Storing custom state, only the parameters are saved right now /// - Sample accurate automation (this would be great, but sadly few hosts even support it so until /// they do we'll ignore that it's a thing) -/// - Parameter update callbacks /// - Parameter hierarchies/groups /// - Bypass parameters, right now the VST3 wrapper generates one for you /// - Outputting parameter changes from the plugin