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

Not working with REVB boards #20

Closed simonwittber closed 1 year ago

simonwittber commented 1 year ago

BAHardware.cpp line 133 needs to move up one line. :-)

Blackaddr commented 1 year ago

@simonwittber Are you sure it's BAHardware.cpp line 133 or perhaps do you have an older version of the library? I don't think this is the line you are referring to: https://github.com/Blackaddr/BALibrary/blob/6cf68034628909af393c5bd326d53ddbbf1e8a0b/src/common/BAHardware.cpp#L133

smnwttbr commented 1 year ago

Apologies, line 113. 🤦

Blackaddr commented 1 year ago

@smnwttbr Good eye! Fixed in this commit: https://github.com/Blackaddr/BALibrary/commit/5830973dc3a8cd0136b80a69b2c5dc024a9e6693

Thanks for your feedback!