Looper's Delight Archive Top (Search)
Date Index
Thread Index
Author Index
Looper's Delight Home
Mailing List Info

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Date Index][Thread Index][Author Index]

Re: Cutting Time



Oh...I'm one of those who would like to have this: keep the start point of the loop and cut away what I want in the middle of the loop.
Any chance you can implement this, Jeff ?

-f

Il giorno mercoledì 30 ottobre 2013, Jeff Larson ha scritto:
Something like this would do the job.  The only thing some might not like about it is that it changes the start point.  Say hypothetically I record a 4 bar loop and I want to cut out the middle 2 bars.  But I want to keep the start point where it was.  We could probably do that with some clever scripting but it would be nice if there were simple Cut and Sustain Cut functions.  I'm actually surprised I haven't heard more requests for this.  


From: Sylvain Poitras <sylvain.trombone@gmail.com>
Sent: Tuesday, October 29, 2013 8:11 PM
To: Loopers-Delight@loopers-delight.com
Subject: Re: Cutting Time
 
Try this for SUS Remove:

!name SUSremove
   StartPoint
end

label endSustain
   TrimStart
end

Sylvain