AcidVlad wrote:Do i need upgrade my x0x to x0xLarge to be able to use MarOS??? Is it basic x0x compatible?
Definitely not. A lot of effort was taken to fit the code in the restricted space of the original CPU.
You just have the possibility to compile the code for the x0xlarge, so MarOS could be used on both CPUs. (In fact I had developed most of the time on x0xlarge, as I could use a debugger with that. But all released "ready made" firmware here in the thread is for the standard x0xb0x cpu. )
ioth wrote:I've come to encounter a critical bug, or at least a major inconvenience, even so I don't know how I realized this only now:
when youre in edit mode and synced via midi, if you stop the clock and restart it, the pattern is gone if you didn't save it. This kinda sucks, when youre working on a pattern and pause your track for whatever reason, your pattern will be gone.
The first bug is in the clock sending device: it is not allowed to stop the clock after a midi stop/pause. Clock always runs, there is just a midi stop/pause sent.
AFAIR I have a timer and a missing clock timeout, which switches to internal clock if external clock is lost. So that might cause something simliar to turning the mode knob ...
W/O the timeout (and with a lost clock) the x0xb0x would be locked up in the ext-sync mode, as it never gets to the part in the program loop where the mode switch is evaluated.