~ubuntu-branches/ubuntu/karmic/extace/karmic

« back to all changes in this revision

Viewing changes to include/defaults.h

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-01-24 10:54:56 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080124105456-zoz60usxbobbkcy2
Tags: 1.9.7-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Change fftw3-dev to libfftw3-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
const float     noise_floor_max = 100.0;
22
22
const float     multiplier_min = 1.0;   /* Sensivity max allowed */
23
23
const float     multiplier_max = 100.0; /* Sensivity max allowed */
24
 
const float     bar_decay_max = 20.0;
25
 
const float     peak_hold_max = 20.0;
26
 
const float     peak_decay_max = 20.0;
27
 
const float     refresh_max = 85.0;
 
24
const float     bar_decay_max = 35.0;
 
25
const float     peak_hold_max = 35.0;
 
26
const float     peak_decay_max = 35.0;
 
27
const float     refresh_max = 86.0;
28
28
const float     tape_scroll_max = 12.0;
29
29
 
30
30
#endif