1
0
Fork 0

Update unimplemented features list

These things are now all implemented.
This commit is contained in:
Robbert van der Helm 2022-02-01 23:39:13 +01:00
parent d5fde24854
commit 1202b2b9d6

View file

@ -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