As title.
E.g.
-external midi clock 110bpm. Master clock.
-s2400 internal clock 120bpm, but slaved to external device so shouldn’t matter.
-Result: s2400 live loop can’t record the whole duration of the pattern length because it expected to record a maximum loop sample time based on the internal clock rather than external clock.
It essentially stops recording (silence) for a duration that is likely the total time difference between external vs internal clock, considering bpm x number of bars, which the record buffer didn’t account for. The silence lasts until the pattern re-loops. At the end of each loop is such silence.
-Work around: set internal clock tempo to match external sequencer before slaving s2400 to external clock.
Should be easy enough to replicate…
I am hoping for a future firmware update to address this if possible pretty please! Maybe the record buffer needs to average the incoming midi to calculate record buffer length?
P.s I’m clocking via USB host port.