Archives

Track Color Index

Just came across this thread. FYI this was fixed back in 2022. ‘long’ types are now treated as integers. See Live Object Model for all long types: https://docs.cycling74.com/legacy/max8/vignettes/live_object_model One thing to note on this topic, these have no type so are currently being treated as strings. If anyone finds this to be wrong (which it […]

Action to Launch Highlighted Scene With A button

ok, it was just missing self.song().view.selected_scene.fire() 1-We place a listener on a button 2-We get the number of the highlighted scene 3-We place the scene whose number was obtained on “fire” (play or launch) we can place also a condition on the button self.midi_note_ch_X_val_XXX.cur_val == 127