User Interface Themes?

mardi 31 mai 2016

I saw in the manual that it is possible to change the colors of the user interface.

Is there any thread or anywhere online that people share different UI themes?

The Renoise forums have a place to to do this.

Thanks


User Interface Themes?

I saw in the manual that it is possible to change the colors of the user interface.

Is there any thread or anywhere online that people share different UI themes?

The Renoise forums have a place to to do this.

Thanks


User Interface Themes?

Ableton Routing Issues

lundi 30 mai 2016

I can find seven Mobius outputs but only three Mobius inputs when using Mobius as a plug in for Ableton.

Under config->tracksetups I have tracks one through eight all listed with plugininputs changed to 1-8 and pluginoutputs changed to 1-8.

I understand one of the eight outputs is where the original audio track Mobius is located therefore there are only seven left.

But what happened to all the missing inputs? The only ones listed in Ableton are:
Left In 2 mobius
Left In 3 mobius
Left In 4 mobius

How to I get the same number of inputs as outputs?

Thanks!


Monitoring Issues

Hey guys,

How do I monitor more than one track at once? I want all eight tracks to monitor all the time. Right now, I can only monitor the track that is currently selected.

I know the first step is config ->globalparameters ->monitor audio input. I checked the box.

This turns monitoring on, but only for one track at a time.

Anybody know the solution?

Thanks!


Ableton Routing Issues

I can find seven Mobius outputs but only three Mobius inputs when using Mobius as a plug in for Ableton.

Under config->tracksetups I have tracks one through eight all listed with plugininputs changed to 1-8 and pluginoutputs changed to 1-8.

I understand one of the eight outputs is where the original audio track Mobius is located therefore there are only seven left.

But what happened to all the missing inputs? The only ones listed in Ableton are:
Left In 2 mobius
Left In 3 mobius
Left In 4 mobius

How to I get the same number of inputs as outputs?

Thanks!


Ableton Routing Issues

Monitoring Issues

Hey guys,

How do I monitor more than one track at once? I want all eight tracks to monitor all the time. Right now, I can only monitor the track that is currently selected.

I know the first step is config ->globalparameters ->monitor audio input. I checked the box.

This turns monitoring on, but only for one track at a time.

Anybody know the solution?

Thanks!


Monitoring Issues

Just thought I'd share this....

The deeper I get into scripting & mobius the stranger it becomes...!

I am trying to write some scripts that will create a number of tracks (one at a time maybe) in different but synchronized tempos: 13 bars of 3/4, 2 bars of 3/4, 4 bars, etc, and then have them all switch to next loops, (at an appropriately synchronized point!) which will be 8 bars of 3/4 for all tracks. It ain't easy.

One difficulty I found at one point involved the first track (13 x 3/4) being set to empty loop action = none, or possibly time copy, some differing sync settings (a cycle of track 1 = 1 bar of 3/4), from loop, to cycle, to none (& back!), and yet I could not get the second loop to be one cycle long. It consistently copied/set the loop to 13 bars. Dividing, InstantMultiplying didn't work, but most frustrating of all, the second loop also insisted on copying the sound from loop 1!
I trawled the reference manual, trawled the sync manual, exploring etc, & eventually came across, in Mobius techniques,

17.3 Switch and Confirm Modes.
This section harks back to the EDP origins of mobius, and reveals that:

"A few functions have special behavior when executed during the switch quantization period.

Record - forces the next loop to be rerecorded, even if it is not empty
Overdub - performs a Sound Copy if the next loop is empty
Multiply - performs a Sound Copy if the next loop is empty
Insert - performs a Time Copy if the next loop is empty"

Yep, you guessed it, I had an Overdub command in my script, and this was causing mobius to make a sound copy of loop 1, regardless of my Empty Loop Action settings, attempts to resize the loop to 8 bars instead of 13, and confusing me thoroughly for the last three hours!!!

Those of us who never had the chance to acquire an EDP are certainly missing a few tricks here, though I wonder sometimes the wisdom of maintaining some of these quirks when mobius has evolved so far from its original inspiration. No doubt EDP fans out there will be quick to put me right! :)

Maybe this'll make some of you folk struggling with mobius feel a little better - you're not alone.

Meanwhile, back to the drawing board....

Dave


Just thought I'd share this....

Just thought I'd share this....

The deeper I get into scripting & mobius the stranger it becomes...!

