From 3b9e673e691870c465e4a306dad5cadf1f341ea5 Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Mon, 2 Dec 2024 15:25:55 +0100 Subject: [PATCH] Update include/clap/ext/draft/location.h Co-authored-by: Dalton Messmer --- include/clap/ext/draft/location.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/clap/ext/draft/location.h b/include/clap/ext/draft/location.h index 3a1787d2..05762c46 100644 --- a/include/clap/ext/draft/location.h +++ b/include/clap/ext/draft/location.h @@ -23,7 +23,8 @@ enum { // the last track or track group within this group + 1. CLAP_PLUGIN_LOCATION_TRACK_GROUP = 2, - // Represents a single tracks. It contains devices (serial). + // Represents a single track. + // It contains devices (serial). CLAP_PLUGIN_LOCATION_TRACK = 3, // Represents a single device.