~ubuntu-branches/ubuntu/trusty/mhwaveedit/trusty-proposed

« back to all changes in this revision

Viewing changes to src/ladspacore.h

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-09-04 16:02:24 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20130904160224-0fblys7wwhptdxg1
Tags: 1.4.23-1
* New upstream release:
  - After recording, place marks where overruns happened.
  - Playback jumping improvements for PulseAudio and JACK.
  - Make cursor movement more smooth under PulseAudio.
  - Add PulseAudio preferences for configuring latency.
  - Add option to display buffer position during playback.
  - Various bug fixes.
* Update debian/copyright according to copyright 1.0 spec.
  Update copyright holders info.
* Use canonical form for VCS fields.
* Remove obsolete DM-Upload-Allowed field.
* Bump Standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#ifndef LADSPACORE_H_INCLUDED
23
23
#define LADSPACORE_H_INCLUDED
24
24
 
 
25
#if defined(HAVE_SYS_LADSPA_H)
25
26
#include <ladspa.h>
 
27
#else
 
28
#include "../ext/ladspa.h"
 
29
#endif
26
30
#include "chunk.h"
27
31
 
28
32
typedef struct {