zsteinkamp / m4l-KeyStepper

Manually advanced, adjustable length step sequencer.
GNU General Public License v3.0
9 stars 0 forks source link

Multiple copies: 'Steps' control is linked. #1

Open Michaelknubben opened 9 months ago

Michaelknubben commented 9 months ago

With multiple copies of this device on one track (I was attempting to use note-blocking devices to make one device do octave shifts and another do the actual notes), the 'Steps' control is linked. Adjusting one will adjust both! So, semi-related: I'd love to see octave shifts introduced, as well as a way of only moving to the next note every x received notes!

zsteinkamp commented 9 months ago

Thank you @Michaelknubben! I've found the problem and pushed a new version of the device to the frozen/ directory. You can download it here: https://github.com/zsteinkamp/m4l-KeyStepper/raw/main/frozen/KeyStepper-v3.amxd

Thanks for your ideas around number of notes required to advance and an octave control. I've updated the README with the ideas so I don't lose them.

For the octave control, do you see that as a dial that affects all notes (and can be automated) or as a property of each step?

Michaelknubben commented 9 months ago

I was thinking of a step property, as the other can more easily be done by a separate device, but I wouldn't be opposed to having it built-in if it's easy!