PDA

View Full Version : Script newb needs help!


georgeludwig
05-09-2010, 09:18 AM
So I've finally learned Mobius well enough to want a couple of scripts.

Here are two use cases:

1. while mobius is playing back I trigger a script that says,

- end current recording or overdub (if any)
- set focus to specific track
- start recording (or overdub if the track already has data)

2. while mobius is playing back I trigger a script that says,

- end current recording or overdub (if any)
- select next/prior loop
- start recording (overdub if the track already has data)

I was hoping I'd be really lucky and someone already has a script to do these :)

If not, how can I best get started with Mobius scripting?

Piesi
05-13-2010, 01:09 AM
hi Georgeludwig,
as your second point is seeking to record into different loops without tap dancing, maybe theese scripts help you.

Loop1-10 functions:

-press loop x while loop x ist playing/muted: Mute/Play

-Press loop2 while loop1 ist recording: stop recording, go to loop2 and insert (if no data) or play (if data).

-doubleclick on loopx: go to loop x and multiply

if focus on:
lets say, you have two tracks and on each track, you have already recorded the first four loops. If you now
want to add data to the loops of track1, you can use focuslock to make track2 follow switching loops on track1,
without adding data to track2 loops.


greets,
Frank

georgeludwig
05-14-2010, 05:38 AM
Hi Frank, thanks for the reply I'll definitely check out your scripts.

I think you understood what I was going for...basically, whatever I'm doing, I want to be able to go in to a different loop slot and start either recording or overdubbing. Definitely to avoid the tap dance!