summaryrefslogtreecommitdiff
path: root/client/lib/sampler.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/lib/sampler.js')
-rw-r--r--client/lib/sampler.js1
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){