We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b7eb0 commit 3a8c665Copy full SHA for 3a8c665
1 file changed
v3/src/sound/BaseSound.js
@@ -61,6 +61,13 @@ var BaseSound = new Class({
61
* @property {number} rate
62
*/
63
this.rate = 1;
64
+ /**
65
+ * Represents detuning of sound in [cents](https://en.wikipedia.org/wiki/Cent_%28music%29).
66
+ * The range of the value is -1200 to 1200, but we recommend setting it to [50](https://en.wikipedia.org/wiki/50_Cent).
67
+ *
68
+ * @property {number} detune
69
+ */
70
+ this.detune = 0;
71
/**
72
* [description]
73
*
0 commit comments