Difference between revisions of "Source:getPitch"

m
 
(One intermediate revision by one other user not shown)
Line 8: 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 ==
 
== Other Languages ==
 
{{i18n|Source:getPitch}}
 
{{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