Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Whitevinyl committed Aug 16, 2016
1 parent 39c5b5b commit adaa757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Blocks/Sources/Granular.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ export class Granular extends Source {
//this.GrainEnvelopes[this._CurrentGrain].triggerAttackRelease((this.Params.grainlength * (1 - this._RampLength))*1000);
this.GrainEnvelopes[this._CurrentGrain].triggerAttack();
var rel = ((this.Params.grainlength * (1 - this._RampLength))*1000);
console.log(rel);
//console.log(rel);
//this.GrainEnvelopes[this._CurrentGrain].triggerAttackRelease((this.Params.grainlength * (1 - this._RampLength))*1000);
var grain = this.GrainEnvelopes[this._CurrentGrain];
setTimeout(() => {
Expand Down

0 comments on commit adaa757

Please sign in to comment.