Mobius VST UI in Reaper, OSX El Capitan

lundi 29 février 2016

Has anybody gotten it working?
I get a scrambled UI in both 32bit and 64bit Reaper.
Stand alone version works great.



Mobius VST UI in Reaper, OSX El Capitan

Mobius VST UI in Reaper, OSX El Capitan

Has anybody gotten it working?
I get a scrambled UI in both 32bit and 64bit Reaper.
Stand alone version works great.



Logic X midi glitch?

dimanche 28 février 2016

So I'm experimenting with Mobius being hosted by Logic X. Everything is going swimmingly except when I change loops, record will not stop unless I click it with the mouse. All the midi bindings seem to work except stopping record mode on loops other than 1. It works on other tracks but not other loops. Is anyone else using Mobius in Logic X successfully? Any input would be greatly appreciated!


Logic X midi glitch?

Logic X midi glitch?

So I'm experimenting with Mobius being hosted by Logic X. Everything is going swimmingly except when I change loops, record will not stop unless I click it with the mouse. All the midi bindings seem to work except stopping record mode on loops other than 1. It works on other tracks but not other loops. Is anyone else using Mobius in Logic X successfully? Any input would be greatly appreciated!


"Wait Loop" executes on beat 2 not beat 1 of loop

samedi 27 février 2016

I'm confused by the "wait" function. The documentation is lacking with it but I gather that when
Code:

wait loop
is executed, it's supposed to wait until the start of the new loop and do whatever comes next. This is kind of working but my MIDI message is being sent on beat 2 of the bar instead of beat 1.

I'm sending midi out into a Teensy micro controller and wherever there isn't a wait call it executes whenever the action happens, but when wait loop is called it waits until the end of the bar, then executes on beat 2 which is really bizarre to me.

I'm building a Teensy foot controller with an RGB LED that does a different color per mode, which I'm doing by sending midi signals from mobius. The idea is to flash the next mode's color when waiting for the quantized sync to come around and start the function, so if I'm on RESET and click RECORD it sends the first MIDI signal, then when it actually goes into record it sends the second MIDI signal which it is doing technically just on beat 2...

It's driving me batty. Any thoughts?

Code:

!name Rec/Play/Overdub
!autoload
!sustain 500

if mode == reset
    MidiOut noteon 10 50 127
    Record
    wait loop
    MidiOut noteon 10 51 127   
else
        if mode == mute
                Reset
                Record
        else
                if mode == play
            if loop != empty
                Overdub
                MidiOut noteon 10 60 127
            else if
                Record
                MidiOut noteon 10 51 127
            endif
        else
            MidiOut noteon 10 70 127
                        if mode == overdub
                                Play
                MidiOut noteon 10 71 127
                        else       
                                if mode != reset   
                    wait loop
                                        Play
                    MidiOut noteon 10 71 127
                                endif
                        endif
                endif
        endif
endif
end


Label sustain
if sustainCount = 1
    Reset
    MidiOut noteon 10 80 127
endif
end



"Wait Loop" executes on beat 2 not beat 1 of loop

"Wait Loop" executes on beat 2 not beat 1 of loop

I'm confused by the "wait" function. The documentation is lacking with it but I gather that when
Code:

wait loop
is executed, it's supposed to wait until the start of the new loop and do whatever comes next. This is kind of working but my MIDI message is being sent on beat 2 of the bar instead of beat 1.

I'm sending midi out into a Teensy micro controller and wherever there isn't a wait call it executes whenever the action happens, but when wait loop is called it waits until the end of the bar, then executes on beat 2 which is really bizarre to me.

I'm building a Teensy foot controller with an RGB LED that does a different color per mode, which I'm doing by sending midi signals from mobius. The idea is to flash the next mode's color when waiting for the quantized sync to come around and start the function, so if I'm on RESET and click RECORD it sends the first MIDI signal, then when it actually goes into record it sends the second MIDI signal which it is doing technically just on beat 2...

It's driving me batty. Any thoughts?

Code:

