diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-02-21 13:58:12 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-02-21 13:58:12 +0100 |
| commit | 0730b872905710a83ac86d1bf2a6d087bac99c70 (patch) | |
| tree | a4a6b479a02e5172b243cf46c1e14ffbe1c9d8fc /bundle.js | |
| parent | af6def37c29d662be9b6f56e8c2c8c818b35068d (diff) | |
pd
Diffstat (limited to 'bundle.js')
| -rw-r--r-- | bundle.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |
