View Single Post
Old 03-08-2018, 11:29 PM   #15
juliansader
Human being with feelings
 
Join Date: Jul 2009
Posts: 3,714
Default

Quote:
Originally Posted by srdmusic View Post
Even actions like the native reaper quantize need to be done on a part by part basis. That's kind of ridiculous when you have 16 drum parts that need to be quantized.
A combination of API functions
* MIDIEditor_GetAllEditableTakes and
* MIDIEditor_SetActiveTake
can even be used to fix native actions such as quantize that are still limited to the active take: The script will iterate through all editable takes, making each active in turn, and running the native action on that take.
juliansader is offline   Reply With Quote