!name Rec/Play/Overdub
!autoload
!sustain 500

if mode == reset
    MidiOut noteon 10 50 127
    Record
    wait loop
    MidiOut noteon 10 51 127   
else
        if mode == mute
                Reset
                Record
        else
                if mode == play
            if loop != empty
                Overdub
                MidiOut noteon 10 60 127
            else if
                Record
                MidiOut noteon 10 51 127
            endif
        else
            MidiOut noteon 10 70 127
                        if mode == overdub
                                Play
                MidiOut noteon 10 71 127
                        else       
                                if mode != reset   
                    wait loop
                                        Play
                    MidiOut noteon 10 71 127
                                endif
                        endif
                endif
        endif
endif
end


Label sustain
if sustainCount = 1
    Reset
    MidiOut noteon 10 80 127
endif
end



Can't save configurations in hosted mobius

Hi everyone,

I tried to save mobius configurations as a vst in ableton studio but I can't do it, everything resets to default and it bothers me a lot because everytime I open ableton live I have to reconfigure mobius to the point I was before.

Anyone have an idea of how to configure it permanently hosted as a vst? In mobius standalone I have no problem, everything saves fine.


Can't save configurations in hosted mobius

Hi everyone,

I tried to save mobius configurations as a vst in ableton studio but I can't do it, everything resets to default and it bothers me a lot because everytime I open ableton live I have to reconfigure mobius to the point I was before.

Anyone have an idea of how to configure it permanently hosted as a vst? In mobius standalone I have no problem, everything saves fine.


Can't save configurations in hosted mobius

TEST Thread

jeudi 25 février 2016

to test closed/open/closed


TEST Thread

to test closed/open/closed


TEST Thread

Making MIDI Controllers HELP PLEASE!

Hi All

I'm thinking about making up some MIDI foot controllers to sell. I made myself one a few weeks ago and I love it. I've been looking around and they all seem pretty expensive. I was thinking of making a range from about £50 to £250. I am currently working on a production version of mine with aluminium top and a proper PCB which would be the top model with screen etc. So far I'm thinking the base model would have 5 switches, 5 LEDs and 4 control pots with a spare socket for external expression pedal and 9 'modes' so you can expand the buttons from 5 to 45 with a 7 segment display to show what 'mode' your in. Also adding in a switch to change the buttons from momentary to latching. I haven't really used many MIDI pedals so I was just wondering if there was any suggestions about other functionality's people might want to see????

Here's my prototype in action!!



Thanks


Making MIDI Controllers HELP PLEASE!

Hi All

I'm thinking about making up some MIDI foot controllers to sell. I made myself one a few weeks ago and I love it. I've been looking around and they all seem pretty expensive. I was thinking of making a range from about £50 to £250. I am currently working on a production version of mine with aluminium top and a proper PCB which would be the top model with screen etc. So far I'm thinking the base model would have 5 switches, 5 LEDs and 4 control pots with a spare socket for external expression pedal and 9 'modes' so you can expand the buttons from 5 to 45 with a 7 segment display to show what 'mode' your in. Also adding in a switch to change the buttons from momentary to latching. I haven't really used many MIDI pedals so I was just wondering if there was any suggestions about other functionality's people might want to see????

Here's my prototype in action!!



Thanks


Making MIDI Controllers HELP PLEASE!

Undo/Global Reset help

mercredi 24 février 2016

Hi, so I'm trying to setup a midi binding that uses one tap for Undo, and a long press for global reset. This is the script I tried:

!name Undo/Global Reset


Undo

end


label sustain

if sustainCount = 1

Global Reset

endif


Where did I go wrong?

System Info:

Macbook Pro (2008) 2.4 Core Duo Intel 8GB Ram
OSX Yosimite
Mobius in Standalone
Focusrite Scarlett 6i6 Interface
Fractal Audio MFC-101 Midi Controller


Undo/Global Reset help

Hi, so I'm trying to setup a midi binding that uses one tap for Undo, and a long press for global reset. This is the script I tried:

!name Undo/Global Reset


Undo

end