I am trying to write some scripts that will create a number of tracks (one at a time maybe) in different but synchronized tempos: 13 bars of 3/4, 2 bars of 3/4, 4 bars, etc, and then have them all switch to next loops, (at an appropriately synchronized point!) which will be 8 bars of 3/4 for all tracks. It ain't easy.

One difficulty I found at one point involved the first track (13 x 3/4) being set to empty loop action = none, or possibly time copy, some differing sync settings (a cycle of track 1 = 1 bar of 3/4), from loop, to cycle, to none (& back!), and yet I could not get the second loop to be one cycle long. It consistently copied/set the loop to 13 bars. Dividing, InstantMultiplying didn't work, but most frustrating of all, the second loop also insisted on copying the sound from loop 1!
I trawled the reference manual, trawled the sync manual, exploring etc, & eventually came across, in Mobius techniques,

17.3 Switch and Confirm Modes.
This section harks back to the EDP origins of mobius, and reveals that:

"A few functions have special behavior when executed during the switch quantization period.

Record - forces the next loop to be rerecorded, even if it is not empty
Overdub - performs a Sound Copy if the next loop is empty
Multiply - performs a Sound Copy if the next loop is empty
Insert - performs a Time Copy if the next loop is empty"

Yep, you guessed it, I had an Overdub command in my script, and this was causing mobius to make a sound copy of loop 1, regardless of my Empty Loop Action settings, attempts to resize the loop to 8 bars instead of 13, and confusing me thoroughly for the last three hours!!!

Those of us who never had the chance to acquire an EDP are certainly missing a few tricks here, though I wonder sometimes the wisdom of maintaining some of these quirks when mobius has evolved so far from its original inspiration. No doubt EDP fans out there will be quick to put me right! :)

Maybe this'll make some of you folk struggling with mobius feel a little better - you're not alone.

Meanwhile, back to the drawing board....

Dave


Issuing MIDI start/stop through script

dimanche 29 mai 2016

Hi guys,

thanks to buzap,Glynndub and PalmWino I have now a non-crashing script :)

My goal is to trigger a MIDI start output when I hit a certain key.

Please refer to the bottom of the post for the config details and background

To this end, here's my script:

Code:

!name  The Message
!autoload

message Don't push me I'm close to the edge
MidiOut start
end

Name and message content are just legacy :)

Hitting the bound key doesn't produce any effect whatsoever.

The "note on" command however - after I've changed the MIDI output device on Mobius to "Wavesynth GS Table", works just fine and I hear the note:

Code:

MidiOut noteon 3 64 127
So my natural question is: am I formatting the MidiOut command wrong?
Do I have to somehow specify other parameters I'm not aware of?
Do I need to specify the MIDI out device? I don't think so since the config window works just fine in the case of a NoteOn command...

Puzzled!

Thanks for your help,

Michele


Details and Background
==============
Mobius is configured as MIDI master, track configuration as in here

In terms of MIDI device configuration, I use a software MIDI internal virtual port called LoopBe.
Mobius outputs its MIDI messages onto this virtual port, which is at the same time the input MIDI port for my drum sequencer, AutoDrum4.1.

A pic to show the whole path:



Commands of start/stop are correctly received so I guess the link is solid.

However, as I show in this video, the start happens a little offset with respect to where I would expect it.

I then thought that I might issue the MIDI start in a different time point if I succeeded in linking it to a hit key (and subsequently to another MIDI trigger from my pedal board).


Issuing MIDI start/stop through script

Issuing MIDI start/stop through script

Hi guys,

thanks to buzap,Glynndub and PalmWino I have now a non-crashing script :)

My goal is to trigger a MIDI start output when I hit a certain key.

Please refer to the bottom of the post for the config details and background

To this end, here's my script:

Code:

!name  The Message
!autoload

message Don't push me I'm close to the edge
MidiOut start
end

Name and message content are just legacy :)

Hitting the bound key doesn't produce any effect whatsoever.

The "note on" command however - after I've changed the MIDI output device on Mobius to "Wavesynth GS Table", works just fine and I hear the note:

Code:

MidiOut noteon 3 64 127
So my natural question is: am I formatting the MidiOut command wrong?
Do I have to somehow specify other parameters I'm not aware of?
Do I need to specify the MIDI out device? I don't think so since the config window works just fine in the case of a NoteOn command...

