Remix deck problem -- slot capture loop rec vs trigger

Remix deck problem – slot capture loop rec vs trigger

Sup boys

I’m mapping remix deck C this way:

Any cell from page 1-2-3-4 will be triggering a loop EXCEPT the last cells of page 4: slot1 cell16//slot2 cell16//slot3 cell16//slot4 cell16. I’m keeping thoses for capturing from loop recorder.

I’ve added for each button on my launchpad : note x= slot x cell x trigger

For the buttons I wanna use for the loop recorder, I mapped;

note W= slot 1 cell 16 trigger
note X= slot 2 cell 16 trigger
note Y= slot 3 cell 16 trigger
note Z= slot 4 cell 16 trigger

Modifier8=note V //hold//value+1

note W= capture from loop rec // M8=1
note X= capture from loop rec // M8=1
note Y= capture from loop rec // M8=1
note Z= capture from loop rec // M8=1

My problem is; when I capture a loop rec pressing any note WXYZ mapped and holding m8, it will capture the loop in the cell & slot currently playing (lets say slot 2 cell 1) and NOT in the WXYZ section. It will also stop the loop.
Also, when for example slot 1 is playing a random cell&loop, I’d like to be able to capture the loop recorder but not trigger it automatically.

Hope thoses infos are clear enough 8D

Cheers

There is a dedicated Cell Capture Modifier option. Have you tried that?

Yes sure it only concerns cell to cell capture…

/e I’ll try capture source selector

/e2: capture source selector combined to cell capture modifier seems to work just fine so far