BEAST/BSE - Better Audio System and Sound Engine  0.8.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes
Bse::BalanceBase Class Reference

Inherits Bse::Effect.

Inherited by Bse::Balance.

List of all members.

Classes

struct  BalanceProperties
struct  StaticData

Public Types

enum  {
  ICHANNEL_AUDIO_IN1, ICHANNEL_AUDIO_IN2, ICHANNEL_CTRL_IN1, ICHANNEL_CTRL_IN2,
  N_ICHANNELS
}
enum  { OCHANNEL_LEFT_OUT, OCHANNEL_MIX_OUT, OCHANNEL_RIGHT_OUT, N_OCHANNELS }

Public Member Functions

void get_property (BalancePropertyID prop_id,::Bse::Value &value, GParamSpec *pspec)
void set_property (BalancePropertyID prop_id, const ::Bse::Value &value, GParamSpec *pspec)
virtual bool editable_property (BalancePropertyID prop_id, GParamSpec *pspec)
virtual void get_candidates (BalancePropertyID prop_id,::Bse::PropertyCandidatesHandle &pch, GParamSpec *pspec)
void property_updated (BalancePropertyID prop_id, guint64 tick_stamp, double prop_value, GParamSpec *pspec)

Static Public Member Functions

static const unsigned charpixstream ()
static void class_init (::Bse::CxxBaseClass *klass)
static const charoptions ()
static const charcategory ()
static const chari18n_category ()
static const charblurb ()
static const charauthors ()
static const charlicense ()
static const chartype_name ()

Protected Types

enum  BalancePropertyID {
  PROP_ALEVEL1, PROP_ALEVEL2, PROP_ABALANCE, PROP_CLEVEL1,
  PROP_CLEVEL2, PROP_CBALANCE, PROP_OSTRENGTH, PROP_LOWPASS,
  PROP_OBALANCE
}
typedef void AutoUpdateCategory

Protected Member Functions

virtual bool property_changed (BalancePropertyID)

Protected Attributes

Sfi::Real alevel1
Sfi::Real alevel2
Sfi::Real abalance
Sfi::Real clevel1
Sfi::Real clevel2
Sfi::Real cbalance
Sfi::Real ostrength
Sfi::Real lowpass
Sfi::Real obalance

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines