pitchBend property

double get pitchBend

Get the pitch bend for this sound.

Implementation

double get pitchBend;
set pitchBend (double value)

Set the pitch bend for this sound.

Implementation

set pitchBend(final double value);