Puzzled!

Thanks for your help,

Michele


Details and Background
==============
Mobius is configured as MIDI master, track configuration as in here

In terms of MIDI device configuration, I use a software MIDI internal virtual port called LoopBe.
Mobius outputs its MIDI messages onto this virtual port, which is at the same time the input MIDI port for my drum sequencer, AutoDrum4.1.

A pic to show the whole path:



Commands of start/stop are correctly received so I guess the link is solid.

However, as I show in this video, the start happens a little offset with respect to where I would expect it.

I then thought that I might issue the MIDI start in a different time point if I succeeded in linking it to a hit key (and subsequently to another MIDI trigger from my pedal board).


New-ish user here. Had a couple of questions

samedi 28 mai 2016

Hey everybody. I came to register and I realized that apparently I registered for these forums back in 2012!! But I never really started messing with Mobius until last year. I've done some experimentation, and I really like the software... However I had some questions:

1) Is it possible to do "punch in" start and stops, similar to how Ibarra does on this video:
https://www.youtube.com/watch?v=6YVuRWjQeSw

Like around 8:06 where he is punching in the music briefly while he is saying "One two three o'clock"

2) Is there any way to have FX on each channel? I've been using Mobius inside of Reaper as the host, but I have no idea how I would set up unique effects to each Mobius channel. Does it have some kind of "send" function where I could send it out to a separate Reaper track with the FX, and then back into Mobius?

3) Is there a way to select multiple channels at the same time and mute/unmute them simultaneously?

4) What is a good inexpensive midi controller that works well with Mobius? I mean, it is OK with keyboard, but kind of clunky because you are having to use the arrow keys to select different tracks and stuff. Anybody tried using a Korg nanokontrol with Mobius? If you used that, how would you tell reaper whether you were doing a regular record, or an overdub?

Thanks for any help!

-Scott


New-ish user here. Had a couple of questions

New-ish user here. Had a couple of questions

Hey everybody. I came to register and I realized that apparently I registered for these forums back in 2012!! But I never really started messing with Mobius until last year. I've done some experimentation, and I really like the software... However I had some questions:

1) Is it possible to do "punch in" start and stops, similar to how Ibarra does on this video:
https://www.youtube.com/watch?v=6YVuRWjQeSw

Like around 8:06 where he is punching in the music briefly while he is saying "One two three o'clock"

2) Is there any way to have FX on each channel? I've been using Mobius inside of Reaper as the host, but I have no idea how I would set up unique effects to each Mobius channel. Does it have some kind of "send" function where I could send it out to a separate Reaper track with the FX, and then back into Mobius?

3) Is there a way to select multiple channels at the same time and mute/unmute them simultaneously?

4) What is a good inexpensive midi controller that works well with Mobius? I mean, it is OK with keyboard, but kind of clunky because you are having to use the arrow keys to select different tracks and stuff. Anybody tried using a Korg nanokontrol with Mobius? If you used that, how would you tell reaper whether you were doing a regular record, or an overdub?

Thanks for any help!

-Scott


First script --> First Mobius Crash!!

Hi All,

due to my intention to use Mobius as a MIDI sync Master, I resolved to try and bind (for now) a key to a simple script I devised.

Here are the contents of the script:

Code:

!name MIDIStart
MidiOut start

I've created the file (Windows 7 64b) with NotePad, saved it as ANSI coded text, extension .mos

I bound it to key "H", but after registering it and all, it did not work.

But that wasn't all!!

It was late last night, so I left things to settle for a while. However, when I newly started Mobius today, I got this nifty message:



Hitting "Retry" just had W7 take over and saying that the program had crashed and it was "looking for a solution" (laugh now).

I then first cleaned the content of the script. It kept giving me the same error.
I then removed the file altogether. This worked.

I had stored the script on the Desktop. Maybe this is the issue?

Any hings?

I'll keep digging on my own, anyhow :)

Thanks for your help,

Michele


new verson for circular labs 2.5 for window

new verson for circular labs 2.5 for window


First script --> First Mobius Crash!!

Hi All,

due to my intention to use Mobius as a MIDI sync Master, I resolved to try and bind (for now) a key to a simple script I devised.

Here are the contents of the script:

Code:

!name MIDIStart
MidiOut start

I've created the file (Windows 7 64b) with NotePad, saved it as ANSI coded text, extension .mos

