Does someone know if I have to add something to this mapping behavior? See picture. I would like to use a midi program change to select a row and play the row in the sequencer. It works, but it somehow re-triggers the row, so my patterns only can play for 16 steps instead of a longer pattern of 64.
Somehow with this mapping it will not stop playing as well, so maybe it gets a midi start message in a loop.
Actually it looks like the Start Track and Start Row destinations don't work as advertised.
I will take a look, but it won't be for the upcoming release anymore.
PLEASE use the search function if something have been asked or discussed before. Every (unnessesary) forum support means less time to develop! But of course, i am here to help!
(09-25-2025, 07:43 PM)XORadmin Wrote: Actually it looks like the Start Track and Start Row destinations don't work as advertised.
I will take a look, but it won't be for the upcoming release anymore.
Hi Thomas, just curious if you found a solution already for this mapping issue in the new firmware update? Would be great for me as a drummer to use my feet and a midi pedal to select and play the rows this way using a midi program change.
In the latest RC you could solve this with the new XMAP 1shot command.
I didn't change the start track/row commands yet but that is still on the list.
PLEASE use the search function if something have been asked or discussed before. Every (unnessesary) forum support means less time to develop! But of course, i am here to help!
(04-07-2026, 04:51 PM)XORadmin Wrote: In the latest RC you could solve this with the new XMAP 1shot command.
I didn't change the start track/row commands yet but that is still on the list.
MIDI Channel 14 Program Change input proved to work for my setup
the X appears when using the XSH! control parameter.
Also Thank you Thomas for pointing us to the XMAP 1shot direction.
it would be nice if CTRL XSH^, XSHv, XSH! would appear in the manual or their precise functions would receive a line in the help line at the bottom of the screen.
they execute when value goes up, execute when value goes down and execute on change.
these can only have the parameters #RW which means execute from Row, which can only be following rows the CTRL XSH RW line.
so none, one or many rows after this row can be conditionally triggered.
in this case once.
this is nessessary - otherwise, the row trigger from track 1 would fire 1000s of time,
as my program change value remains constant, so i chose XSH! so it is only triggered once.
i was looking for a long time for a way to program change the rows on nerdseq in sync with my elektron gear.
i have 8 banks of 16 patterns so exactly row 00-7F are very easy to access this way.
quality of life went up!
hope this stays in future versions!
What confused me for a while was that GLOB STRW is something that is not available, not sure why,
but to launch the desired rows across all tracks,
TRK1 STRW is exactly what you are looking for.
MIDI Channel 14 Program Change input proved to work for my setup
the X appears when using the XSH! control parameter.
Also Thank you Thomas for pointing us to the XMAP 1shot direction.
it would be nice if CTRL XSH^, XSHv, XSH! would appear in the manual or their precise functions would receive a line in the help line at the bottom of the screen.
they execute when value goes up, execute when value goes down and execute on change.
these can only have the parameters #RW which means execute from Row, which can only be following rows the CTRL XSH RW line.
so none, one or many rows after this row can be conditionally triggered.
in this case once.
this is nessessary - otherwise, the row trigger from track 1 would fire 1000s of time,
as my program change value remains constant, so i chose XSH! so it is only triggered once.
i was looking for a long time for a way to program change the rows on nerdseq in sync with my elektron gear.
i have 8 banks of 16 patterns so exactly row 00-7F are very easy to access this way.
quality of life went up!
hope this stays in future versions!
What confused me for a while was that GLOB STRW is something that is not available, not sure why,
but to launch the desired rows across all tracks,
TRK1 STRW is exactly what you are looking for.
It is actually not in the manual because you are talking about a function of the release candidate. It will be in the manual for the release.
The destination GLOB STRW is only to move the sequencer screen to the defined position. It doesn't start any track in that row.
You can use it to follow the player automatically if you for example to play in a linear way.
PLEASE use the search function if something have been asked or discussed before. Every (unnessesary) forum support means less time to develop! But of course, i am here to help!