X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=web%2Fmanual.md;h=ab6784203445f352cc57cf29567b521fdbf10edc;hb=11ef37378848bcb590102ee448115629f2c9d8fe;hp=db28a699bdd05516d17de4bf837cc110f737df7e;hpb=8181748ed84ac1e7d48ede7c00c9559263683791;p=paraslash.git diff --git a/web/manual.md b/web/manual.md index db28a699..ab678420 100644 --- a/web/manual.md +++ b/web/manual.md @@ -1023,6 +1023,7 @@ Keyword | Type | Semantic value `bitrate` | integer | The average bitrate `frequency` | integer | The output sample rate `channels` | integer | The number of channels +`duration` | integer | The number of milliseconds `is_set("foo")` | boolean | True if attribute "foo" is set. [\*] For most audio formats, the year tag is stored as a string. It @@ -2074,11 +2075,11 @@ here are the most important points. - Don't leave whitespace at the end of lines. - The limit on the length of lines is 80 columns. - Use K&R style for placing braces and spaces: - +
 		if (x is true) {
 			we do y
 		}
-
+
- Use a space after (most) keywords. - Do not add spaces around (inside) parenthesized expressions. - Use one space around (on each side of) most binary and ternary operators.