iād like some additional integration for cycles with teletype: the ability to detect rotation direction. right now we can set direction, but not get it.
iāve started working on a teletype script called srmb: shift register music box.
the idea is to turn a knob one way, and every time it hits the peak (north or south), cycles sends out a gate. based on the direction that cycles was rotating, when TT receives that gate from cycles, TT sends out the next note in a pattern tracker. or, if cycles was going the other way, when it hits that same point, TT instead sends out a random note from the tracker, updating its position of what note is now next.
but i realized that this will only work with two different spin actions if TT can poll cycles for rotation direction.