~ubuntu-branches/ubuntu/oneiric/lmms/oneiric

« back to all changes in this revision

Viewing changes to plugins/ladspa_effect/calf/src/calf/modules_mod.h

  • Committer: Bazaar Package Importer
  • Author(s): Артём Попов
  • Date: 2011-02-14 20:58:36 UTC
  • mfrom: (1.1.10 upstream) (3.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20110214205836-2u41xus1d2mj8nfz
Tags: 0.4.10-1ubuntu1
* Merge from debian unstable (LP: #718801).  Remaining changes:
  - Replace build-dep on libwine-dev with wine1.2-dev to build
    against the newer Wine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
    /// Current phases and phase deltas for bass and treble rotors
92
92
    uint32_t phase_l, dphase_l, phase_h, dphase_h;
93
93
    dsp::simple_delay<1024, float> delay;
94
 
    dsp::biquad_d2<float> crossover1l, crossover1r, crossover2l, crossover2r;
 
94
    dsp::biquad_d2<float> crossover1l, crossover1r, crossover2l, crossover2r, damper1l, damper1r;
95
95
    dsp::simple_delay<8, float> phaseshift;
96
96
    uint32_t srate;
97
97
    int vibrato_mode;
128
128
    /// Increase or decrease aspeed towards raspeed, with required negative and positive rate
129
129
    bool incr_towards(float &aspeed, float raspeed, float delta_decc, float delta_acc);
130
130
    uint32_t process(uint32_t offset, uint32_t nsamples, uint32_t inputs_mask, uint32_t outputs_mask);
131
 
    virtual void control_change(int ctl, int val);
 
131
    virtual void control_change(int channel, int ctl, int val);
132
132
};
133
133
 
134
134
/// A multitap stereo chorus thing