jump to beginning show previous Showing Logic-users Thread 68879 of 105802 show next jump to end

Forum Index | Read LUG: Policy/Rules Messages Threads Digests | Post New Message | Search!

From: "John Pitcairn" <johnp@...>
Date: Tue, 1 Apr 2003 at 5:32:11 AM
Subject: GEN: Paste at SPL no-go??
Message #136238
Er, isn't "paste" supposed to paste the contents of the clipboard at the SPL position on the selected track? But it's moving the SPL to the nearest beat and pasting there. Not useful. I'm trying to replace a bunch of strip-silenced kick drum regions with a sample on a separate track, was hoping to lash up a QuicKeys macro to automate the process for future use, but I definitely don't want the above behaviour... Platinum 5.5 (where's v6 ELFA?), OS X 10.2.4 John Pitcairn ------------------------------------------------------------------ Midi controller learn in Logic. Soft takeover. Lots of memories. Tracks remember control assignments. Write track automation. Fadermapper environment demo: http://www.revolver.co.nz/fadermapper/ ------------------------------------------------------------------
Viewed 914 times, 2 replies, 11 messages in thread. Reply to this message.
From: "christianobermaier" <christianobermaier@...>
Date: Tue, 1 Apr 2003 at 5:41:12 AM
Subject: Re: [LUG] [GEN] Paste at SPL no-go??
Message #136253
This is a reply to #136238.
> But it's moving the SPL to the > nearest beat and pasting there It's not moving the SPL, but it pastes at the nearest beat. Add a pickup clock command to your macro and you're set. Christian
Viewed 578 times, 1 reply, 11 messages in thread. Reply to this message.
From: Lachlan Deck <ldeck@...>
Date: Tue, 1 Apr 2003 at 5:58:24 AM
Subject: Re: [LUG] [LAM] Paste at SPL no-go??
Message #136259
This is a reply to #136238.
Hi there, On Tuesday, April 1, 2003, at 09:32 PM, John Pitcairn wrote: > Er, isn't "paste" supposed to paste the contents of the clipboard at > the SPL position on the selected track? But it's moving the SPL to the > nearest beat and pasting there. Not useful. > > I'm trying to replace a bunch of strip-silenced kick drum regions with > a sample on a separate track, was hoping to lash up a QuicKeys macro > to automate the process for future use, but I definitely don't want > the above behaviour... Would it be possible for your Quickkeys macro to first determine, say, the positional offset of the first item in the selection from the nearest beat and then after pasting re-adjust the positions accordingly? with regards, -- Lachlan Deck ldeck@...
Viewed 534 times, 0 replies, 11 messages in thread. Reply to this message.
From: "John Pitcairn" <johnp@...>
Date: Tue, 1 Apr 2003 at 4:19:50 PM
Subject: Re: [LUG] [GEN] Paste at SPL no-go??
Message #136281
This is a reply to #136253.
--- In logic-users@yahoogroups.com, "christianobermaier" <christianobermaier@y...> wrote: > It's not moving the SPL, but it pastes at the nearest beat. Add a > pickup clock command to your macro and you're set. It pastes at the nearest beat _and_ it moves the SPL to the end of the pasted region, so pickup clock isn't going to help. I'm trying to do something like: Copy audio region (1 kick) to clipboard. Select first strip-silenced kick beat. Then the macro needs to do this: Goto selection. Delete. Paste at SPL. Select next region. Repeat. How the hell do I do something as simple as paste at the SPL in the Arrange? John Pitcairn ------------------------------------------------------------------ Midi controller learn in Logic. Soft takeover. Lots of memories. Tracks remember control assignments. Write track automation. Fadermapper environment demo: http://www.revolver.co.nz/fadermapper/ ------------------------------------------------------------------
Viewed 498 times, 1 reply, 11 messages in thread. Reply to this message.
From: "rick_7777us" <rick_shorey@...>
Date: Tue, 1 Apr 2003 at 5:04:12 PM
Subject: Re: [LUG] [GEN] Paste at SPL no-go??
Message #136294
This is a reply to #136281.
> How the hell do I do something as simple as paste at the SPL in the > Arrange? Hi John, the answer is not obvious, but I had the same issue a while back (If i understand you correctly) to paste an audio region exactly where the SPL is, paste the file on the track you want it to be aligned with in the arrange, then assign a key to the Key Command: "Pickup Clock" (Move event to SPL) Highlight the audio region, then hit the new assigned key and voila - its kind of a drag you have to do a 2-step method to paste an audio object to the SPL, but there it is nonetheless. basically every time you paste anything it will always go to the nearest beat, and then Pickup Clock is the way to move it to the desired position no matter what the time signature is set to, or what the resolution is in the arrange. Rick (I hope this helps)
Viewed 453 times, 2 replies, 11 messages in thread. Reply to this message.
From: "John Pitcairn" <johnp@...>
Date: Tue, 1 Apr 2003 at 6:39:12 PM
Subject: Re: [LUG] [GEN] Paste at SPL no-go??
Message #136296
This is a reply to #136294.
--- In logic-users@yahoogroups.com, "rick_7777us" <rick_shorey@h...> wrote: > paste the file on the track you want it to > be aligned with in the arrange, > then assign a key to the Key Command: "Pickup Clock"(Move event > to SPL) So have you actually tried this? Paste "helpfully" moves the SPL to the end of the newly-pasted region, so pickup clock won't work ... and you can't reliably use the "previous/next event" command to reselect the original region, because the pasted position may be earlier or later than the original region, depending on where the closest beat was. Looks like I'll have to store the original SPL position by creating a marker, and go forward one bar to ensure the SPL is after the marker following the paste ... so it's: Copy kick sample to clipboard Select first strip-silenced kick region --begin repeat-- goto selection delete create marker w/o rounding paste forward 1 bar goto previous marker pickup clock delete marker select next event --end repeat-- And it needs to happen in an otherwise-empty folder so there are no other regions on other tracks to mess up on "select next event"; and if there are other markers in the section concerned then it needs to be moved to a marker-free area first, or done in a separate song. Bloody hell. OK, that gets me a workable QuicKeys macro that doesn't need to use any mouse clicks (best for reliability), but frankly I find it a little unbelievable that Logic is not capable of simply pasting at the SPL ... or selecting multiple regions and doing a paste-replace for all. John Pitcairn ------------------------------------------------------------------ Midi controller learn in Logic. Soft takeover. Lots of memories. Tracks remember control assignments. Write track automation. Fadermapper environment demo: http://www.revolver.co.nz/fadermapper/ -----------------------------------------------------------------
Viewed 473 times, 2 replies, 11 messages in thread. Reply to this message.
From: Lachlan Deck <ldeck@...>
Date: Tue, 1 Apr 2003 at 5:57:18 PM
Subject: Re: [LUG] [GEN] Paste at SPL no-go??
Message #136300
This is a reply to #136294.
Hi there, On Wednesday, April 2, 2003, at 09:04 AM, rick_7777us wrote: >> How the hell do I do something as simple as paste at the SPL in the >> Arrange? > > Hi John, the answer is not obvious, but I had the same issue a > while back (If i understand you correctly) to paste an audio region > exactly where the SPL is, paste the file on the track you want it to > be aligned with in the arrange, > > then assign a key to the Key Command: "Pickup Clock" (Move event to > SPL) Is there any reason why these commands can't be combined? with regards, -- Lachlan Deck ldeck@...
Viewed 435 times, 0 replies, 11 messages in thread. Reply to this message.
From: "John Pitcairn" <johnp@...>
Date: Tue, 1 Apr 2003 at 10:52:14 PM
Subject: Re: [LUG] [GEN] Paste at SPL no-go??
Message #136316
This is a reply to #136296.
--- In logic-users@yahoogroups.com, "John Pitcairn" <johnp@r...> wrote: > OK, that gets me a workable QuicKeys macro that doesn't need to use > any mouse clicks (best for reliability) Oooh, it can be done without using QuicKeys ... the new AppleScript "GUI Scripting" ability can in fact be used to send keystrokes to Logic, with inter-keystroke delay and looping with a dialog. Nice. John Pitcairn ------------------------------------------------------------------ Midi controller learn in Logic. Soft takeover. Lots of memories. Tracks remember control assignments. Write track automation. Fadermapper environment demo: http://www.revolver.co.nz/fadermapper/ ------------------------------------------------------------------
Viewed 454 times, 1 reply, 11 messages in thread. Reply to this message.
From: Colin Miller <snoopy@...>
Date: Tue, 1 Apr 2003 at 10:56:16 PM
Subject: [LUG] [LAM] Paste with Marquee? (was: Paste at SPL no-go??)
Message #136319
This is a reply to #136316.
> > OK, that gets me a workable QuicKeys macro that doesn't need to use > > any mouse clicks (best for reliability) > >Oooh, it can be done without using QuicKeys ... the new AppleScript >"GUI Scripting" ability can in fact be used to send keystrokes to >Logic, with inter-keystroke delay and looping with a dialog. Nice. I am curious if anyone has tried pasting while using the Marquee tool. It would be really cool if you could use the Marquee tool to click on a point (like it allows you to do for playback) and paste there. I won't get to try for a while so maybe someone else can. Colin Miller
Viewed 461 times, 1 reply, 11 messages in thread. Reply to this message.
From: "christianobermaier" <christianobermaier@...>
Date: Wed, 2 Apr 2003 at 1:19:52 AM
Subject: Re: [LUG] [GEN] Paste at SPL no-go??
Message #136330
This is a reply to #136296.
--- In logic-users@yahoogroups.com, "rick_7777us" <rick_shorey@h...> wrote: >> paste the file >> Pickup Clock > Paste "helpfully" moves the SPL to >the end of the newly-pasted region You're right. I usually use it in conjunction with the Import Audio File command, which does *not* move the SPL. If you do a Paste At Original Position rather than a plain Paste, the SPL will not move either, so a following Pickup Clock command will give correct results. Christian
Viewed 442 times, 0 replies, 11 messages in thread. Reply to this message.
From: James Ryan <jeryan@...>
Date: Wed, 2 Apr 2003 at 8:56:12 AM
Subject: Re: [LUG] [LAM] Paste with Marquee? (was: Paste at SPL no-go??)
Message #136339
This is a reply to #136319.
> >>> OK, that gets me a workable QuicKeys macro that doesn't need to use >>> any mouse clicks (best for reliability) >> >> Oooh, it can be done without using QuicKeys ... the new AppleScript >> "GUI Scripting" ability can in fact be used to send keystrokes to >> Logic, with inter-keystroke delay and looping with a dialog. Nice. > > I am curious if anyone has tried pasting while using the Marquee tool. It > would be really cool if you could use the Marquee tool to click on a point > (like it allows you to do for playback) and paste there. I won't get to try > for a while so maybe someone else can. > > Colin Miller Sorry, just tried it. Didn't work. Wah. JR
Viewed 392 times, 0 replies, 11 messages in thread. Reply to this message.

Forum Index | Read LUG: Policy/Rules Messages Threads Digests | Post New Message | Search!

Forum Index | Read LUG: Policy/Rules Messages Threads Digests | Post New Message | Search!


© 1994-2008, All Rights Reserved.