Avid Pro Audio Community

Avid Pro Audio Community

How to Join & Post  •  Community Terms of Use  •  Help Us Help You

Knowledge Base Search  •  Community Search  •  Learn & Support


Avid Home Page

Go Back   Avid Pro Audio Community > Legacy Products > Pro Tools 2020

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2021, 03:29 PM
kosmokrator kosmokrator is offline
Member
 
Join Date: May 2010
Posts: 131
Default 2 Feature requests.

Hi there,
some suggestions:

1. please have an additional automation mode 'preview excluding fader'.
I always mix with all tracks in either latch or touch/latch, all plugin parameters automation enabled, preview enabled all the time.
That way I can always tweak all plugins, sends and pans on all tracks without accidentially writing automation.
Standard post production workflow.
Sometimes I forget to disable preview before doing a delicate fader move. This sucks.

2. Additional editing mode 'half-smart tool'. Have the smart tool but without the trim and fade modes. I don't know anyone using these. They are in the way and making you slow, especially in big sessions with very small track heights. Everyone uses a & s for trimming and d & f for fades.

Please Avid!
Reply With Quote
  #2  
Old 01-05-2021, 04:22 PM
Ryan Young's Avatar
Ryan Young Ryan Young is offline
Member
 
Join Date: Sep 2002
Location: Santa Clarita, CA
Posts: 1,840
Default Re: 2 Feature requests.

I think you could come up with some sort of macro to warn you when you're in preview mode if you touch the fader. Regarding the smart tool, I love options but I use the trim and fade on the smart tool constantly even though d and g are more common for me.

I whipped up a crappy little app that you can run to let you know if you're in Preview mode. I'm sure you can do more automated things with it.

Quote:
tell application "Finder"
tell application "System Events"
set PT to the first application process whose creator type is "PTul"
tell PT
activate
set frontmost to true
set automationMenuItem to menu item "Automation" of menu "Window" of menu bar item "Window" of menu bar 1
set status to value of attribute "AXMenuItemMarkChar" of automationMenuItem
if status is not equal to "✓" then
click automationMenuItem
end if
set xValue to value of button "Enable Auto Preview Mode" of window 1
if xValue is equal to "Selected" then
display dialog "GET OUT OF PREVIEW MODE!"
else
set allWindows to every window of PT
if length of allWindows is greater than 0 then
repeat with currentWindow in allWindows
if (count (buttons of currentWindow whose title contains "Suspend Automation")) is greater than 0 then
return
end if
end repeat
end if
end if
end tell
end tell
end tell
__________________
-Ryan Young

•2019 Mac Pro 3.5 GHz 8-Core Intel Xeon W - 48 GB 2666 MHz DDR4 (OS 10.15.5) •HD Native PCIe, HD Omni, 192 I/o, Pro Tools Ultimate •Avid S3 + Dock •Blackmagic Intensity Pro (HDMI) •5.1 Room with JBL LSR4300 series

Additional Systems

•2010 Mac Pro 2 x 2.66 GHz 6-Core Intel Xeon - 48 GB 1333 MHz DDR3 (OS 10.14.6) •HD Native PCIe, 192 I/o, 96 I/o, Pro Tools Ultimate •McMix (x4), McControl (x1), JLCooper Surround panner for D-Command ES, Avid Control •Blackmagic Intensity Pro (HDMI) •7.1.4 Room with JBL LSR4300 series

•2017 MacBook Pro 2.8 GHz i7 - 16 GB 2133 MHz LPDDR3 (OS 10.14.6) •HD Native TB, HD Omni, Pro Tools Ultimate •McMix (x1), McControl (x1), Avid Control * or * D-Command ES Main Unit •Fed into whichever system is the main system

Last edited by Ryan Young; 01-05-2021 at 05:10 PM.
Reply With Quote
  #3  
Old 01-06-2021, 05:14 PM
smurfyou smurfyou is offline
Member
 
Join Date: Oct 2006
Location: Charlotte, NC
Posts: 1,720
Default Re: 2 Feature requests.

I think a better visual indicator that you're in Preview would be nice. I actually wouldn't mind two indicator lights in the toolbar area. One for Automation that lights if anything is currently writing. Another for Preview so you know at a glance if it's active.
__________________
~Will
Reply With Quote
  #4  
Old 01-06-2021, 05:17 PM
Ryan Young's Avatar
Ryan Young Ryan Young is offline
Member
 
Join Date: Sep 2002
Location: Santa Clarita, CA
Posts: 1,840
Default Re: 2 Feature requests.

I’d love for that too. I wonder how difficult it would be to create something like The Cargo Cult’s AFE Alerter?
__________________
-Ryan Young

•2019 Mac Pro 3.5 GHz 8-Core Intel Xeon W - 48 GB 2666 MHz DDR4 (OS 10.15.5) •HD Native PCIe, HD Omni, 192 I/o, Pro Tools Ultimate •Avid S3 + Dock •Blackmagic Intensity Pro (HDMI) •5.1 Room with JBL LSR4300 series

Additional Systems

•2010 Mac Pro 2 x 2.66 GHz 6-Core Intel Xeon - 48 GB 1333 MHz DDR3 (OS 10.14.6) •HD Native PCIe, 192 I/o, 96 I/o, Pro Tools Ultimate •McMix (x4), McControl (x1), JLCooper Surround panner for D-Command ES, Avid Control •Blackmagic Intensity Pro (HDMI) •7.1.4 Room with JBL LSR4300 series

