Set muteMode from script

mercredi 28 juin 2017

Hi,

I would like to set muteMode from a script. I've tried:
set muteMode start
But this does not seem to work.
Any idea?


Set muteMode from script

Set Noise Floor to 0

Hi,
I would like to set the Noise Floor to 0 in order to have a new layer created at every overdub pass as stated in the mobius techniques page. But everytime I set it to 0 it comes back to the last set value. The closer I can go is 1. This is problematic for an electric guitar with noise gate. How can I set this?


Set Noise Floor to 0

Instantly add an arbitrary duration of silence

Hi,
I would like if there is a way to instantly add an arbitrary duration of silence at end of a loop?


Instantly add an arbitrary duration of silence

After the questions..

lundi 26 juin 2017

Hi everybody !

I've been using Mobius for some years now and though I learned to make some simple frankenstein scripts (after having a good amount of help from here when I asked for it) it still amazes me how powerful the thing is.
For the last three years or so Mobius has been the most important tool (of course besides the instruments) for this project I am involved with called Bugs In The Basement.

We are two musicians that every week get together and record live improv sessions that can go for an hour or more using Mobius as the vehicle that takes us wherever the Muse decides we are going.

We just put up our website where the most recent sessions are available for streaming and also you can find the link for our Instagram posts, and what not.

The link: http://ift.tt/2rVFDad

Long time due kudos and huge thanks to Jeff and all the members that were always eager to help out !
German


After the questions..

Southern Cal Sez Hello

jeudi 22 juin 2017

Hello All :

I am ready to try this DAW and see what goes .

I'll be pulling the trigger on a midi interface in a few days and I am looking through the previous posts to gain some knowledge/direction .

I have Win 10 Home 64bit 4GRam running into a HP TouchSmart 610

I have two midi sources I want to employ .
  • Roland GR33 Guitar Synth module & Godin LGXSA midi guitar
  • Source Audio Hot Hand 3 XYZ midi axis controller

I'll use :
Hi Hz Shure 520D Green Bullet mic , Unydyne Ball < HiHz Shure 58 ,
Lo Hz SM 57
Lo Hz Samson C01 condenser

for :

soprano ukulele
000 resonator
000 nylon spanish classical
steel dread & vocal .

Pbass , Godin LGXSA mag pick ups & Strat as well as the bullet mics go into a T.C. Helicon Voice Live 3X .

I'm thinking on a Focusrite Scarlet 6i6 midi/audio interface , the prices have dropped and the deals are to be had .

What is important is to get the Source Audio Hot hand 3 USB dongle to control the XYZ parameters of the different FX in this DAW .

Ableton is shown in the video below with a HH3 w/midi USB Dongle receiver plugged into a computer :

https://www.youtube.com/watch?v=Q_WaIkXZ_V8

With the HH3 plugged into my VL3X's expression pedal input the ring & base unit only control the up and down swing of a whammy pedal's action movement :eek:

EZ :


HR


Southern Cal Sez Hello

Mac OS Sierra?

mardi 20 juin 2017

Hi

I have just updated to a new machine - is anyone successfully running Mobius under Sierra either standalone or as an AU?


Mac OS Sierra?

Dual Instances, way to create second installation?

vendredi 16 juin 2017

Hello,

I am running two identical, save for the input, instances of mobius for the purpose of capturing dry guitar in one for reamping, and wet signal in the next for performance. I am bridging the plugin with JBridgeM on mac OS Sierra into Ableton Live 9. I am wondering if there is a way I can create a second installation(?) of the plugin/mobius so that my settings for the Dry and Wet loopers remain isolated from one another.

As it stands, when I launch my template I have to deselect my plugin out MIDI device in one of the (doesn't matter which) instances so that my scripts don't send duplicate messages (one from each instance) back to my daw/hardware.

Appreciate any suggestions


Dual Instances, way to create second installation?

Hand over argument to script

vendredi 9 juin 2017

hi,

how to handover an argument to a script? possible?

if you assign a script to a button/midi you can choose arguments.
How to read them in the script?

Didn´t find any information about this

Thanks a lot!
Christoph


Hand over argument to script

FocusLock vs. Selected Track ? oneButton Script

jeudi 8 juin 2017

hi there, i have a problem with my script. I only want to work with FocusLock but i could not find out how to "deselect" the track, where you are clicking.
This causes trouble to my script, because if you start a recording with this script on a focusLocked and (!) selected track, it records about 150ms or so.

If you record on a focusLocked track while the selected track is another one, there is no problem at all...
if i delete the sustain-function it works...

what is my error?


Code:

!name FocusRecord
!quantize
!multiclick 300
!sustain 500

for *
        if focusLock
                if mode = reset
                        record
                        message RECORD
                        elseif mode = record
                        overdub
                        message OVERDUB
                        elseif mode = play
                        overdub
                        message OVERDUB
                        elseif mode = overdub
                        play
                        message PLAY
                endif
               
        endif

next

Label sustain
        if sustainCount = 1
        for *
                if focusLock
                        reset
                        message RESET
                endif
        next
        endif

Label click
if clickCount = 1
        for *
                if focusLock
                        undo
                        message UNDO
                endif
        next
        endif



FocusLock vs. Selected Track ? oneButton Script
 

Lorem

Ipsum

Dolor