I bound it to key "H", but after registering it and all, it did not work.

But that wasn't all!!

It was late last night, so I left things to settle for a while. However, when I newly started Mobius today, I got this nifty message:



Hitting "Retry" just had W7 take over and saying that the program had crashed and it was "looking for a solution" (laugh now).

I then first cleaned the content of the script. It kept giving me the same error.
I then removed the file altogether. This worked.

I had stored the script on the Desktop. Maybe this is the issue?

Any hings?

I'll keep digging on my own, anyhow :)

Thanks for your help,

Michele


First script --> First Mobius Crash!!

new verson for circular labs 2.5 for window

new verson for circular labs 2.5 for window


new verson for circular labs 2.5 for window

hello everyone

vendredi 27 mai 2016

hello friends my name is kunal kumar what is your name


hello everyone

hello everyone

hello friends my name is kunal kumar what is your name


What does !button do?

jeudi 26 mai 2016

Hi folks

in an old script (an example by acoustix4711 - clickchecker), I've found the declaration
Code:

!name NameOfScript
!button
...

What does !button do or is it really necessary (probably something with multiclick or sustain or displaying messages)?


What does !button do?

What does !button do?

Hi folks

in an old script (an example by acoustix4711 - clickchecker), I've found the declaration
Code:

!name NameOfScript
!button
...

What does !button do or is it really necessary (probably something with multiclick or sustain or displaying messages)?


Shameless Advertising!

mercredi 25 mai 2016

If I'm supposed to know so much about mobius, what do I do with it?
"Smoke & Mirrors" - http://ift.tt/1qJ4e02.
No verse-chorus-brige stuff mind you :)
Dave


Shameless Advertising!

If I'm supposed to know so much about mobius, what do I do with it?
"Smoke & Mirrors" - http://ift.tt/1qJ4e02.
No verse-chorus-brige stuff mind you :)
Dave


Shameless Advertising!

El Capitan Softstep users beware....

mardi 24 mai 2016

