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: Simeon's CopyPan script for Mobius (Re: a fun little mobiusscript and a question)



nice one, per!

personally, i'm not sure about the rateshift either. it sounds great on some material, because you get a really nice machine-like sound, but on the other, it can sound a bit "mickey mouse" and get a bit annoying after a while!

i'd love to hear a clip of what you're doing with it, if you get time to post one

sim

ps, i'm thinking of setting up a "glitch" bank on my foorswitch, with insert, trim, subcycle sequence, reverse, rate shift and three buttons to change the 8thspercycle value - and i'm wonderig if i can set up one single button to do record, overdub and play like this -

if loop is empty, then record
if loop is recording, then overdub
if loop is overdubbing then play
if loop is playing then overdub

is this possible with a script?

sim

On Mon, Jan 10, 2011 at 12:09 PM, Per Boysen <perboysen@gmail.com> wrote:
Thanks for posting the fix! I had a lot of fun with your CopyPan
yesterday and liked it a lot. For my tastes I narrowed the panning
quite bit. I think I will take take out all panning from the script,
since I already play with a dynamically changing stereo sound and
those dynamics will change in interesting ways when a loop is
rate/speed shifted. Panning tracks as well was just too much over here
;-)

I noticed some strange things happening so I will paste in your
suggested new code.

Greetings from Sweden

Per Boysen
www.boysen.se
www.perboysen.com
www.looproom.com internet music hub



On Mon, Jan 10, 2011 at 12:57 PM, Simeon Harris
<simeonharris40@googlemail.com> wrote:
> just noticed a little mistake
>
> the instantmultiply value should be the same as the subcyclecount multiplier
> in line 11 - here's a correct version
>
> !name copypan
> set switchquantize off
> set emptytrackaction copy
> set pan 0
> rateshift 12
> NextTrack
> instantmultiply4  <<<<< this number
> set 8thspercycle 16
> set pan 127
> rateshift 12
> variable lastslice subcyclecount * 4 <<<<< should be the same as this number
> variable trimslice lastslice -1
> wait until subcycle trimslice
> Trimend
>
> still bemused as to why i get no audio copied over if i insert a "wait
> cycle" into line 2
>
> sim
>