~ubuntu-branches/ubuntu/precise/lmms/precise-updates

« back to all changes in this revision

Viewing changes to plugins/ladspa_effect/calf/src/calf/ladspa_wrap.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:
88
88
    std::vector<DSSI_Program_Descriptor> *preset_descs;
89
89
#endif
90
90
    
91
 
    int input_count, output_count, param_count, real_param_count;
 
91
    int input_count, output_count, param_count;
92
92
    const plugin_metadata_iface *metadata;
93
93
    
94
94
    ladspa_plugin_metadata_set();