label sustain

if sustainCount = 1

Global Reset

endif


Where did I go wrong?

System Info:

Macbook Pro (2008) 2.4 Core Duo Intel 8GB Ram
OSX Yosimite
Mobius in Standalone
Focusrite Scarlett 6i6 Interface
Fractal Audio MFC-101 Midi Controller


Undo/Global Reset help

Help with script

Hi, I need some help with this script I am using, I'd like it to be as following

First Click: Record
Second Click: Straight to overdub
Every other click be either play or overdub and also have the unmute function, if anyone can help that would be great :) I did try to work it out myself but every time you go to unmute it it just goes to overdub and not to play, Thanks, Ed :)


name RecNEW1


if mode = reset
record
else
Overdub
else
Play
endif


if mode = play
Overdub
endif


if mode = mute
play
endif

label sustain
if sustainCount = 1

wait loop
Reset


Help with script

Hi, I need some help with this script I am using, I'd like it to be as following

First Click: Record
Second Click: Straight to overdub
Every other click be either play or overdub and also have the unmute function, if anyone can help that would be great :) I did try to work it out myself but every time you go to unmute it it just goes to overdub and not to play, Thanks, Ed :)


name RecNEW1


if mode = reset
record
else
Overdub
else
Play
endif


if mode = play
Overdub
endif


if mode = mute
play
endif

label sustain
if sustainCount = 1

wait loop
Reset


Help with script

Halooo

Hi my name is rizki from Indonesia.
Getting crazy with mobius when I know that Ed sheeran using it.
I'm just a beginner guitarist with a little bit vocal.

And my footcontroller to play with mobius is my pc keyboard :p


Halooo

Mode Button

I want to have 2 modes in my mobius. Recording mode and Playing mode.
So, when I push record button in recording mode it will record the sound, but when in Playing mode it will have another function.

Is it possible to have 2 modes and switch the mode by pressing mode button?


Mode Button

Halooo

mardi 23 février 2016

Hi my name is rizki from Indonesia.
Getting crazy with mobius when I know that Ed sheeran using it.
I'm just a beginner guitarist with a little bit vocal.

And my footcontroller to play with mobius is my pc keyboard :p


Mode Button

I want to have 2 modes in my mobius. Recording mode and Playing mode.
So, when I push record button in recording mode it will record the sound, but when in Playing mode it will have another function.

Is it possible to have 2 modes and switch the mode by pressing mode button?


Long press midi bindings

Is it possible to create your own long press midi bindings? For example, I'd like to be able to tap one midi foot switch for Undo, and use a long press for global reset.

Thanks for any help!


Long press midi bindings

Is it possible to create your own long press midi bindings? For example, I'd like to be able to tap one midi foot switch for Undo, and use a long press for global reset.

Thanks for any help!


Long press midi bindings

Need help with scripting

dimanche 21 février 2016

I am using Notepad on Windows, and try to save the file using the ANSI encoding. I ve used normal Text file (*.txt), MSDOS style/ASCII art (*.nfo) and tried others, but nothing seems to work.
I am going to configuration, Scripts, add script and going to the folder I saved to. But nothing appears...
The Script I was trying to bind to a Midi Command was "copied" from Forum, a Script to Load and Start a saved Project:

!name Load and Start Project
Load (C:\Users\i Think\Documents\Mobius projekte\NF 6 Blues 1(3).mob)
Wait last
for *
if inPause
Pause
endif
next

I´ve also tried only the Load Project part...

But I did not get it working.
What am I doing wrong?
Do I need another Text Editor? (when, which one)?


Need help with scripting

I am using Notepad on Windows, and try to save the file using the ANSI encoding. I ve used normal Text file (*.txt), MSDOS style/ASCII art (*.nfo) and tried others, but nothing seems to work.
I am going to configuration, Scripts, add script and going to the folder I saved to. But nothing appears...
The Script I was trying to bind to a Midi Command was "copied" from Forum, a Script to Load and Start a saved Project:

