Skip to content

Commit

Permalink
Start of bass-drum.
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferStrube committed Dec 21, 2023
1 parent 814447e commit d6899ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@
{
var gain = await oscillatorAmplifiers[i].GetGainAsync();
await gain.SetValueAsync(await gain.GetValueAsync());
await gain.LinearRampToValueAtTimeAsync(1 / (float)6, time + 0.3);
await gain.LinearRampToValueAtTimeAsync(0, time + 1);
await gain.LinearRampToValueAtTimeAsync(1 / (float)6, time + 0.2);
await gain.LinearRampToValueAtTimeAsync(0, time + 0.4);
}
}

Expand Down

0 comments on commit d6899ef

Please sign in to comment.