List more not yet implemented features

This commit is contained in:
Robbert van der Helm
2022-06-18 18:50:53 +02:00
parent 3e1f4ce364
commit bf725fb935

View File

@@ -20,6 +20,8 @@ use crate::wrapper::clap::features::ClapFeature;
/// implemented. Notable missing features include:
///
/// - MIDI SysEx and MIDI2 for CLAP, note expressions and MIDI1 are already supported
/// - Polyphonic modulation for CLAP
/// - Audio thread thread pools (with host integration in CLAP)
#[allow(unused_variables)]
pub trait Plugin: Default + Send + Sync + 'static {
const NAME: &'static str;