You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to propose to extend the track-info extension to include a track index (or some other kind of representation of the sorting within the host). Both VST3 and AAX support this and I don't see a reason as to why CLAP wouldn't.
In practice this would probably be quite simple and sufficiently usable in the form of an int32_t with a value and a CLAP_TRACK_INFO_HAS_TRACK_INDEX flag.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to propose to extend the track-info extension to include a track index (or some other kind of representation of the sorting within the host). Both VST3 and AAX support this and I don't see a reason as to why CLAP wouldn't.
In practice this would probably be quite simple and sufficiently usable in the form of an int32_t with a value and a CLAP_TRACK_INFO_HAS_TRACK_INDEX flag.
Beta Was this translation helpful? Give feedback.
All reactions