{ uint32_t voice_count; uint32_t voice_capacity; uint64_t flags; } clap_voice_info_t; enum { CLAP_VOICE_INFO_SUPPORTS_OVER LAPPING_NOTES = 1 << 0, }; // It is useful for the host when performing polyphonic modulations, // because the host needs its own voice management and should try to follow // what the plugin is doing: // - make the host's voice pool coherent with what the plugin has // - turn the host's voice management to mono when the plugin is mono