my ps4 not connecting to the internet

jeudi 7 septembre 2017

Hello folks,

Any ideas how to fix this issue, I am not able to connect my ps4 to the internet.


Delhi To Manali Volvo Bus Booking


my ps4 not connecting to the internet

New To Mobius, problem please help!

mardi 5 septembre 2017

Loving the transition I made to Mobius, however i'm having an issue with the interface. It seem to freeze and I can't see where I'm at with the loops. I've had to do a few gigs now completely blind...the looper still works, but it doesn't show anything on the screen. Any ideas?

Thanks!
JC


New To Mobius, problem please help!

check status of other tracks

samedi 12 août 2017

Hi all, I've just started working with Mobius and I'm already really impressed with it, but I'm way over my head! I've switched from a Boss RC-50 (notoriously buggy) and I'm hoping to basically reconstruct the same functionality in Mobius.

One current problem I'm trying to solve (I have a list) is mute/pause/stop functionality. Firstly, I have 2 mute pedals; one for the selected track, and a global mute. Global mute works fine with mute mode set to start.

The other mute pedal should only ever mute things, it shouldn't ever work as a play button. So if a track is muted already, it shouldn't do anything when I hit mute again.

Next, I want the play button to either play from the start if all other tracks are either mute or reset. If another track is in play, it should stay synced and just play from wherever it is (ie mute mode continue)

I guess I'm looking for 2 scripts: one that says that mute is only mute and not a mute/play toggle, and one that checks the status of other tracks and then changes the mute mode dependent on what they're doing.

so something like:

if other tracks
mode = mute or reset
set mutemode start (or move loopframe 0)
play
else
play
endif

does that make sense? I'm not sure of the right syntax.

I hope that makes sense, and I appreciate any help I can get!


check status of other tracks

One Button Multiclick Mute Script

samedi 29 juillet 2017

Here is an example script that I am using in order to use one button for many things. I have adapted/stolen from everybody else on the forum here, so thank you so much. The only thing not working perfect is mute; I am looking to multi click to mute on and mute off but it's not working correctly. It either won't unmute or will go into Overdub Mode after unmuting, which I don't want. Hoping someone has some ideas. Thanks!


!name Rec3
!sustain 1000
!multiclick 200


Track 3

if mode == reset
Record
end

else if mode == record
Overdub
end

else if mode == overdub
Wait loop
Play
end

else if mode == play
Wait loop
Overdub
endif

else if mode == mute
Play
endif

Label sustain
if sustainCount == 1
Reset
endif

Label click
if clickCount == 1
Mute
endif
end


One Button Multiclick Mute Script

Mainstage 3.3.1 sync issue

Had everything working well with Mobius hosted in 32 Lives - but now MainStage is unable to lock to the tempo sent by Mobius - it initially jumps to the tempo Mobius displays on closing a loop, then jumps around all over the place...

Anyone else able to repeat this issue? Any ideas how to troubleshoot?


Mainstage 3.3.1 sync issue

Drift Resync Frames / Suggested Latency

vendredi 21 juillet 2017

This relates to a feature request posted below, but I was curious what you folks had these parameter set to?


Drift Resync Frames: 100
Suggested Latency Miliseconds: Empty



---------------------------------
Feature request:
Display a message if Mobius manually resyncs itself due to drift.

This relates to the Global Parameter / Advanced / Drift Resync Frames Parameter.

In helping to track down sync issues & whatnot, it would be wonderful if Mobius would display a message or alert if it resyncs the tracks.

I use Mobius standalone externally synced. Sometimes it feels like my tracks will drift from the metronome and then realign. It would just be nice to have visual confirmation to know if this is Mobius at work or these magical brownies here in Colorado.

Thanks

¡FRO!


Drift Resync Frames / Suggested Latency

TEStest

mercredi 19 juillet 2017

sdfsdfssdfsdfsdfsdfsdfsdfsdfsdf


TEStest

How can I have the loops start when my host start?

How can I have my loops start with my host starting.
I am able to record and play my loops and I see my host song position in Moebius but I cannot get the loops to start at the spot in the song where I have created those.
Thank you very much for your help


How can I have the loops start when my host start?

Host Sync Stop/Start

Am I correct that this is still the case?


"It is important to note that Mobius does not respond when you stop the host transport. It will continue merrily along playing loops while the host tracks become silent. This will be addressed in a future release"


Host Sync Stop/Start

Record quantization to Cycle instead of beat/bar?

mardi 18 juillet 2017

Hi folks, just getting into Mobius these past few days and have it all pretty much set up how I want it.

I have it set to host sync because my first layer is a premade drumloop and I'm using Mobius to add audio from a mixer, my problem is that what I want is for Mobius to start recording at the beginning of the cycle instead of the next beat/bar. Currently have it set to Bar and it's okay but it would be more fluid if the record start/stop would happen on the 1st beat of the cycle no matter when I hit record. This way I can tap record before the drum loop ends and as I begin playing/recording, I can press record again at any time during my loop recording to signal mobius to stop recording at the next loop cycle.

Hope that makes sense,

I've checked through the manual looking for a way but can't seem to find one :confused:

Thanks in adv


Record quantization to Cycle instead of beat/bar?

Help! Blind looper needing help

jeudi 6 juillet 2017

Hi,

So, yeah, as I'm sure a lot of people did, saw Ed a couple of Sunday's back at Glastonbury and thought, hey, I could do that... I've tried loopers before but, unless I'm using the really limited low end ones that don't have displays, I'm kinda scuppered. I want to loop vocals and guitar and the bigger systems require a visual feedback through an LCD... So, I found out about mobius and thought, gadzooks, this might be it... Next issue is, how I actually do it.

My thinking is, I don't want a vast pedal board, for obvious reasons, counting along pedals with my toe whilst playing and singing could be difficult so, my thought is this, a 3 pedal midi controller such as the UMI3 as well as a series of midi buttons on my acoustic guitar which will be much more accessible.

I did look at the guitar wing, but I don't' believe it works on acoustics, I mean, it can't be fitted... Is it possible to have two different midi sources headed into mobius anyway?

As you can probably gather, I have utterly no idea what I'm talking about so any help would be gratefully received.

O


Help! Blind looper needing help

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