!name Load and Start Project
Load (C:\Users\i Think\Documents\Mobius projekte\NF 6 Blues 1(3).mob)
Wait last
for *
if inPause
Pause
endif
next

I´ve also tried only the Load Project part...

But I did not get it working.
What am I doing wrong?
Do I need another Text Editor? (when, which one)?


Need help with scripting

Guitar Rig Kontrol Set Up

mercredi 17 février 2016

Hi,
Sorry, I'm trying to use my Guitar Rig Kontrol 3 for live looping with Mobius 2, but have no idea how to do the set up.
Any tutorials or help will be very welcome!.

Thanks


Guitar Rig Kontrol Set Up

Hi,
Sorry, I'm trying to use my Guitar Rig Kontrol 3 for live looping with Mobius 2, but have no idea how to do the set up.
Any tutorials or help will be very welcome!.

Thanks


Guitar Rig Kontrol Set Up

Tempo syncing trouble

mardi 16 février 2016

Hi, I'm experimenting with Moibus in stand alone mode and I'm having a hard time getting the loop timing to sync. When playing with a drum track, the loop I record in Mobius eventually drifts out of sync even though it starts perfectly timed. Is there a setting I may have over looked?

I'm using a Macbook Pro, running OSX Yosimite and my audio/midi interface is Focusrite Scarlett 6i6.


Thanks!


Greetings fellow loopers!

Hey everyone, I'm just getting into using Mobius and I love it so far. Thank you Circular Labs for creating something so awesome!

I play guitar and am using Mobius to do a one man band kind of thing. I'm also experimenting with it in a band setting.

I'm very interested to see how everyone is implementing Mobius, if you guys have any links, I'd love to check em out.


Tempo syncing trouble

Hi, I'm experimenting with Moibus in stand alone mode and I'm having a hard time getting the loop timing to sync. When playing with a drum track, the loop I record in Mobius eventually drifts out of sync even though it starts perfectly timed. Is there a setting I may have over looked?

I'm using a Macbook Pro, running OSX Yosimite and my audio/midi interface is Focusrite Scarlett 6i6.


Thanks!


Tempo syncing trouble

Greetings fellow loopers!

Hey everyone, I'm just getting into using Mobius and I love it so far. Thank you Circular Labs for creating something so awesome!

I play guitar and am using Mobius to do a one man band kind of thing. I'm also experimenting with it in a band setting.

I'm very interested to see how everyone is implementing Mobius, if you guys have any links, I'd love to check em out.


Greetings fellow loopers!

Global mute/Restart tracks

I want to have one button that mutes all tracks and unmutes/restarts them on the next press.

My current setup triggers Function:Restart on tracks 1/2/3 with a Global Mute trigger. It restarts 100% of the time, but it only unmutes the track probably 20% of the time.

these are not good statistics, and I'm sure theres a better way

Attached Images
File Type: png Screen Shot 2016-02-16 at 8.03.20 PM.png (12.4 KB)


Global mute/Restart tracks

I want to have one button that mutes all tracks and unmutes/restarts them on the next press.

My current setup triggers Function:Restart on tracks 1/2/3 with a Global Mute trigger. It restarts 100% of the time, but it only unmutes the track probably 20% of the time.

these are not good statistics, and I'm sure theres a better way

Attached Images
File Type: png Screen Shot 2016-02-16 at 8.03.20 PM.png (12.4 KB)


Global mute/Restart tracks

CPR Training: An Invaluable Medical Therapy

samedi 13 février 2016

CPR training has its own value in the world today. Our daily life is full of tension and thus has an absolute need for everyone to take some care and caution and stay healthy. Nevertheless, even with getting the best possible care, people seem to see accidents every day. We cannot take precautionary measures such things as inevitable accidents, but can at least try to prevent the damage as much as possible.

Nearly 80 percent of the arrests of out-of-hospital occurred at home, and thus are trained to perform cardiopulmonary resuscitation (CPR) can mean the difference between life and death for a loved one. Effective bystander CPR, if applied immediately after the attack may increase the chances of survival of the victim. The majority of the victims died due to lack of immediate medical attention.

