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 /client/lib/sampler.js | |
| parent | af6def37c29d662be9b6f56e8c2c8c818b35068d (diff) | |
pd
Diffstat (limited to 'client/lib/sampler.js')
| -rw-r--r-- | client/lib/sampler.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/lib/sampler.js b/client/lib/sampler.js index cbbf281..b658596 100644 --- a/client/lib/sampler.js +++ b/client/lib/sampler.js @@ -4,6 +4,7 @@ import { choice } from './util' const player_count = 2 const compressor = new Tone.Compressor(-30, 3).toMaster() +const reverb = new Tone.JCReverb(0.4).connect(Tone.Master) export default class Sampler { constructor(path, count){ |
