Session box question

1.03K viewsCSS Questions
0

When clip slot empty, the led is bright, when the clip in clip slot, the led become black, which is very strange, is there any way to change the settings?
I’m new on CSS, My controller is Livid DS1.

admin Changed status to publish May 22, 2024
Attached Files:
0

Hi zqpm1qaz,

We will be adding custom LED settings for Session Box soon.
In the meantime, you can set them directly in the script .py file (in your MIDI Remote Script Folder) by uncommenting the 14 lines which begin with:
##for scene_index in range(num_scenes):

You can add a custom Velocity value for each state on these lines:
## clip_slot = scene.clip_slot(track_index)
## clip_slot.set_triggered_to_play_value(4)
## clip_slot.set_triggered_to_record_value(5)
## clip_slot.set_record_button_value(6)
## clip_slot.set_stopped_value(7)
## clip_slot.set_started_value(8)
## clip_slot.set_recording_value(9)

To uncomment, remove the 2 hashes on each line ##,
Then change the velocity values, save the file, reload Ableton.

admin Changed status to publish May 22, 2024
Attached Files:
0

Hmm, yes this is correct, there is no setting for empty clip slot at the moment.
This could be related to what Simsonatic has mentioned about LED Off value being set to 4 instead of 0.
We will investigate this.

admin Changed status to publish May 22, 2024
Attached Files: