summaryrefslogtreecommitdiff
path: root/bundle.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-02-21 13:58:12 +0100
committerJules Laplace <julescarbon@gmail.com>2018-02-21 13:58:12 +0100
commit0730b872905710a83ac86d1bf2a6d087bac99c70 (patch)
treea4a6b479a02e5172b243cf46c1e14ffbe1c9d8fc /bundle.js
parentaf6def37c29d662be9b6f56e8c2c8c818b35068d (diff)
pd
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);