Request: Api Access To Track Width

I would be very thankful if we could have API access to the ‘Track Width’ parameter for objects of type renoise.Track.

something like:

renoise.song().Tracks[].width, _observable

Thanks,
Martin

Yup, this is the one I was looking for. However, all TrackDevice DeviceParameter objects are read-only (can we change this in future?)

There is shorthand for the others (prefx_volume, prefx_panning, name, output_routing, output_delay etc.) just wondered why this one was left out?

edit: Misread the API documentation

[read-only array of renoise.DeviceParameter objects] is not the same as [read-only, array of renoise.DeviceParameter objects]