Open ggVGc opened 10 months ago
We've chosen to implement start
as continue
when pressing the play button as there is no clear first step on the DUO. This in contrast to the Volca's that have a linear sequencer. You can use the BOOST button to choose which step to continue from.
The behaviour when receiving a MIDI start
or continue
message is also deliberate but the case can be made to have start
restart from the first step. Again, as the DUO has no clear first step I don't think there is a clear benefit.
@DavidMenting Yeah, I think that makes sense.
The only remaining question for me is why we output Start
both when receiving Start
and Continue
. I think it would make sense to either output Continue
(as we do when starting from play button), or repeat the incoming message.
you are right. Passing on the received message seems the most logical thing to do
Current behaviour
Continue
Start
orContinue
Start
.Disables internal clock and waits for MIDI
Clock
.Questions / Suggestions
Should we respond in the same way to
Start
andContinue
?It would make more sense to me to start the sequencer from the beginning when receiving
Start
, and have current behaviour fromContinue
. Either way it feels inconsistent to outputStart
when started from a MIDI message, andContinue
when started from the play button.Should we output
Start
instead ofContinue
? (Comparison to Volca)The Volca drum remembers MIDI clock state and starts from where it left off when receving
Continue
. This means that with the current implementation we're out of phase if we stop and start the Duo, unless the Volca is manually reset to the first step.