summaryrefslogtreecommitdiff
path: root/bundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'bundle.js')
-rw-r--r--bundle.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundle.js b/bundle.js
index b976473..0924b29 100644
--- a/bundle.js
+++ b/bundle.js
@@ -24685,6 +24685,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
var player_count = 2;
var compressor = new _tone2.default.Compressor(-30, 3).toMaster();
+var reverb = new _tone2.default.JCReverb(0.4).connect(_tone2.default.Master);
var Sampler = function () {
function Sampler(path, count) {
@@ -24810,7 +24811,7 @@ function up(e) {
function touch(f) {
return function (e) {
- return f(e.touches[0]);
+ return e.preventDefault() && f(e.touches[0]);
};
}
document.body.addEventListener("mousedown", down);