malte0811 / ControlEngineering

MIT License
4 stars 2 forks source link

[Suggestion] Some way to tell that a sequencer has looped or halted #25

Closed keifhausin closed 2 years ago

keifhausin commented 2 years ago

There is currently no way to indicate that a sequencer loops or needs to be manually reset.

This could be implemented by making the face with the tape emit a redstone signal when the tape is at the end ( hold for manual reset mode and a pulse for automatic reset mode). Having that face emit the signal will prevent that signal interfering with the output of the sequencer, even in analog mode.

Having the information that a sequencer resets could be used to string multiple sequencers together and get even more complex logic