•2017 MacBook Pro 2.8 GHz i7 - 16 GB 2133 MHz LPDDR3 (OS 10.14.6) •HD Native TB, HD Omni, Pro Tools Ultimate •McMix (x1), McControl (x1), Avid Control * or * D-Command ES Main Unit •Fed into whichever system is the main system
Reply With Quote
  #5  
Old 01-07-2021, 05:16 AM
kosmokrator kosmokrator is offline
Member
 
Join Date: May 2010
Posts: 131
Default Re: 2 Feature requests.

Quote:
Originally Posted by smurfyou View Post
I think a better visual indicator that you're in Preview would be nice. I actually wouldn't mind two indicator lights in the toolbar area. One for Automation that lights if anything is currently writing. Another for Preview so you know at a glance if it's active.
Well that's actually not an issue for me. I'm on an S6 and colored the preview soft button as aggressively as I could.
Still happens sometimes. Probably would still happen if all screens would flash red.. :)
Reply With Quote
  #6  
Old 01-07-2021, 07:30 AM
midnightrambler midnightrambler is offline
Member
 
Join Date: Oct 2008
Location: London, UK
Posts: 2,873
Default Re: 2 Feature requests.

Quote:
Originally Posted by kosmokrator View Post
Everyone uses a & s for trimming and d & f for fades.
a & s are all very well for trimming back, but what if you want to extend the clip? Surely you have to use the trim tool then?
Reply With Quote
  #7  
Old 01-07-2021, 10:03 AM
EdgarRothermich's Avatar
EdgarRothermich EdgarRothermich is offline
Member
 
Join Date: Dec 2012
Location: West Hollywood
Posts: 283
Default Re: 2 Feature requests.

Quote:
Originally Posted by kosmokrator View Post
Hi there,
some suggestions:

2. Additional editing mode 'half-smart tool'. Have the smart tool but without the trim and fade modes. I don't know anyone using these. They are in the way and making you slow, especially in big sessions with very small track heights. Everyone uses a & s for trimming and d & f for fades.

Please Avid!
Personally, I like to have them on all the time, but it is all about options and preferences.
Other DAWs acknowledged that, i.e. in the Logic Preferences you have checkboxes to activate those "click zones" to customize your "preferred" editing workflow.
Attached Images
File Type: jpg Click Zones.jpg (10.6 KB, 0 views)
__________________
Edgar Rothermich
Author of "Pro Tools 2020 - How it Works"
from the Graphically Enhanced Manuals (GEM) series
http://DingDingMusic.com/
YouTube Channel Music Tech Explained https://YouTube.com/c/MusicTechExplained/
Reply With Quote
  #8  
Old 01-08-2021, 06:37 AM
kosmokrator kosmokrator is offline
Member
 
Join Date: May 2010
Posts: 131
Default Re: 2 Feature requests.

Quote:
Originally Posted by EdgarRothermich View Post
Personally, I like to have them on all the time, but it is all about options and preferences.
Other DAWs acknowledged that, i.e. in the Logic Preferences you have checkboxes to activate those "click zones" to customize your "preferred" editing workflow.
Yeah, exactly like that!
Reply With Quote
  #9  
Old 01-08-2021, 06:38 AM
kosmokrator kosmokrator is offline
Member
 
Join Date: May 2010
Posts: 131
Default Re: 2 Feature requests.

Quote:
Originally Posted by midnightrambler View Post
a & s are all very well for trimming back, but what if you want to extend the clip? Surely you have to use the trim tool then?
Actually don' have to extend regions without fades on them too often. If there's a fade you can grab that.
In these cases it would be OK to manually switch to trim mode.
Reply With Quote
  #10  
Old 01-08-2021, 08:30 AM
Farhoof's Avatar
Farhoof Farhoof is online now
Member
 
Join Date: Jun 2014
Location: EU
Posts: 480
Default Re: 2 Feature requests.

Quote:
Originally Posted by kosmokrator View Post
Actually don' have to extend regions without fades on them too often. If there's a fade you can grab that.
In these cases it would be OK to manually switch to trim mode.
Be careful grabbing fades and moving them like that, since PT 2019.10 all the way up to 2020.12 there is a bug where automation is not moved along with the fade (when automation is written to clip length). Not just volume, but panning and inserts as well.

See http://duc.avid.com/showthread.php?t=413155
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Feature Requests priorytools Pro Tools TDM Systems (Mac) 0 03-09-2007 07:48 AM
Two feature requests RobMacki Pro Tools TDM Systems (Mac) 13 07-08-2006 03:11 AM
Bugs, feature requests and tip requests! Basil Rush Pro Tools TDM Systems (Mac) 6 12-07-2005 08:21 AM
new feature requests! (again) mattm Pro Tools TDM Systems (Mac) 11 04-14-2002 09:30 AM
FEATURE REQUESTS FOR 5.1 Bryan Pro Tools TDM Systems (Mac) 19 12-13-1999 02:11 AM


All times are GMT -7. The time now is 07:17 AM.


Powered by: vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Limited. Forum Hosted By: URLJet.com