...of upgrading to OS X 11.4 for now; apparently it requires you to reload the firmware every time you connect! :(

KMI know about the issue....

Dave


El Capitan Softstep users beware....

El Capitan Softstep users beware....

...of upgrading to OS X 11.4 for now; apparently it requires you to reload the firmware every time you connect! :(

KMI know about the issue....

Dave


Hi

My Name is Tina , I'm from North America. I'm doing my business for about 6 years and I recently started a new site for business.It's for student who are preparing for their exams and getting problem we guide them and other thing we do for them.

If you or any other person facing problem visit to " http://ift.tt/1TuoP3P " easy platform feel free to contact.


Hi

Hi

My Name is Tina , I'm from North America. I'm doing my business for about 6 years and I recently started a new site for business.It's for student who are preparing for their exams and getting problem we guide them and other thing we do for them.

If you or any other person facing problem visit to " http://ift.tt/1TuoP3P " easy platform feel free to contact.


hey

I'm David from United States feeling good to be a part of ..... forum.I have sites relate to essay for student visit " http://ift.tt/1NBGlmj " and let know how is it ? it would be really appreciate and your response would be astonish may be for me !


hey

I'm David from United States feeling good to be a part of ..... forum.I have sites relate to essay for student visit " http://ift.tt/1NBGlmj " and let know how is it ? it would be really appreciate and your response would be astonish may be for me !


hey

No stop function?

lundi 23 mai 2016

Hi all - I can't believe that Mobius doesn't have a stop function... could this be true?

James


No stop function?

Hi all - I can't believe that Mobius doesn't have a stop function... could this be true?

James


No stop function?

Seeking Mobius coach and programmer!

dimanche 22 mai 2016

Hi,

Would anyone here be able to help me get Mobius set up for my uses and coach me in its use? I'm happy to pay for your help!

I mainly want to make sure it's all set up properly and taking advantage of its features. I run a quadrophonic sound system and want to be able to pan individual tracks to various outputs... I imagine the best wway to do this is to run it as a plug-in inside Ableton and have each track output to a separate audio track. I've seen some posts that indicate this might be possible...

I also don't want to quantize my first track and have its length determine all additional tracks...

Please let me know if you can help, and thanks, James Bowers
james@jamesbowersmusic.com


Seeking Mobius coach and programmer!

Seeking Mobius coach and programmer!

Hi,

Would anyone here be able to help me get Mobius set up for my uses and coach me in its use? I'm happy to pay for your help!

I mainly want to make sure it's all set up properly and taking advantage of its features. I run a quadrophonic sound system and want to be able to pan individual tracks to various outputs... I imagine the best wway to do this is to run it as a plug-in inside Ableton and have each track output to a separate audio track. I've seen some posts that indicate this might be possible...

I also don't want to quantize my first track and have its length determine all additional tracks...

Please let me know if you can help, and thanks, James Bowers
james@jamesbowersmusic.com


Parameter Logic ON/OFF

vendredi 20 mai 2016

Hi all, I would like your help.
You can change the functions of a switch (eg, button B = Rec / Dub) through another switch (A button)? I'll explain.

If buton A = on, then buton B = Rec / Dub / Play;
If buton A = off, then buton B = Play / Mute.

It seems that Chewie Monsta Ed Sheeran does this through the MODE button, which toggles the functions of the buttons 1,2,3 and 4. When MODE is ON, then 1,2,3 and 4 record and overdub when MODE is OFF then 1,2,3 and 4 play and mute.

I could not assign a parameter on / off for a switch without necessarily turn on or off any function or mode.


Parameter Logic ON/OFF

Hi all, I would like your help.
You can change the functions of a switch (eg, button B = Rec / Dub) through another switch (A button)? I'll explain.

If buton A = on, then buton B = Rec / Dub / Play;
If buton A = off, then buton B = Play / Mute.

It seems that Chewie Monsta Ed Sheeran does this through the MODE button, which toggles the functions of the buttons 1,2,3 and 4. When MODE is ON, then 1,2,3 and 4 record and overdub when MODE is OFF then 1,2,3 and 4 play and mute.

I could not assign a parameter on / off for a switch without necessarily turn on or off any function or mode.


Parameter Logic ON/OFF

Grouping or Multi-selecting Tracks?

mercredi 18 mai 2016

Hi, Id like to be able to use the four tracks I have as two separate groups to be able to bring in and out. I'd like tracks 1 & 2 on 1 group and 3 & 4 on another one, how can I go about doing this?
I'd like to be able to mute and unmute the groups too.
any help on this would be greatly appreciated,
Thanks in advance, Ed :)


Grouping or Multi-selecting Tracks?

Grouping or Multi-selecting Tracks?

Hi, Id like to be able to use the four tracks I have as two separate groups to be able to bring in and out. I'd like tracks 1 & 2 on 1 group and 3 & 4 on another one, how can I go about doing this?
I'd like to be able to mute and unmute the groups too.
any help on this would be greatly appreciated,
Thanks in advance, Ed :)


Reset on synchronized tracks causes them to ignore the master-track

samedi 14 mai 2016

Hey folks,

while expirementing with Mobius, I came across a problem that I was not able to figure out myself. Maybe you can give me some advice:

I only use one loop per Track, my four tracks are synchronized like this: Empty Track Action: Copy Timing, Time-Copy-Mode: Play (which instantly becomes overdub through a script when in "record operation mode"). So all Tracks are equal length and synchronized by the master track. This works absolutely great, despite one thing:

When I use reset on a track (to free it for reuse, for example), this, and all remaining empty tracks, are not connected to the master-track anymore. I can do a completly free recording (solid red) on any of those empty tracks, and the other empty tracks now see this one as the new master-track. Here a "runtime-example":

1. Recording on Track 1, becomes master
2. Change to track 2, time-copy (green spinning wheel like in track 1)
3. Overdub on track 2
-- works great up to here --
4. Reset on track 2
5. Recording again on track 2 is now freestyle
6. Track 3 and 4 now see track 2 as master-track, track 1 and 2,3,4 are therefore out of sync.

I guess I would need something like a "time-copy after reset" feature - is this possible somehow?
Thanks a lot in advance and greetings,
Jonathan


Reset on synchronized tracks causes them to ignore the master-track

Reset on synchronized tracks causes them to ignore the master-track

Hey folks,

while expirementing with Mobius, I came across a problem that I was not able to figure out myself. Maybe you can give me some advice:

I only use one loop per Track, my four tracks are synchronized like this: Empty Track Action: Copy Timing, Time-Copy-Mode: Play (which instantly becomes overdub through a script when in "record operation mode"). So all Tracks are equal length and synchronized by the master track. This works absolutely great, despite one thing:

