voice_get_pan - Man Page

Returns the current pan position. Allegro game programming library.

Synopsis

#include <allegro.h>

int voice_get_pan(int voice);

Description

Returns the current pan position, from 0 (left) to 255 (right).

See Also

voice_set_pan(3)

Referenced By

voice_set_pan(3).

version 4.4.3 Allegro manual