the last update includes a new MIDI out mode.
Still needs some work though

Each track now has it's own MIDI channel.
It was removed from the settings menu.
It can now be found on the mixer page 2.
In Trigger mode all tracks use channel 1 settings atm.
MIDI channels are still being saved in the global settings.
On the settings page you can now choose the midi mode ("mid")
trg - trigger mode - the old mode
nte - note mode - each track uses its own midi channel and sends out note number information
I'm not really happy about the note offs.
At the moment you have to set them manually using note ons with a velocity of 0.
Gives some nice opportunities (like only randomizing note offs)
but is no fun to program.
auto note offs before the next note on would prohibit legato note programming.
Gate length per step uses too much memory.
Would a global gate length parameter that can be automated using one of the automation tracks be any good?
Further the MIDI in recording does not work yet for midi note mode.
Comments
>> Gate length per step uses too much memory.
is there any available pattern memory?
.. like 3 or 4 bit per step??
the problem is the pattern loading time, or memory at the mainboard?
i was thinking about all this, too. i had some ideas, but all involve something to be saved per step..
More flexible than the global gate length and probably also more easy to implement.
Only MIDI sng position is not implemented yet.
I saw a strange behavior with the lxr that was probably buggy while switching to external mode. It wouldn't even switch back to internal. I had to reboot. I can't describe the repro steps.