When I use reset on a track (to free it for reuse, for example), this, and all remaining empty tracks, are not connected to the master-track anymore. I can do a completly free recording (solid red) on any of those empty tracks, and the other empty tracks now see this one as the new master-track. Here a "runtime-example":

1. Recording on Track 1, becomes master
2. Change to track 2, time-copy (green spinning wheel like in track 1)
3. Overdub on track 2
-- works great up to here --
4. Reset on track 2
5. Recording again on track 2 is now freestyle
6. Track 3 and 4 now see track 2 as master-track, track 1 and 2,3,4 are therefore out of sync.

I guess I would need something like a "time-copy after reset" feature - is this possible somehow?
Thanks a lot in advance and greetings,
Jonathan


Global variables are not changeable

vendredi 13 mai 2016

Hello!

I am completly new to Mobius Scripting, but have some experience in PHP and C++. I am currently using Mobius with a Yamaha keyboard as USB midi device, a Tascam sound interface, my guitar and an amp - this is my testing environment before I start building a real loop-station. To figure out whether the layout and functionality of Ed Sheerans Chewie Monsta station is good for me, I try to reproduce the setup with 10 keys from the Yamaha keyboard which I have neatly labeled according to his setup. Unfortunately, Ed Sheerans setup includes a "mode" toggle, which switches the operation mode between "record" and "play" (not to be confused with the Mobius terminology).

Existing instructions on how to build this thing put the problem on the midi-controller side of the setup: Depending on which mode is selected there a button sends a different signal.

I would like to have the station as a pure controller and therefore have Mobius handle the current operation mode. To implement this I need something like a system-wide variable.


The problem is; it seems like global variables can not be modified once they are stored:

Code:

variable global test 3
global variable test
message $test
# Outputs "3"

variable global test 4
global variable test
message $test
# Outputs "3"

I tried to use parameters, but it seems like I can not create new ones.

Can anyone help me with a way to store something that can be accessed by all scripts? Thanks a lot in advance!
Greetings, Jonathan


Global variables are not changeable

Hello!

I am completly new to Mobius Scripting, but have some experience in PHP and C++. I am currently using Mobius with a Yamaha keyboard as USB midi device, a Tascam sound interface, my guitar and an amp - this is my testing environment before I start building a real loop-station. To figure out whether the layout and functionality of Ed Sheerans Chewie Monsta station is good for me, I try to reproduce the setup with 10 keys from the Yamaha keyboard which I have neatly labeled according to his setup. Unfortunately, Ed Sheerans setup includes a "mode" toggle, which switches the operation mode between "record" and "play" (not to be confused with the Mobius terminology).

Existing instructions on how to build this thing put the problem on the midi-controller side of the setup: Depending on which mode is selected there a button sends a different signal.

I would like to have the station as a pure controller and therefore have Mobius handle the current operation mode. To implement this I need something like a system-wide variable.


The problem is; it seems like global variables can not be modified once they are stored:

Code:

variable global test 3
global variable test
message $test
# Outputs "3"

variable global test 4
global variable test
message $test
# Outputs "3"

I tried to use parameters, but it seems like I can not create new ones.

Can anyone help me with a way to store something that can be accessed by all scripts? Thanks a lot in advance!
Greetings, Jonathan


Global variables are not changeable

Switch Arm / Mute

mercredi 11 mai 2016

Hello guys! I'm new in the programming of Mobius, and I'm having trouble with a script Arm / Mute per track. I'll try to explain.
I would like to step on a switch he made the selection of a track, the track selected as if the switch were trampled again did the mute or unmute the track.
I've tried with various functions but got nothing similar to Arm / Rec.


Switch Arm / Mute

Hello guys! I'm new in the programming of Mobius, and I'm having trouble with a script Arm / Mute per track. I'll try to explain.
I would like to step on a switch he made the selection of a track, the track selected as if the switch were trampled again did the mute or unmute the track.
I've tried with various functions but got nothing similar to Arm / Rec.


Switch Arm / Mute

Script commands not in manual...

vendredi 6 mai 2016

