From 0c606c2141965a84ab9dc2f3ae1207dfd1a187ce Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Sat, 25 Apr 2015 00:28:42 +0200 Subject: [PATCH] Still need sounds.winding for raw access. --- src/pwl6.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pwl6.js b/src/pwl6.js index 66b4139..3d86359 100644 --- a/src/pwl6.js +++ b/src/pwl6.js @@ -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))) ); } -- 2.20.1