Step Sequencer - 2022-04-12 00:10

Step Sequencer

Link to main site

Hi!
Firstly, thank you for this, I was lookin for a sequencer like this.
Second: I found a problem. I use an external timer, default settings otherwise. Sometimes, when the input reaches 1, there is an exception in chopexec1 on line 25: “NoneType object has no attribute ‘par’”. Line 25: op(f'trigger_p_{math.floor(val*parts)+1}').par.triggerpulse.pulse()
parts is 16, and I suspect the problem is with the +1 part. I will investigate and test if it causes any problems.