I'm not a programmer, so a lot of the conceptual knowledge necessary for scripting is not clear to me (or so I've assumed)... Anyway, for the past two months I've been learning to write scripts for Mobius 2.5.
I've created a database with all the terms from the manual, copying the definitions of the functions etc from the manual when available, searching the Forum for information and script examples, copying script examples from the Forum and old Yahoo group into my database with notes (when I could understand what they did and how they worked), etc.
And I've studied and copied and imitated scripts from the Forum, especially those by GlynnDub, Per and Jodi.

But there are some things I can't figure out, so I come here humbly begging for elucidation and help.

1. What does " != " mean?
- eg " if track != 1" or " if mode != mute"

2. How do you use these, they appear to function as subroutine pointers and ways to save/set variables, but I can't find any clear references to these. It's unclear to me how they work and the syntactical/relational organization necessary...

-" jump"
- " label"
- " next"
- " Variable saveXX XX" as in "Variable saveQuantize quantize"
- " set focus !focus"

3. I found this subroutine and it works great, but I don't understand how it works or why... and the idea of a "variable"...?? is the idea to "save" a paramter as a variable?? e.g. "save current mode A / now change mode to B / now return to saved mode A"?
Also this script uses "playInSync" and "jump" and "label" as commands/functions, none of which I can find in the manual.
---
Jump PLayinSync mode = Mute
Variable SaveSwitchQuant = $switchQuant
set switchQuant off
Retrigger
set switchQuant $SaveSwitchQuant
Label PlayinSync

---
Thanks very very very very much in advance. Trying to learn how to write scripts seems to require hours of hit-or-miss arrangement of commands until something works the way you want. And so many of the scripts I've found on the Forum use functions, paramters, etc that are not referenced in the manual. It's interesting and Mobius is pure genius, but frustrating and incredibly slow and painstaking doing everything by trial-and-error...

Thanks again,
Bob Thomas


Script commands not in manual...

Script commands not in manual...

I'm not a programmer, so a lot of the conceptual knowledge necessary for scripting is not clear to me (or so I've assumed)... Anyway, for the past two months I've been learning to write scripts for Mobius 2.5.
I've created a database with all the terms from the manual, copying the definitions of the functions etc from the manual when available, searching the Forum for information and script examples, copying script examples from the Forum and old Yahoo group into my database with notes (when I could understand what they did and how they worked), etc.
And I've studied and copied and imitated scripts from the Forum, especially those by GlynnDub, Per and Jodi.

But there are some things I can't figure out, so I come here humbly begging for elucidation and help.

1. What does " != " mean?
- eg " if track != 1" or " if mode != mute"

2. How do you use these, they appear to function as subroutine pointers and ways to save/set variables, but I can't find any clear references to these. It's unclear to me how they work and the syntactical/relational organization necessary...

-" jump"
- " label"
- " next"
- " Variable saveXX XX" as in "Variable saveQuantize quantize"
- " set focus !focus"

3. I found this subroutine and it works great, but I don't understand how it works or why... and the idea of a "variable"...?? is the idea to "save" a paramter as a variable?? e.g. "save current mode A / now change mode to B / now return to saved mode A"?
Also this script uses "playInSync" and "jump" and "label" as commands/functions, none of which I can find in the manual.
---
Jump PLayinSync mode = Mute
Variable SaveSwitchQuant = $switchQuant
set switchQuant off
Retrigger
set switchQuant $SaveSwitchQuant
Label PlayinSync

---
Thanks very very very very much in advance. Trying to learn how to write scripts seems to require hours of hit-or-miss arrangement of commands until something works the way you want. And so many of the scripts I've found on the Forum use functions, paramters, etc that are not referenced in the manual. It's interesting and Mobius is pure genius, but frustrating and incredibly slow and painstaking doing everything by trial-and-error...

Thanks again,
Bob Thomas


Which Software Drum Machine controlled by Moebius?

jeudi 5 mai 2016

Hi all,

as hinted in my introduction post, I would like to couple Moebius with a software drum machine. Following Moebius' groove, I'd like it to be free and/or open source :)

I'm on Windows 7

Next, I would like to use both softwares as standalone, not through a DAW. This for simplicity, resources, and general less-is-more philosophy ;)

I would like Moebius to play the role of master sync and the drum machine to be the slave.

Problem: I can't find a software drum machine which can be sync'd via MIDI.

I asked and Hydrogen (otherwise a quite nice sw) seems not able to do it.

Do you have any suggestions?

Thank you in advance,

Michele


Hello Loopers!

