JuanTT wrote:There is a problem with the auto increment for step mode, it doesn't work while the pattern is running
And I miss so hard the Program Change to switch pattern and do it compatible with my Analog Rytm - please ;)
+ auto increment for step mode while the pattern is running
I'll check if there is a reason for, and if not, if it is possible to squeeze it in.
+ midi program change to switch pattern
this might get a program size problem, as there are very few bytes left.
roxxx303 wrote:On the din-sync-out port of the x0xb0x I hooked up a TR-606.
...
but it looks like the 606-pattern (a 16-step 4/4 pattern) starts at every 16th not again and again!
+ din sync out to a 606 does not work
bug confirmed, already fixed in version 1.5.1.
(Note: a work around to fix this would be to disable pins 4&5 on the x0x din output.)
manneokoko wrote:Bug report:
Classic midi sync mode - it changes patterns and starts pattern when receiving midi note on, also in classic mode. It would be better if it ignore midi notes and just, start and stop by midi start stop command (and continue command).
+ in classic sync mode, notes should not start the sequencer
bug confirmed, will be fixed.
manneokoko wrote: but when midi continue message is recieved it start from the middle of of the pattern where it was last stopped (not good). This means the x0xb0x will always be out of phase when started with midi continue message.
+ midi continue should play from step 0
the current behavior is as it was in sokkos, but it is obviously not very useful.
I'll add a flag in the user c settings, than "continue" works like start. I consider that a 'work around'.
Because that is not what it should work like: The proper way would be to evaluate the song position pointer and do a start at the right step.
It is not much code, but there is very few space left ...
===========================
+ Tap tempo
will see if I can squeeze it somewhere in.
In tempo knob parameter edit mode there are some "unused" buttons, so I could use the "DONE" switch there.