mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +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;
|
||||
_level = dB_to_coefficient (level);
|
||||
_pos = interval / 5 + duration;
|
||||
_pos = interval / 3 + duration;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue