View Single Post
Old 05-14-2019, 07:28 AM   #1642
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,268
Default

Quote:
Originally Posted by _Stevie_ View Post
@HeDa

1. when we add custom button to the send section, where are there settings stored? I recently changed some buttons, but they didn't get saved, when I loaded an older project. Are they maybe stored in the theme settings?

2. I have a custom script assigned to a mouse modifier which will select the item AND the corresponding track. But in that case, enlarge selected track won't work. Is there anything I need to add to my script in order to make that work?
1. It is saved in "TI_Custom Buttons.cfg". It is a separate configuration file, so you can reset configuration and still keep your custom buttons. I've just checked and when you add, remove, or edit custom buttons, the file should be updated. So I don't know why it would be saved in your case.

2. You could add a
Code:
reaper.Undo_BeginBlock()
... 
your script
...
reaper.Undo_EndBlock("Change track selection", -1)
so maybe that triggers it.
There is a preference in Mouse / Mouse click/ edit in track view changes track selection. But I don't remember why... I removed that from enlarge selected track when selecting items even with that option selected.
heda is offline   Reply With Quote