I guess I’m just wondering if you could use TT as a “traditional” sequencer as well as doing the algorithmic patterns.
You can do script 1 with a single line CV 1 N PN.NEXT 0 and then the pattern values will correspond to semitones, coming out of CV 1. It would move forward each time trigger in 1 is triggered, wrapped to whatever the length of the pattern is set to.
Could you switch between so called patterns?
Yes, that’s easy to script. Change script 1 to CV 1 N PN.NEXT X, and have script 2 be X MOD ADD X 1 4 to switch between the 4 patterns upon trigger 2 getting a trigger.
Basically scripting up a super simple (or 4 super simple) sequencers is really easy, and it is very easy to control them in most any way you can think of due to the scriptable nature of teletype.
The “cons” of teletype are that there is a bigger learning curve to getting used to scripting things up and learning the syntax. The pattern screen is also not as playable as some other multi-sequence controllers (such as new rene) out of the box. But grid control mode really helps with that if you have or are planning on getting a grid. Things like changing the length and start/end position of patterns is super easy and playable with that.