Experts have concluded that this category of victims can be saved if a defibrillator device is immediately available to deliver an electric shock to restore normal heart rhythm. The automated external defibrillator (AED) is so effective that the procedures for its use are added (BLS) measures basic life support. Also, it is significantly easier to use. Nowadays it is obligatory for every health club and other places where energetic activities are carried out AED to provide facilities for emergencies. However, all health experts, is expected to undergo CPR training.


CPR Training: An Invaluable Medical Therapy

CPR training has its own value in the world today. Our daily life is full of tension and thus has an absolute need for everyone to take some care and caution and stay healthy. Nevertheless, even with getting the best possible care, people seem to see accidents every day. We cannot take precautionary measures such things as inevitable accidents, but can at least try to prevent the damage as much as possible.

Nearly 80 percent of the arrests of out-of-hospital occurred at home, and thus are trained to perform cardiopulmonary resuscitation (CPR) can mean the difference between life and death for a loved one. Effective bystander CPR, if applied immediately after the attack may increase the chances of survival of the victim. The majority of the victims died due to lack of immediate medical attention.

Experts have concluded that this category of victims can be saved if a defibrillator device is immediately available to deliver an electric shock to restore normal heart rhythm. The automated external defibrillator (AED) is so effective that the procedures for its use are added (BLS) measures basic life support. Also, it is significantly easier to use. Nowadays it is obligatory for every health club and other places where energetic activities are carried out AED to provide facilities for emergencies. However, all health experts, is expected to undergo CPR training.


CPR Training: An Invaluable Medical Therapy

Hello to everyone here at the forum

Hello everyone just wanted to introduce myself to everyone here at the forum.

My name Jyoti.. I am from to India ..


Hello to everyone here at the forum

Hello everyone just wanted to introduce myself to everyone here at the forum.

My name Jyoti.. I am from to India ..


Hello to everyone here at the forum

Ed Sheerans Chewie Monsta Pedal

So I've just finished making my version of this pedal. I have done a quick indestructable about the build which includes the scripts for Mobius. I know this question has been asked a lot so heres a link to the guide and the demo video.

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

http://ift.tt/1Qds5KU

Thanks to Mobius and this forum for all your help!! I hope this will get a few more people into Mobius.

Attachment 127

Attached Images
File Type: jpg chewiemini.jpg (67.7 KB)


Ed Sheerans Chewie Monsta Pedal

So I've just finished making my version of this pedal. I have done a quick indestructable about the build which includes the scripts for Mobius. I know this question has been asked a lot so heres a link to the guide and the demo video.

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

http://ift.tt/1Qds5KU

Thanks to Mobius and this forum for all your help!! I hope this will get a few more people into Mobius.

Attachment 127

Attached Images
File Type: jpg chewiemini.jpg (67.7 KB)


Ed Sheerans Chewie Monsta Pedal

I want to separate the 4 tracks in mobius in 4 different tracks in Logic Pro X or Mai

lundi 8 février 2016

I want to separate the 4 tracks in mobius in 4 different tracks in Logic Pro X or Mainstage to apply different fxs and instruments in each one.


I want to separate the 4 tracks in mobius in 4 different tracks in Logic Pro X or Mai

I want to separate the 4 tracks in mobius in 4 different tracks in Logic Pro X or Mainstage to apply different fxs and instruments in each one.


I want to separate the 4 tracks in mobius in 4 different tracks in Logic Pro X or Mai

Track Logic Pro X to Track Mobius.

Hello. I wanted to know how do we assign all traces of logic pro x to traces of mobius . If you change mobius changes the track of Logic Pro x . Once long ago I succeeded . But I can not remember how I did it . Sorry for my English.


Track Logic Pro X to Track Mobius.

Hello. I wanted to know how do we assign all traces of logic pro x to traces of mobius . If you change mobius changes the track of Logic Pro x . Once long ago I succeeded . But I can not remember how I did it . Sorry for my English.


Track Logic Pro X to Track Mobius.

