Hello. How do I highlight a clip in Session View?
Thank you!
highlighted clip
Re: highlighted clip
With your mouse or trackpad usually, unless I’m not understanding the issue?
tarekith
https://tarekith.com
https://tarekith.com
Re: highlighted clip
my question refers to a problem with the Ableton Live LOM (class: song view, children highlighted_clip_slot).
I was wondering: do you need to have highlighted a clip in a particular mode, in order to be able to use this children.
I was wondering: do you need to have highlighted a clip in a particular mode, in order to be able to use this children.
Re: highlighted clip
Next time, post Max-related questions in the Max for Live forum.
It is still unclear what you want to achieve exactly, but if it is obtaining data from any clip, read on.
You can directly point to a specific clip slot, check if it has a clip, and get the id.
You can also directly ask for the id of a specific clip.
Both examples are in the code below.
It is still unclear what you want to achieve exactly, but if it is obtaining data from any clip, read on.
You can directly point to a specific clip slot, check if it has a clip, and get the id.
You can also directly ask for the id of a specific clip.
Both examples are in the code below.
Code: Select all
<pre><code>
----------begin_max5_patcher----------
1400.3oc6YksiihCE84juBDOmNx6F2OMeEyKiFEQ.Wob2D.ANoqdZ0+6isAR
fTYwUfZYzTkTkHud84bW7857q4yBWW7jrNL3qA+UvrY+Z9rYttrcLqs8rvsw
OkjEW6lVXt7GEq+V3hlgzxmzttiKKk4oAIYpxU0YE55.P2bJi0IOpx2rpRln
aDEDhwKAKBP7H6WPH00BsDD72sqpXmNSp0+rT1rjvvCCoRchzbL9BSzIk7ca
U4lU3Nkvic1rOM8Z672yma+XgmvcqrtNdi7Y3U+npdUpbuJQFjDmWjqRhyVU
FWIy09.bBzAbl3NANGeVfiZ6rV+yL25Cq1m+EX3jwGWP8WVIc5eCje7JvWPb
nGCY1uhP2qVG+Jq0uHJU4ZmMdveTVTtqL.dMcM.3ztTQitFxeFb6gI5KwRFL
cXpVlcUTHXjdf.6gi5537MgKtfpiRupc6PXhlPGVU50UVHtyljh.1uXf6zzj
BdA3aJCHsQpCdLtdk0571pSByE3k+hh6ZkURQVQUKk4rp6+w4HDRj+Ap9nDl
pyXfPFWbJHG8Nc8TlZubUswjPWEm7cykwAwUUF+R4Vy8SNaj5q6NfANO.Bvw
.nyD6xWJ38xg34TP+jSBtgeRmI.l4PNLJ5NI.B8Cj8ukSV5qwOW3cjvEs+eV
BfcUe.OH.7zQ.UlsUdHNYfeAKoDGS.AhwREmOb.90F0N0tY.KvtMZANSc18l
RNl+Rb36rBh2KSW0bDWEq0Up0FEUcKTaw5rvUkxpZUsVlmHO3ZzPRSDUkJeP
VkU7iaySXg6ZAJ6N4IDcr9ESc5C2vaHRH5k5.Q7pm5.h8AJzoNXcPlGIVgb7
BFLx7jQ7wZcfdytK81E70Um+8GTA8eraQ6pzkRljKQwjo7RTmDLvH+zm9wAD
a+CIk5hcUIcmytmcI3HVRk0ZUdrVUj2eR3lIcVh2WIww9HIwDHIlORxpGFsj
rFyuMrmM2q.3MjjsjU6jFmjP9HooPOYyu3lrGAMErmO5I6CZLZIYuo611d7I
PRcG2qJoSNNaUokEpbcavBAGujZhogbg1hD3kPzYZSLA8XlxmfQbSKgIqxS5
brZmn2JNC4kEWzTXw4i1w8pBiVTtByeyjkOdRD1Toqf9XU.un8cDwYpRMIqf
clxP.s40PddWT.ZIg10GTXW4w9FanNhGfAQukypMODtI2CFiEQoTNlQIP9hN
G4yL1XUBdEjg6QPFRyCO0u0fyVSlLwkk6sEF1r+tikIQtu0TsgXgqoJuoIv0
rRtW0Mehqm3JSJbZS9a6pZxj5IVSNWgaKRkU46TsYQZHj4sYbcR1S4waOIIL
a4jw6xzC4q3jDYd+xg.KMIHSvPilfRD.jgWVZJuDRYQLDmPAhHaWztI.EL.O
ZXcSq2LXCgGWJvrUK7rqg63CprrC6Z+5vMUtzjuIhYr34bNDSYDhfaLhVzMm
c5hMUwoJ6uHlk3WB5FZHzWz6idxucZPOmG5.xgbJl4PmodiVbRHXbzIKqrpn
rnpypzx3GFQePpT.QPgKZTQHFr2x0GDI0Ntfdbrtz5COP.sOTQK0ljIM1a8Y
AwyUN900Q80f8iRGLU6LYMlMs1Yty7vs6D8uLUosE0bhkEFPihPXJRPLTsin
8oqA6bl6cnmXOfGJx0ctflXL+orJMNONbv30p+Q18Kw1aoYEIeWl9JfzZCTS
rlXCU1GnbG.s6RzfMwobHGaS3fS13SdPEvR2jNtIt874JbZe5ifuvdtRkaim
JGowI7Xv5Es2eX+4wOVrZaPxslHjpteVy922zOfZ2Oh8mgT+Lj56SHUzQyIi
0hC.T7f+bNcCbC+Lj5aTH0niA0r.5Rg+FLI5+aBo1jlr6gMspy5x3l70cu+4
7eO+eAXx5Pp.
-----------end_max5_patcher-----------
</code></pre>