]> Shamusworld >> Repos - ardour-manual/commitdiff
Tiny bit of documentation about soundcloud upload.
authorColin Fletcher <colin.m.fletcher@googlemail.com>
Sat, 5 Jul 2014 23:56:52 +0000 (00:56 +0100)
committerColin Fletcher <colin.m.fletcher@googlemail.com>
Sat, 5 Jul 2014 23:56:52 +0000 (00:56 +0100)
A few words & a screenshot about uploading to Soundcloud. Also fix a couple
of tiny typos.

_manual/18_exporting/01_export-dialog.html
_manual/18_exporting/02_edit-export-format-profile.html
source/ardour/manual/html/screenshots/soundcloud-upload.png [new file with mode: 0644]

index 78a3f41a896f96bb3355262e7b4125cd87c8cdce..e0b852caf41189258e35dda2670cc2eb7e4db3c0 100644 (file)
@@ -54,6 +54,25 @@ You can also create a 'Preset' consisting of one or more formats. Ardour provide
 </ul>
 </p>
 
+<h3>Soundcloud upload</h3>
+<p>
+When 'Upload to Soundcloud' is ticked on in any format's tab, a pane containing fields
+to enter in Soundcloud account details (email and password), and what should happen
+to the uploaded files will become visible.
+</p>
+<img src="/ardour/manual/html/screenshots/soundcloud-upload.png" />
+<p>
+<dl>
+<dt>Make files public</dt><dd>Choose whether to make uploaded files available to anyone via the Soundcloud web site.</dd>
+<dt>Open uploaded files in browser</dt><dd>Open each file on soundcloud in your browser after upload. 
+If you don't enable this, you can still see the URLs in the <a href="">Log window</a>.</dd>
+<dt>Make files downloadable</dt><dd>Choose whether to allow downloading of files uploaded to Soundcloud.</dd>
+</dl>
+</p>
+
+
+
+
 <h2>Time Span</h2>
 <img src="/ardour/manual/html/screenshots/export-dialog-timespan.png" />
 <p>
index a408f8a362c0783d44098f16cf767f826311b2bb..b158bdfd5d59975971887a6ebf75526ec43c48b6 100644 (file)
@@ -18,7 +18,7 @@ Export Format Profiles are edited via the 'Edit Export Format Profile' dialog.
 <p>
 <h3>Normalize</h3>
 <p>
-If enbled, peak levels of exported files will be normalized to the level chosen here.
+If enabled, peak levels of exported files will be normalized to the level chosen here.
 </p>
 
 <h3>Trim/Add silence at start/end</h3>
@@ -131,7 +131,7 @@ like. Currently these are:
 <dd>A literal percent sign</dd>
 </dl>
 <p>
-Any pert of the command-line enclosed in double-quotes (") will be used as-is.
+Any part of the command-line enclosed in double-quotes (") will be used as-is.
 
 {% children %}
 
diff --git a/source/ardour/manual/html/screenshots/soundcloud-upload.png b/source/ardour/manual/html/screenshots/soundcloud-upload.png
new file mode 100644 (file)
index 0000000..d44db8a
Binary files /dev/null and b/source/ardour/manual/html/screenshots/soundcloud-upload.png differ