commit c9a44f28290b1bb5dfbd5c7922f388d5fedee8ab
parent c9ac92f31f2ef07e49e0ffc259ab5f731fb6e619
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Fri, 15 Jul 2022 10:25:47 +0200
Revert "voice-info: add CLAP_VOICE_INFO_CAN_CHANNEL_ROBBIN"
This reverts commit c9ac92f31f2ef07e49e0ffc259ab5f731fb6e619.
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/include/clap/ext/voice-info.h b/include/clap/ext/voice-info.h
@@ -19,10 +19,6 @@ enum {
// Allows the host to send overlapping NOTE_ON events.
// The plugin will then rely upon the note_id to distinguish between them.
CLAP_VOICE_INFO_SUPPORTS_OVERLAPPING_NOTES = 1 << 0,
-
- // Allows the host to use any channel for notes, this is useful for having multiple notes on the
- // same key receiving polyphonic modulation when the note_id isn't supported.
- CLAP_VOICE_INFO_CAN_CHANNEL_ROBBIN = 1 << 1,
};
typedef struct clap_voice_info {