mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-27 21:48:27 +00:00
tame oscillator gain
This commit is contained in:
parent
5791f12a28
commit
e98829c96b
@ -167,7 +167,7 @@ Pattern.prototype.out = function () {
|
|||||||
chain.push(o);
|
chain.push(o);
|
||||||
// level down oscillators as they are really loud compared to samples i've tested
|
// level down oscillators as they are really loud compared to samples i've tested
|
||||||
const g = ac.createGain();
|
const g = ac.createGain();
|
||||||
g.gain.value = 0.5;
|
g.gain.value = 0.3;
|
||||||
chain.push(g);
|
chain.push(g);
|
||||||
// TODO: make adsr work with samples without pops
|
// TODO: make adsr work with samples without pops
|
||||||
// envelope
|
// envelope
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user