audGetChannelPan

Category: Audio

Syntax:

audGetChannelPan:Double(channel:Int)


Parameters

Returns

Double



Summary

Gets the current stereo panning of a playing channel.

Takes channel (channel handle).

Returns the current pan position for the specified channel.

View detailed documentation online



Example
Local pan:Double = audGetChannelPan(channel)

BambooBasic © 2026 Michael Denathorn