HI, everyone!
This is my code:
aud-do "Repeat: Count=2"
itโs not working. It does nothing
tried also
aud-do "Repeat: Count=\"2\""
still the same
Can anyone help me with that?
HI, everyone!
This is my code:
aud-do "Repeat: Count=2"
itโs not working. It does nothing
tried also
aud-do "Repeat: Count=\"2\""
still the same
Can anyone help me with that?
Iโve just tested this code in the Nyquist Prompt in Audacity 2.3.3 and it works as expected:
;version 4
;type tool
(aud-do "SelectAll")
(aud-do "Repeat:Count=2")