Hello All,
i am struggling to apply a pattern on clips with python, sometimes selection doesn’t move with SelNextClipcommand.
I Iniitially tried with debian 11 providing Audacity 2.7.4 and stalled on the road with python. With debian 12, audacity 3.3.3 is shipped and there is no so much freeze .
I finally tried then using only Macro manager. Now I may have discovered why. Set tempo with percentage generate sometimes extra on borders…perturbating SelNextClip just called after
Demo with macro Change Tempo Macro:
ChangeTempo:Percentage=“28,313” SBSMS=“0”
SelNextClip:
assigned to CTRL+SHIFT+< on
buggy_clip.aup3 (796 KB)
gives:

Change Tempo is buggy ? Any idea?