Time Shift +350msec

Effects, Recipes, Interfacing with other software, etc.
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Post Reply
kozikowski
Forum Staff
Posts: 69366
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Time Shift +350msec

Post by kozikowski » Wed Oct 26, 2011 3:26 pm

Select one track of a multiple track collection and Time Shift it forward by 350 mSec. (as an example). Accurately without dragging.
Koz

Edgar
Forum Crew
Posts: 2043
Joined: Thu Sep 03, 2009 9:13 pm
Operating System: Windows 10

Re: Time Shift +350msec

Post by Edgar » Wed Oct 26, 2011 6:19 pm

This should be easy to code, the details of GUI need consideration. Since it is a Track-related process, I am thinking -- add an item to the Track's twisty/drop-down menu which pops up a requester dialog asking "How much?" and gets user input with a Time Text Control (TimeTextCtrl--one of those timer selection widgets like "Selection Start" in the Selection toolbar).

As for moving the track's audio's start, I'm thinking just add that much silence to the start of the track.

But, now that I am playing around with this, why not just move the cursor to Start of Track and generate as much silence as you want to time shift by?

kozikowski
Forum Staff
Posts: 69366
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: Time Shift +350msec

Post by kozikowski » Wed Oct 26, 2011 8:55 pm

But, now that I am playing around with this, why not just move the cursor to Start of Track and generate as much silence as you want to time shift by?
No reason at all. I'm thinking of a specific condition where a careful, timed match-up of two tracks is performed and then you have to apply that time correction to multiple tracks.

Measuring the carefully hand-generated gap and Generate Silence to that measurement would work perfectly.

Koz

solanus
Posts: 62
Joined: Wed Mar 23, 2011 12:12 pm
Operating System: Please select

Re: Time Shift +350msec

Post by solanus » Thu Oct 27, 2011 12:46 am

Two existing possibilities:
1. There is a Nyquist plugin called Time Shifter that inserts a specified amount of silence in front of the track. It even lets you move L and R channels of a stereo track separately.
2. The way I usually do is to type in the Selection Start time in the Selection Toolbar at the bottom, then Align the track with the Selection Start. That lets you align it forward or backward...

kozikowski
Forum Staff
Posts: 69366
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: Time Shift +350msec

Post by kozikowski » Thu Oct 27, 2011 12:57 am

2. The way I usually do is to type in the Selection Start time in the Selection Toolbar at the bottom, then Align the track with the Selection Start. That lets you align it forward or backward...
In fact I thought about doing that and couldn't get it to work. What are the strokes exactly?
Koz

solanus
Posts: 62
Joined: Wed Mar 23, 2011 12:12 pm
Operating System: Please select

Re: Time Shift +350msec

Post by solanus » Fri Oct 28, 2011 3:17 am

Make sure you set the time scale in Selection Start to hh:mm:ss + milliseconds.
Select the track you want to move, and type in the time point you want. The beginning of the selection will automatically move to this time point.
In this example, I've chosen the 3rd track and set the Selection Start to 350 ms:
selectionstart.jpg
selectionstart.jpg (45.46 KiB) Viewed 1967 times
Then from the Tracks menu, choose Tracks>Align Tracks>Align with Selection Start. The beginning of the 3rd track will move to 350ms exactly.

That's it!

waxcylinder
Forum Staff
Posts: 14685
Joined: Tue Jul 31, 2007 11:03 am
Operating System: Windows 10

Re: Time Shift +350msec

Post by waxcylinder » Sat Nov 26, 2011 2:09 pm

I propose to move this to the Audio Processing section as solanus has provided a method to do this with existing Audacity.

@Koz: do you still want me to add this to the Wiki>Pending Feature Requests page - or is solanus' solution good enough for you?

WC
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *

waxcylinder
Forum Staff
Posts: 14685
Joined: Tue Jul 31, 2007 11:03 am
Operating System: Windows 10

Re: Time Shift +350msec

Post by waxcylinder » Tue Dec 20, 2011 10:16 am

@Koz - BUMP
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *

steve
Site Admin
Posts: 81627
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Time Shift +350msec

Post by steve » Tue Dec 20, 2011 2:56 pm

I don't see much point in having this as a feature request as there are already a couple of ways to accomplish the task.
Namely, generating silence at the beginning of the track, or using the "Tracks > Align Tracks".
The second of these methods appears to be specifically for the functionality that Koz requested.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Post Reply