diff --git a/doc/api/sfxr.html b/doc/api/sfxr.html
index cd03fc2..f76ddb5 100644
--- a/doc/api/sfxr.html
+++ b/doc/api/sfxr.html
@@ -33,15 +33,15 @@
Constants
Class Sound
Parameters
-ParametersEnvelope
-ParametersFrequency
-ParametersVibrato
-ParametersChange
-ParametersDuty
-ParametersPhaser
-ParametersLowpass
-ParametersHighpass
-ParametersVolume
+Volume
+Envelope
+Frequency
+Change
+Duty
+Phaser
+Lowpass
+Highpass
+Vibrato
Randomization
SavingAndLoading
@@ -101,6 +101,12 @@ together with the awesome LÖVE game f
sfxr.Sound:__init () |
Initialize the Sound instance. |
+
+
+ self.vibrato |
+ A vibrato-like amplitude
+ modulation effect
+ SerializationVibrato |
sfxr.Sound:resetParameters () |
@@ -133,10 +139,6 @@ together with the awesome LÖVE game f
-
- self.volume |
- The sound volume and gain all samples are multiplied with |
-
self.supersampling |
Number of supersampling passes to perform (default 8) |
@@ -152,7 +154,22 @@ together with the awesome LÖVE game f
The base waveform (default SQUARE) |
-
+
+
+
self.envelope |
@@ -186,7 +203,7 @@ Decay_Sustain_Release_.28ADSR.29_envelope">ASD envelope that controls the so
(default 0.0, min 0.0, max 1.0)
-
+
self.frequency |
@@ -218,33 +235,7 @@ Decay_Sustain_Release_.28ADSR.29_envelope">ASD envelope that controls the so
(default 0.0, min -1.0, max 1.0)
-
-
-
- self.vibrato |
- A vibrato-like amplitude
- modulation effect |
-
-
- self.vibrato.depth |
- Vibrato depth:
- Amount of amplitude modulation
- (default 0.0, min 0.0, max 1.0) |
-
-
- self.vibrato.speed |
- Vibrato speed:
- Oscillation speed of the vibrato
- (default 0.0, min 0.0, max 1.0) |
-
-
- self.vibrato.delay |
- Vibrato delay:
- Unused and unimplemented
- (default 0.0, min 0.0, max 1.0) |
-
-
-
+
self.change |
@@ -264,7 +255,7 @@ Decay_Sustain_Release_.28ADSR.29_envelope">ASD envelope that controls the so
(default 0.0, min 0.0, max 1.0)
-
+
self.duty |
@@ -284,7 +275,7 @@ Decay_Sustain_Release_.28ADSR.29_envelope">ASD envelope that controls the so
(default 0.0, min -1.0, max 1.0)
-
+
self.phaser |
@@ -304,7 +295,7 @@ Decay_Sustain_Release_.28ADSR.29_envelope">ASD envelope that controls the so
(default 0.0, min -1.0, max 1.0)
-
+
self.lowpass |
@@ -332,7 +323,7 @@ Decay_Sustain_Release_.28ADSR.29_envelope">ASD envelope that controls the so
(default 0.0, min 0.0, max 1.0)
-
+
self.highpass |
@@ -353,15 +344,25 @@ Decay_Sustain_Release_.28ADSR.29_envelope">ASD envelope that controls the so
(default 0.0, min -1.0, max 1.0)
-
+
@@ -605,6 +606,22 @@ Decay_Sustain_Release_.28ADSR.29_envelope">ASD envelope that controls the so
+
+
+
+ self.vibrato
+
+
+ A vibrato-like amplitude
+ modulation effect
+ SerializationVibrato
+
+
+
+
+
+
+
@@ -837,20 +854,6 @@ Decay_Sustain_Release_.28ADSR.29_envelope">ASD envelope that controls the so
- -
-
- self.volume
-
- -
- The sound volume and gain all samples are multiplied with
-
-
-
-
-
-
-
-
-
self.supersampling
@@ -896,7 +899,53 @@ Decay_Sustain_Release_.28ADSR.29_envelope">ASD envelope that controls the so
-
+
+
+
+ -
+
+ self.volume
+
+ -
+ The sound volume and gain all samples are multiplied with
+
+
+
+
+
+
+
+
+ -
+
+ self.volume.master
+
+ -
+ Master volume (default 0.5)
+
+
+
+
+
+
+
+
+ -
+
+ self.volume.sound
+
+ -
+ Additional gain (default 0.5)
+
+
+
+
+
+
+
+
+
+
-
@@ -981,7 +1030,7 @@ Decay_Sustain_Release_.28ADSR.29_envelope">ASD envelope that controls the so
-
+
-
@@ -1064,74 +1113,7 @@ Decay_Sustain_Release_.28ADSR.29_envelope">ASD envelope that controls the so
-
-
-
- -
-
- self.vibrato
-
- -
- A vibrato-like amplitude
- modulation effect
-
-
-
-
-
-
-
-
- -
-
- self.vibrato.depth
-
- -
- Vibrato depth:
- Amount of amplitude modulation
- (default 0.0, min 0.0, max 1.0)
-
-
-
-
-
-
-
-
- -
-
- self.vibrato.speed
-
- -
- Vibrato speed:
- Oscillation speed of the vibrato
- (default 0.0, min 0.0, max 1.0)
-
-
-
-
-
-
-
-
- -
-
- self.vibrato.delay
-
- -
- Vibrato delay:
- Unused and unimplemented
- (default 0.0, min 0.0, max 1.0)
-
-
-
-
-
-
-
-
-
-
+
-
@@ -1182,7 +1164,7 @@ Decay_Sustain_Release_.28ADSR.29_envelope">ASD envelope that controls the so
-
+
-
@@ -1233,7 +1215,7 @@ Decay_Sustain_Release_.28ADSR.29_envelope">ASD envelope that controls the so
-
+
-
@@ -1284,7 +1266,7 @@ Decay_Sustain_Release_.28ADSR.29_envelope">ASD envelope that controls the so
-
+
-
@@ -1353,7 +1335,7 @@ Decay_Sustain_Release_.28ADSR.29_envelope">ASD envelope that controls the so
-
+
-
@@ -1405,15 +1387,17 @@ Decay_Sustain_Release_.28ADSR.29_envelope">ASD envelope that controls the so
-
+
-
-
- self.volume.master
+
+ self.vibrato.depth
-
- Master volume (default 0.5)
+ Vibrato depth:
+ Amount of amplitude modulation
+ (default 0.0, min 0.0, max 1.0)
@@ -1423,11 +1407,29 @@ Decay_Sustain_Release_.28ADSR.29_envelope">ASD envelope that controls the so
-
-
- self.volume.sound
+
+ self.vibrato.speed
-
- Additional gain (default 0.5)
+ Vibrato speed:
+ Oscillation speed of the vibrato
+ (default 0.0, min 0.0, max 1.0)
+
+
+
+
+
+
+
+
+ -
+
+ self.vibrato.delay
+
+ -
+ Vibrato delay:
+ Unused and unimplemented
+ (default 0.0, min 0.0, max 1.0)
@@ -1790,7 +1792,7 @@ Decay_Sustain_Release_.28ADSR.29_envelope">ASD envelope that controls the so
generated by LDoc 1.4.3
-
Last updated 2016-03-05 21:40:35
+
Last updated 2016-06-12 01:12:38