izzyreal / mpc

mpc2000xl emulator static library
GNU General Public License v3.0
73 stars 8 forks source link

Sequencer::metronomeSeq is probably redundant #166

Closed izzyreal closed 1 year ago

izzyreal commented 1 year ago

Since we implemented FrameSeqBase::triggerClickIfNeeded, I don't think there's a need for a special Sequence just to play the metronome sound. metronomeSeq is probably used in the StepEditor when pressing a pad, and maybe also during count-in.

izzyreal commented 1 year ago

Indeed redundant. Resolved in 11141b8d783121470e2313399f8341006957055f.