Hi there everybody,

I'm Michele, originally from Italy but now posting from UK :)

I stumbled on Moebius while looking for software loopers...I feel blessed having found one of such extensive capabilities for free!
It's really amazing and I am astonished by the depth of its manual...Really a piece of work.

I've bought an Arduino (actually, for this side of the world that's a Genuino) with the double goal of maybe teaching some basic stuff to my son, and at the same time venture into MIDI controlling...At a very basic level it looks affordable, no huge headaches.

Next to a looper, I would like to have a (more or less) basic drum machine - also software - to complete the circle and have a "band in a box" on demand.
However, I am struggling to find one which is open source or free, and can be "enslaved" by Moebius. But this is the subject of my next post, hopefully in the right Forum' section :)

Happy looping to all of you!

Michele


Which Software Drum Machine controlled by Moebius?

Hi all,

as hinted in my introduction post, I would like to couple Moebius with a software drum machine. Following Moebius' groove, I'd like it to be free and/or open source :)

I'm on Windows 7

Next, I would like to use both softwares as standalone, not through a DAW. This for simplicity, resources, and general less-is-more philosophy ;)

I would like Moebius to play the role of master sync and the drum machine to be the slave.

Problem: I can't find a software drum machine which can be sync'd via MIDI.

I asked and Hydrogen (otherwise a quite nice sw) seems not able to do it.

Do you have any suggestions?

Thank you in advance,

Michele


Which Software Drum Machine controlled by Moebius?

Hello Loopers!

Hi there everybody,

I'm Michele, originally from Italy but now posting from UK :)

I stumbled on Moebius while looking for software loopers...I feel blessed having found one of such extensive capabilities for free!
It's really amazing and I am astonished by the depth of its manual...Really a piece of work.

I've bought an Arduino (actually, for this side of the world that's a Genuino) with the double goal of maybe teaching some basic stuff to my son, and at the same time venture into MIDI controlling...At a very basic level it looks affordable, no huge headaches.

Next to a looper, I would like to have a (more or less) basic drum machine - also software - to complete the circle and have a "band in a box" on demand.
However, I am struggling to find one which is open source or free, and can be "enslaved" by Moebius. But this is the subject of my next post, hopefully in the right Forum' section :)

Happy looping to all of you!

Michele


Hello Loopers!

Track Fade out and Fade in

mardi 3 mai 2016

Hello,
I am new to Mobius and enjoying very much!

What is a script for Track Fade Out, then press again and same Track Fade In.

I have a script for Track Fade Out
I also have a script for Global Fade Out then press again and Global Fade In

Thanks!
Todd


Track Fade out and Fade in

Track Fade out and Fade in

Hello,
I am new to Mobius and enjoying very much!

What is a script for Track Fade Out, then press again and same Track Fade In.

I have a script for Track Fade Out
I also have a script for Global Fade Out then press again and Global Fade In

Thanks!
Todd


Watch amazing Tv Shows and Movies Here...

Watch amazing Tv Shows and Movies Here...


Watch amazing Tv Shows and Movies Here...

Watch amazing Tv Shows and Movies Here...

Watch amazing Tv Shows and Movies Here...


Record only to Focus Locked Tracks

dimanche 1 mai 2016

Hi

I'm planning to develop a pedalboard similar to Ed Sheeran's Chewie Monsta and I'm in the process of listing all the functionalities I want.

One of the problems I found and I would like to solve is that when I activate Focus Lock on a track but I have another one selected both of them will receive audio when recording. This causes a problem because I'm planning to have a footswitch for each track's Focus Lock and there's always going to be a track that is selected even if it has no Focus Lock active.

Is there a way to deactivate this and only record to tracks with Focus Lock on?

Thanks for your help!


Record only to Focus Locked Tracks

Record only to Focus Locked Tracks

Hi

I'm planning to develop a pedalboard similar to Ed Sheeran's Chewie Monsta and I'm in the process of listing all the functionalities I want.

One of the problems I found and I would like to solve is that when I activate Focus Lock on a track but I have another one selected both of them will receive audio when recording. This causes a problem because I'm planning to have a footswitch for each track's Focus Lock and there's always going to be a track that is selected even if it has no Focus Lock active.

Is there a way to deactivate this and only record to tracks with Focus Lock on?

Thanks for your help!


 

Lorem

Ipsum

Dolor