Add files via upload

This commit is contained in:
2020-10-19 03:20:26 +02:00
committed by GitHub
parent aa15929b52
commit 4b6f99289c
6 changed files with 82 additions and 45 deletions

View File

@@ -12,8 +12,7 @@ synth2 = new Tone.FMSynth({
sustain: 0,
release: 0,
},
}).toMaster();
}).toDestination();
piano.on('change',function(keyValue) {
if (keyValue.state == true) { // If Key is down
@@ -67,7 +66,6 @@ rel2_d.on('change',function(value) {
select2.on('change',function(value) {
synth2.oscillator.type = value.value;
});
//Effect knobs
dist2.on('change',function(value) {
dist2_2 = value.toFixed(1);