mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 02:26:39 +01:00
Relax initial export-noise to 1/3 of interval
This commit is contained in:
parent
f8162339cf
commit
25169d239d
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ DemoNoiseAdder::init (samplecnt_t max_samples, samplecnt_t interval, samplecnt_t
|
||||||
|
|
||||||
_interval = interval;
|
_interval = interval;
|
||||||
_level = dB_to_coefficient (level);
|
_level = dB_to_coefficient (level);
|
||||||
_pos = interval / 5 + duration;
|
_pos = interval / 3 + duration;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue