Difference between revisions of "SoundData:setSample"

m (1 revision: Importing from potato (again).)
m
Line 1: Line 1:
 
 
Sets the sample at the specified position.
 
Sets the sample at the specified position.
 
== Function ==
 
== Function ==
Line 15: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the sample at the specified position.}}
 
{{#set:Description=Sets the sample at the specified position.}}
 +
 +
== Other Languages ==
 +
{{i18n|SoundData:setSample}}

Revision as of 20:35, 18 November 2010

Sets the sample at the specified position.

Function

Synopsis

SoundData:setSample( i, sample )

Arguments

number i
The position of the sample (0 means first sample).
number sample
A normalized sample (range -1.0 to 1.0).

Returns

Nothing.

See Also


Other Languages