View Single Post
Old 10-08-2017, 02:36 AM   #1530
mpl
Human being with feelings
 
mpl's Avatar
 
Join Date: Oct 2013
Location: Moscow, Russia
Posts: 3,984
Default

Quote:
Originally Posted by vanhaze View Post
my wishful script just cuts selected notes in half, without bringing up a dialog window.
Replace
Code:
_, div_ret = reaper.GetUserInputs('Split selected notes to equal parts', 1, 'Divide each notes by', '')
div = tonumber(div_ret)
by
Code:
div = 2
mpl is offline   Reply With Quote