Hi Everybody!!

dimanche 7 février 2016

Hi All. I've been using Mobius for a while now working on a Chewie Monsta type looper like Ed Sheerans. I really enjoy making my own bits of kit and thanks to the genius of Mobius I have finally been able to make my own looper. I play in an acoustic duo and used to use an RC-30. Today I finished my new looper thanks to this forum for having already answered all I needed to get it done. I just have a couple of little bits to sort and then I will be posting a guide on how I made mine because I can't find one anywhere even with all the 'what is ed sheerans looper and how do I make one?' questions on the web. I just can't believe Mobius isn't more popular!! Here's a quick pic I took today.
Attachment 126

Here's a link to our youtube channel. Will be posting some Mobius vids here in future: https://www.youtube.com/channel/UC0Y...Xy20vjNQN_71Kw

Attached Images
File Type: jpg chewiemini.jpg (67.7 KB)


Hi Everybody!!

Hi All. I've been using Mobius for a while now working on a Chewie Monsta type looper like Ed Sheerans. I really enjoy making my own bits of kit and thanks to the genius of Mobius I have finally been able to make my own looper. I play in an acoustic duo and used to use an RC-30. Today I finished my new looper thanks to this forum for having already answered all I needed to get it done. I just have a couple of little bits to sort and then I will be posting a guide on how I made mine because I can't find one anywhere even with all the 'what is ed sheerans looper and how do I make one?' questions on the web. I just can't believe Mobius isn't more popular!! Here's a quick pic I took today.
Attachment 126

Here's a link to our youtube channel. Will be posting some Mobius vids here in future: https://www.youtube.com/channel/UC0Y...Xy20vjNQN_71Kw

Attached Images
File Type: jpg chewiemini.jpg (67.7 KB)


Hi Everybody!!

Is Mac OSX Mountain lion fast on a normal windows laptop?

Is Mac OSX Mountain lion fast on a normal windows laptop?


Wedding Planners in Delhi


Is Mac OSX Mountain lion fast on a normal windows laptop?

Is Mac OSX Mountain lion fast on a normal windows laptop?


Wedding Planners in Delhi


Is Mac OSX Mountain lion fast on a normal windows laptop?

How to make osx lion faster?

samedi 6 février 2016

How to make osx lion faster?


________________

Wedding Planners in Delhi


How to make osx lion faster?

How to make osx lion faster?


________________

Wedding Planners in Delhi


How to make osx lion faster?

Switch Loop Record getting all screwy

jeudi 4 février 2016

Hey everyone, I've been trying to find an answer for this, but I'm new to Mobius scripting and am trying to do something that I can't seem to get right.

Basically I want to hit record (loop quantized with ableton), then hit next loop and auto-record the 2nd phrase without pausing (this is working).

But then when I try and stop recording by either hitting the record button again (see code below) or hitting previousLoop it doesn't stop recording and it says "RecordStop" and Play underneath it. I cannot for the life of me figure out why that's happening or get it to do what I want. I'd love it so that I could click back to loop 1 and automatically go into play.

I got this from this forum for the record/play/overdub button:
Code:

!name Rec/Play/Overdub
!autoload
!sustain 500


if mode == reset
        Record
else
        if mode == mute
                Reset
                Record
        else
                if mode == play
                        Overdub
                else
                        if mode == multiply
                                Play
                        else       
                                if mode != reset
                                        Play
                                endif
                        endif
                endif
        endif
endif
end


Label sustain
if sustainCount = 1
    Reset
endif
end



Switch Loop Record getting all screwy

Switch Loop Record getting all screwy

Hey everyone, I've been trying to find an answer for this, but I'm new to Mobius scripting and am trying to do something that I can't seem to get right.

Basically I want to hit record (loop quantized with ableton), then hit next loop and auto-record the 2nd phrase without pausing (this is working).

But then when I try and stop recording by either hitting the record button again (see code below) or hitting previousLoop it doesn't stop recording and it says "RecordStop" and Play underneath it. I cannot for the life of me figure out why that's happening or get it to do what I want. I'd love it so that I could click back to loop 1 and automatically go into play.

