|
BEAST/BSE - Better Audio System and Sound Engine
0.8.2
|
Inherits Bse::Effect.
Inherited by Bse::Dav::BassFilter.
Classes | |
| struct | BassFilterProperties |
| struct | StaticData |
Public Types | |
| enum | { ICHANNEL_AUDIO_IN, ICHANNEL_TRIGGER_IN, N_ICHANNELS } |
| enum | { OCHANNEL_AUDIO_OUT, N_OCHANNELS } |
Public Member Functions | |
| void | get_property (BassFilterPropertyID prop_id,::Bse::Value &value, GParamSpec *pspec) |
| void | set_property (BassFilterPropertyID prop_id, const ::Bse::Value &value, GParamSpec *pspec) |
| virtual bool | editable_property (BassFilterPropertyID prop_id, GParamSpec *pspec) |
| virtual void | get_candidates (BassFilterPropertyID prop_id,::Bse::PropertyCandidatesHandle &pch, GParamSpec *pspec) |
| void | property_updated (BassFilterPropertyID prop_id, guint64 tick_stamp, double prop_value, GParamSpec *pspec) |
Static Public Member Functions | |
| static const unsigned char * | pixstream () |
| static void | class_init (::Bse::CxxBaseClass *klass) |
| static const char * | options () |
| static const char * | category () |
| static const char * | i18n_category () |
| static const char * | blurb () |
| static const char * | authors () |
| static const char * | license () |
| static const char * | type_name () |
Protected Types | |
| enum | BassFilterPropertyID { PROP_CUTOFF_PERC, PROP_RESO_PERC, PROP_ENV_MOD, PROP_ENV_DECAY, PROP_TRIGGER } |
|
typedef ::Bse::SynthesisModule::NeedAutoUpdateTag | AutoUpdateCategory |
Protected Member Functions | |
| virtual bool | property_changed (BassFilterPropertyID) |
Protected Attributes | |
| Sfi::Real | cutoff_perc |
| guint64 | last__cutoff_perc |
| Sfi::Real | reso_perc |
| guint64 | last__reso_perc |
| Sfi::Real | env_mod |
| guint64 | last__env_mod |
| Sfi::Real | env_decay |
| guint64 | last__env_decay |
| bool | trigger |
1.7.6.1