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: How do you change presets for all mobius tracks at once?



There are several ways to change presets in all tracks.   You can write a script, which is the default answer for most questions involving multiple tracks.  It has a learning curve but it will pay off in the long run.  

For example, this script will change all tracks to preset 1

   !name All Hail Preset 1
   for *
     Preset 1
   next

A simpler approach  is to define several Track Setups with different presets, then select the setups with MIDI or another trigger. 
For example setup 1 could have all tracks on preset 1, setup 2 all tracks on preset 2, etc.  

I don't recommend running more than one Mobius plugin instance in the same host.  It is possible, but synchronization between them won't be
as accurate as synchronizing tracks within one plugin instance.  The only marginally valid reason for needing multiple plugin instances
is needing more than 16 looping tracks.  That's rare, most people can find a way to operate with one instance, though
when you get into track management you usually end up writing scripts.

The Circular Labs forums are a good place to discuss Mobius scripting. 

Jeff

  


From: kay'lon rushing
Sent: Thursday, July 04, 2013 12:46 AM
To: Loopers-Delight@loopers-delight
Subject: How do you change presets for all mobius tracks at once?
 

I know this sounds silly but i dont know how, if there even is a way. Also can i run too mobius vst instances in the same host each with different presets?