Skip to content

Commit

Permalink
Fix Ratios() method on IdentityADSR
Browse files Browse the repository at this point in the history
  • Loading branch information
fr3fou committed Mar 17, 2021
1 parent 6bf7bbf commit e8c8ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gusic/identity_adsr.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ func (a *IdentityADSR) Release(samples []float64) {}

// Ratios returns the ratios
func (a *IdentityADSR) Ratios() ADSRRatios {
return a.ratios
return ADSRRatios{}
}

0 comments on commit e8c8ac7

Please sign in to comment.