Difference between revisions of "User:Zorg/Manual:Audio/3"
(Initial page; further work to follow.) |
m (Added navigation block, replaced educational content with outline list.) |
||
Line 1: | Line 1: | ||
− | + | Example 3 - manipulating volume and pitch | |
+ | Source:setVolume | ||
+ | Source:setPitch | ||
+ | Source:getPitch | ||
+ | love.audio.setVolume | ||
+ | love.audio.getVolume these two are for the master volume though, but they can fit in here | ||
+ | Source:getVolume | ||
+ | |||
+ | == Navigation == | ||
+ | |||
+ | {| class="wikitable floatleft" | ||
+ | | [[parent::User:Zorg/Manual:Audio/2|Previous Chapter]] | ||
+ | |} | ||
+ | {| class="wikitable floatright" | ||
+ | | [[parent::User:Zorg/Manual:Audio/4|Next Chapter]] | ||
+ | |} | ||
+ | {| class="wikitable" style="margin-left: auto; margin-right: auto; border: none;" | ||
+ | | [[parent::User:Zorg/Manual|Home]] | ||
+ | |} |
Latest revision as of 16:34, 12 November 2016
Example 3 - manipulating volume and pitch Source:setVolume Source:setPitch Source:getPitch love.audio.setVolume love.audio.getVolume these two are for the master volume though, but they can fit in here Source:getVolume
Previous Chapter |
Next Chapter |
Home |