continued revisions on creative stage and analysis

This commit is contained in:
2017-05-26 11:45:10 -05:00
parent 59647b97f1
commit 17049220c2
3 changed files with 11 additions and 6 deletions

View File

@@ -281,6 +281,7 @@ public class AudioAnalyzer {
}
public float getBassMaxValue() {
Gdx.app.debug("Analyzer", "Max Base Value: " + bassMaxValue);
return bassMaxValue;
}