Still need sounds.winding for raw access.
[pwl6.git] / src / pwl6.js
index 66b4139..3d86359 100644 (file)
@@ -67,6 +67,7 @@ function load () {
     sounds = {
         tick: new yuu.Instrument("@tick"),
         tock: new yuu.Instrument("@tock"),
+        winding: new yuu.Instrument("@winding"),
         switch: new yuu.Instrument("@switch"),
         switchBroke: new yuu.Instrument({
             sample: { "@switch": { duration: 0.27, offset: 0.1 } } }),
@@ -95,7 +96,7 @@ function load () {
     return yuu.ready(
         [SIGILS, BOOK]
         .concat(yf.map(yf.new_(yuu.Instrument), [
-            '@winding', '@regear', '@clicking', '@slam', '@book-appear']))
+            '@regear', '@clicking', '@slam', '@book-appear']))
         .concat(yf.map(yf.getter.bind(sounds), Object.keys(sounds)))
     );
 }