ClanSoft logo
ClanSoft logo

    CL_SoundBuffer_Session::add_filter

Syntax

void add_filter(
        class CL_SoundFilter *filter,
        bool delete_filter = false);

Parameters

filter-Sound filter to pass sound through.
delete_filter-If true, the filter will be deleted when the session is destroyed.

Description

Adds the sound filter to the session. See CL_SoundFilter for details.


Back to index



This page was built using the Perceps documentation system.