mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Update unimplemented features list
These things are now all implemented.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user