... Well, I didn't figure out how to write that so I went to this list's file area and downloaded the PanShift.mos script. It makes the pan position jump...
Hello, Mobius mac seems not to monitor back the sound of the instrument. I can hear it once is recorded but not the direct monitoring. I turned on Garageband...
Hi folks, My Mobius interface appearance is quite cluttered and i am trying to resize all of my Mobius controls, but pressing the shift key does not function...
... You have missed to switch it on. Do so at "Configuration/Global Parameters/Monitor Audio Input". -- Greetings from Sweden Per Boysen www.boysen.se...
Thank you I forgot about that. Now there is another issue. When selecting different audio input and output devices (for example Alesis firewire input and...
You're saying that you don't hear Loop 2 on Track 1 when you change to record Loop 2 on Track 2. That is because you are not changing loop playback of Track 1...
... I remember Jeff told about this a while back. In the Mac version the GUI reshaping function is not hard-wired to the shift + mouse gig. You have to assign...
It seems that being Mobius standalone on the mac, to record properly my loop I'll have to go back to the window partition were it works as VST, or there is any...
... software on the mac? Yes there is! Record the stream with Bidule File Player, SilverSpike plugin (records a channel stream where it is inserted) or use...
Hi, Is it possible to make a script with two "if" statements to be fulfilled in order to run the script? What I'm thinking about is to start a session after...
... I'm not sure about what you want, but I think that you an do the "two if statements". Instead of two ifs, you would have one and use the && operator: if...
... Well, that doesn't seem to work here on the Mac standalone version. My script looks like: ______________ !Record Button if mode == Record && inHalfSpeed ...
... What happens with the script above is that Mobius reads it as "if in Record Mode, please go Speed!" But what I want is that Mobius shall go Speed only if...
... I got it to work now by using "HalfSpeed" instead of "inHalfSpeed" ;-)) -- Greetings from Sweden Per Boysen www.boysen.se (Swedish) www.looproom.com...
... No - I was wrong! (sorry for the massive mail bombing). If I start Mobius not in HalfSpeed mode it still interprets the script as it should go Speed....
This is the "case sensitivity" problem that was discussed a few months ago. I thought I had fixed that but I guess not. When you compare the "mode" variable...
Hi gang, a couple fo questions: Is it possible to assign same functions in different banks of the fcb1010 like record, overdub etc. without having to use a...
... Set up the FCB to send the event (MIDI note?) that calls the looper function. ... A script for that? No TimeCopy? Well, I guess it would look like this: ...
thanx Per,the other function not working on the mac is the retrigger function when i press the button with the mouse or my fcb1010 it just shows the word...
Luis, ' You can use that same script I posted for "instant retrigger of all loops". Just delet the line "Wait cycle" and you will get an incredibly powerful...
great Thanx! what about if i wanted to retrigger for individual ones instead of all? www.luis-angulo.com ... From: Per Boysen <perboysen@...> Subject:...
Hi Per,this is only working so far to retrigger track one ... essentially i need a function to retrigger one and another one to retrigger all,that would be...
... You already have the default command "retrigger". Simply assign it to a button, key or MIDI event! That will affect the selected track, and others that are...
ok sorry i was missing the focus lock function thanx! www.luis-angulo.com ... From: Per Boysen <perboysen@...> Subject: Re: [zonemobius] assigning the...
Hey Per, I have a script named focus all,which works fine but when i close mobius or do a geneal reset i have to reprogram the button everytime,ive tried...
... Couldn't tell by your subject line if you are talking Windows or Mac version of Mobius, but I'm taking a guess that it is the Mac version this time? Yes,...