View Single Post
Old 01-20-2019, 12:02 PM   #7
nofish
Human being with feelings
 
nofish's Avatar
 
Join Date: Oct 2007
Location: home is where the heart is
Posts: 12,096
Default

I think in your case you could avoid creating the undo point replacing reaper.SelectAllMediaItems(0,0) with looping through all items and set them unselected with SetMediaItemInfo_Value() (using B_UISEL)

edit:
Or SetMediaItemSelected()

Last edited by nofish; 01-20-2019 at 12:08 PM.
nofish is offline   Reply With Quote