Difference between revisions of "Source:getPitch"

m (1 revision: Importing from potato (again).)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
 
Gets the current pitch of the Source.
 
Gets the current pitch of the Source.
 
== Function ==
 
== Function ==
Line 9: Line 8:
 
None.
 
None.
 
=== Returns ===
 
=== Returns ===
{{param|number|pitch|The pitch, where normal=1.0.}}
+
{{param|number|pitch|The pitch, where 1.0 is normal.}}
 
== See Also ==
 
== See Also ==
 
* [[parent::Source]]
 
* [[parent::Source]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the current pitch of the Source.}}
 
{{#set:Description=Gets the current pitch of the Source.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|Source:getPitch}}

Latest revision as of 09:11, 25 March 2011

Gets the current pitch of the Source.

Function

Synopsis

pitch = Source:getPitch( )

Arguments

None.

Returns

number pitch
The pitch, where 1.0 is normal.

See Also


Other Languages