mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
Tidy formatting.
git-svn-id: svn://localhost/ardour2/branches/3.0@7787 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
64ccab5227
commit
48d5e569af
1 changed files with 8 additions and 8 deletions
|
|
@ -1408,15 +1408,15 @@ AudioRegion::get_transients (AnalysisFeatureList& results, bool force_new)
|
|||
if (!Config->get_auto_analyse_audio()) {
|
||||
if (!analyse_dialog_shown) {
|
||||
pl->session().Dialog (_("\
|
||||
You have requested an operation that requires audio analysis.\n\n \
|
||||
You currently have \"auto-analyse-audio\" disabled, which means\n\
|
||||
You have requested an operation that requires audio analysis.\n\n\
|
||||
You currently have \"auto-analyse-audio\" disabled, which means \
|
||||
that transient data must be generated every time it is required.\n\n\
|
||||
If you are doing work that will require transient data on a\n\
|
||||
regular basis, you should probably enable \"auto-analyse-audio\"\n\
|
||||
+then quit ardour and restart.\n\n\
|
||||
+This dialog will not display again. But you may notice a slight delay\n\
|
||||
+in this and future transient-detection operations.\n\
|
||||
+"));
|
||||
If you are doing work that will require transient data on a \
|
||||
regular basis, you should probably enable \"auto-analyse-audio\" \
|
||||
then quit ardour and restart.\n\n\
|
||||
This dialog will not display again. But you may notice a slight delay \
|
||||
in this and future transient-detection operations.\n\
|
||||
"));
|
||||
analyse_dialog_shown = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue