Blackaddr / BALibrary

Provides additional effects and utility classes for use with the Teensy Guitar Audio Pro
GNU Lesser General Public License v2.1
58 stars 8 forks source link

Correct gateCloseTime method call #7

Closed chipaudette closed 5 years ago

chipaudette commented 5 years ago

The code meant to set gateCloseTime but was actually setting gateOpenTime again. This change fixes that problem.