View Single Post
Old 08-30-2016, 07:10 AM   #12
juliansader
Human being with feelings
 
Join Date: Jul 2009
Posts: 3,714
Default

It seems that REAPER does indeed remember grid as a per-take setting, not a per-editor setting, since the relevant ReaScript function uses a take as argument, not an editor:

Quote:
Lua: number retval, optional number swingOutOptional, optional number noteLenOutOptional reaper.MIDI_GetGrid(MediaItem_Take take)

Returns the most recent MIDI editor grid size for this MIDI take, in QN. Swing is between 0 and 1. Note length is 0 if it follows the grid size.
I guess it may sometimes be useful apply quantization on a per-take basis, but there should at least be an option in the Quantize dialog box to override the take's grid with the editor's current grid instead.

Perhaps the Settings dropdowns list should split "Use grid" into "Use editor grid" and "Use take grid"?
juliansader is offline   Reply With Quote