I got this from this forum for the record/play/overdub button:
Code:

!name Rec/Play/Overdub
!autoload
!sustain 500


if mode == reset
        Record
else
        if mode == mute
                Reset
                Record
        else
                if mode == play
                        Overdub
                else
                        if mode == multiply
                                Play
                        else       
                                if mode != reset
                                        Play
                                endif
                        endif
                endif
        endif
endif
end


Label sustain
if sustainCount = 1
    Reset
endif
end



Funny things happening with substitute or replace...

In quantised mode, sometimes when pressing subs, after correctly changing into subs mode at the next subcycle, it stays in subs mode at the following subcycle. It requires a further press of subs or undo to get it back into play mode, even this doesn't always seem to work.

This always occurs, usually several times, during a 30 minute session. Occasionally, it may occur repeatedly.

Nb, I use this technique (ie, '8th replace') extensively to build up rhythmic patterns, so maybe I'm more likely to come across it than others.

Anyone else having this issue? Is Bill Walker in this group?


Funny things happening with substitute or replace...

In quantised mode, sometimes when pressing subs, after correctly changing into subs mode at the next subcycle, it stays in subs mode at the following subcycle. It requires a further press of subs or undo to get it back into play mode, even this doesn't always seem to work.

This always occurs, usually several times, during a 30 minute session. Occasionally, it may occur repeatedly.

Nb, I use this technique (ie, '8th replace') extensively to build up rhythmic patterns, so maybe I'm more likely to come across it than others.

Anyone else having this issue? Is Bill Walker in this group?


Funny things happening with substitute or replace...

Mobius future

mercredi 3 février 2016

Hi gang,ive been absent for a while and havent seen much happening with Mobius for a long while
Will there be any further Mobius releases or was that 2.1 the last one?
I guess i dont want to upgrade to el capitan if the last version isnt as stable
Jeff has created an amazing piece of software and would definetly be in favor of future donations to keep it going!
Cheers
L.


Mobius future

Hi gang,ive been absent for a while and havent seen much happening with Mobius for a long while
Will there be any further Mobius releases or was that 2.1 the last one?
I guess i dont want to upgrade to el capitan if the last version isnt as stable
Jeff has created an amazing piece of software and would definetly be in favor of future donations to keep it going!
Cheers
L.


Mobius future

Unable to Midi Sync

lundi 1 février 2016

Hello, I am new to Mobius, but very excited about it's potential for my music. However I'm having trouble getting started, and I'm afraid being unable to communicate with my SP 404 might end up being a dealbreaker for me.

So far I have been unable to use mobius as a master to my roland sp 404 groove box. I have read through the mobius manual, and I appear to be doing everything right in track setup. The setup on the SP 404 is correct. I've selected my fast track pro under midi devices.



Is there anyone willing to walk me through the relevant settings changes that I need to make in Mobius in order to have it send midi clock data as master?

Currently my settings are as follows:

Sync Source: Out
Track Sync Unit: Loop

Under Synchronization Tab
Default Sync Source: Out
Midi Host/Sync Unit: Beat

Out Sync Manual Start is not checked.


Unable to Midi Sync

Hello, I am new to Mobius, but very excited about it's potential for my music. However I'm having trouble getting started, and I'm afraid being unable to communicate with my SP 404 might end up being a dealbreaker for me.

So far I have been unable to use mobius as a master to my roland sp 404 groove box. I have read through the mobius manual, and I appear to be doing everything right in track setup. The setup on the SP 404 is correct. I've selected my fast track pro under midi devices.



Is there anyone willing to walk me through the relevant settings changes that I need to make in Mobius in order to have it send midi clock data as master?

Currently my settings are as follows:

Sync Source: Out
Track Sync Unit: Loop

Under Synchronization Tab
Default Sync Source: Out
Midi Host/Sync Unit: Beat

Out Sync Manual Start is not checked.


Unable to Midi Sync
 

Lorem

Ipsum

Dolor