AZSlow

AZ Controller plug-in for Cakewalk SONAR => Bugtracker => Topic started by: MarKo on September 20, 2015, 09:15:13 PM

Title: [Fixed] Select last changed ACT
Post by: MarKo on September 20, 2015, 09:15:13 PM
Hi Alexey,
i think this is a bug. if i have :
- Select last changed ACT
- selection:invalid, Command X
and "last changed ACT" is empty, the selection:invalid Command X gets not executed.
Shouldn´t selection be invalid in this case?
I would need this for an ACT-speed dial, which has other functions too.
Title: Re: Select last changed ACT
Post by: azslow3 on September 21, 2015, 11:42:24 AM
There logic was different there, if last changed ACT does not exist, the action was failing (and so not changing current parameter, whatever it was).

But I see proposed by you idea as more logically consistent, so I have modified the code. b283 should work the way you have expected.
Title: Re: Select last changed ACT
Post by: MarKo on September 21, 2015, 05:17:28 PM
Ah, i see. For me selection:invalid was so obvious that i did not try other things.
Quote
more logically consistent
Yes, i think so - thanks for changing that.