Returns current backbeat accent strength (0-1+) */
| 87 | |
| 88 | /** Returns current backbeat accent strength (0-1+) */ |
| 89 | float getStrength() const { return mCurrentStrength; } |
| 90 | |
| 91 | /** Returns ratio of backbeat to downbeat energy (0-2+) */ |
| 92 | float getBackbeatRatio() const { return mBackbeatRatio; } |
no outgoing calls
no test coverage detected