Jump to content

Flove

Member
  • Posts

    2
  • Joined

  • Last visited

Flove's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello, I just updated to Logic Pro X 10.5.0. The default setting for Flex has changed and I cannot find the settings which worked for me in the previous version. Previously, transposing a region would automatically switch Flex to "Automatic" with options underneath for Fill Gaps, Decay and Slice Length. Now these options are under the "Slicing" mode which sounds terrible for what I'm doing. The Automatic mode now only has a "percussive" check box and it also sounds terrible. Anybody has encountered this problem? Any way to get the same Flex settings as they were before? Any way to download a previous version of Logic Pro? thanks Florent
  2. thanks a lot for sharing this script! this is a great time saver! just wanted to share that with my version of Logic Pro 10.4.6 and macOS 10.14.5, the correct row number for region gain is 9 and not 8, nor 6. so here is the updated script that works for me: tell application "Logic Pro X" tell application "System Events" tell process "Logic Pro X" set tracks_window to title of first window whose title contains "- Tracks" if (description of group 1 of window tracks_window = "Control Bar") then set group_nr to 2 else set group_nr to 1 end if tell row 9 of outline 1 of scroll area 1 of group 1 of list 1 of group group_nr of window tracks_window set x to (get value of slider 1) set value of slider 1 to (x - 10) end tell end tell end tell end tell
×
×
  • Create New...