use also the numeric digits

This commit is contained in:
2019-08-28 23:08:53 +02:00
parent 0f386d0d29
commit e540df566a
3 changed files with 19 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ SqrOsc sl => Envelope envl => dac.left;
SawOsc sr => Envelope envr => dac.right;
0.5 => sl.gain => sr.gain;
0.02 => envl.time; 0.10 => envr.time;
0.01 => envl.time; 0.06 => envr.time;
OscIn oscin; OscMsg msg;