Hi, It's cool to step back and forth with two commands UNDO and REDO. But there is this risk of going to far back in time that you bump into "Reset" and from...
... Hmm, I can't think of any. The version I'm about to release provides a way for scripts to count the number of layers so you could do this: !name Safe Undo...
... Sorry, Mobius won't operate as a MIDI through. It would be trivial to add though. I'm hoping to have another release in a few days (I know, I've been...
Hi, I can't get the "Direct Channel" for a track to work as described in the manual. I go "Configuration / Tracks / Direct Channel " and then I fill the box...
... I found a workaround in using the "External EDP" function to pass MIDI through the laptop/Möbius to my FireworX (fx, preamp). Hope there will be a normal...
... Cool! There are a lot of cool looping tricks you can do by changing the sync/speed relation between tracks. I think this your ambition also brings up the...
JL> I'm hoping to have another release in a few days (I know, JL> I've been saying that for months, but this time for sure :-) good news JL> BTW, I noticed...
... Good idea. Would each preset appear in the function list? Example: Preset: Basic Looping Preset: Something Else ... Or would you like to assign a single...
... I haven't tried this in awhile, I'll test it. Make sure that the raw channel value being sent is 13 rather than 14. The numbers you select in the dialog...
... Thank you. I got it working now. In my case I have a MIDI mixer that send all channel faders over MIDI Ch 14. When I'm moving one fader Möbius Tracks menu...
... Great idea! ... I appreciate simplifications that make it all more "playable". In my case I would set up Track Groups for simultaneous "Next Loop" jumping,...
... Oops, yes the MIDI monitor displays the number based from 0 instead of 1. ... No, this was just a guess at what the user interface would have to look like....
... Nothing really other than a collection of messages posted to this group. Matthias Loibner helpfully gathered those into a document he put up on his web...
This release fixes a few problems that have been reported recently. I wanted to make this small bug fix release now because the next one will contain massive...
... Makes sense. The applications seems almost bug free and mature to me, as far as basic functionality goes. Though there's still a lot to be wished for on...
Hi, Installed 1.15 and can't understand this behavior: I recorded a two bar loop and then multiplied to 27. Now, the new length does not play back in one go....
... Yes, for that we have 2.0 :-) ... Did you lose your previous ui.xml? The installer should not overwrite it if you install into an existing directory. If...
... Unrounded multiply changes the cycle length and introduces a synchronization problem similar to changing speed. What we do here is controlled by the...
... You can use "Wait msecs" but that isn't very useful since it isn't scaled according to the length of the loop. To wait a fraction of the loop length, you...
... Like the "Speed Sync Adjust" also the "Unrounded Sync Adjust" was set to "Change Tempo". When I play I'm often using unrounded multiply to change the...
... No. Last version was installed in "Program Files/Mobius". I thought that was my lucky star, being able to simply lift the file over to the 1.15 location...
... I'm not sure I understand completely but the sync out tempo will end up being calculated based on an 8thsPerCycle of 12. So while the loop speed will...
... I actually got it working - landing on the correct tempo - by changing that last line, above, to: set 8thsPerCycle 4 $save8thsPerCycle ... Ok - learned...
... Hmm, this means the variable reference might not be working. "set 8thsPerCycle 4" should do the same thing as "set 8thsPerCycle $save8thsPerCycle". ... ...
... Yes, I guessed so. But since I'm not a developer, just an impatient user, I like to apply a little Trial And Error here and there to see what might come...