Notifications
Clear all

[Closed] SDK delete keys in range

 MZ1

How we can delere keys from a controller at specific time range? (SDK)

2 Replies

you have only two ways to do it:
#1 select keys that you need using SelectKeyByIndex
#2 delete every key by index using DeleteKeyByIndex

in both cases you have to check that the key is in the specified interval using GetKeyTime

 MZ1

Thank You Denis!