looking for track index

i’ve a “track” object (one of renoise.song().tracks[]). Is it possible to know index of this object in tracks[] table??? Thank you

There’s no built in “track_index” function in the API, but see https://forum.renoise.com/t/lua-renoise-song-tracks-members-track-index/34505 on how to query it by your own.

Thanx. It’s working.