arturia keystep step position with launchpad pro

Hi Peter,

I made a few mods to your project file but I don’t have a Launchpad Pro to test it.

  1. Instead of hard coding each number played, I calculate it based on the note counter
  2. I set a last note to play so you can restart the sequence at any pad you wish.
  3. I use a one shot timer (named Init) to initialize global variables either the start sequence or pressing computer keyboard ESC key

 

To change the number of steps, you set the global variable gg in the Init Preset, Init Global Variables translator.

I also document and initialize all global variables here.

All the calculations and heavy lifting is done in the KeyStep Visualiser Preset, Send Sequence translator

I hope you find this useful.