6 tracks with 4 parameters to be memorized for each track

Hi,

Let say we have 6 tracks = 6 instruments. For these instruments, we got 4 parameters.

  • click on T1, set the four parameters as wanted for this instrument,
  • click on T4, set the 4 parameters as expected for this instrument,
  • click on T3, set the 4 parameters as expected for this instrument,

now when i click on T1, of course i would like to see my 4 parameters for the t1 instrument,

So i guess i have to use stateGet and stateSet to store in a variable the state of the matrix.

Do i have to create 6 different matrix(es) ?
A little help will be welcomed to let me dive in :slight_smile:

Cheers

1 Like

Here's is a simple example that should get you started (1 matrix, 1 switch with some onCreate / onValue scripting).

stateSwitch.json (3.7 KB)

1 Like

Merci beaucoup !