Panning of audio busses

Hello!
Please help!
I successfully set pan for tracks using next:
“for track in Session:get_tracks ():iter () do
if (track:name():find(“trackname”) ) then track:pan_azimuth_control():set_value (0.16, PBD.GroupControlDisposition.NoGroup) end
end”
But it dont work with audiobusses.
What I shoud do for that?

Do you have a panner on your audio bus? I thought a new bus does not have a panner by default.

Try Session:get_routes instead of Session:get_tracks.

Sorry, they do get a panner by default, so lack of a panner is not likely at all to be the problem.

I affirm. Panners are present on new a.busses.

This works. Thank You!!!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.