began working on hit detection system

This commit is contained in:
2017-05-29 14:46:48 -05:00
parent d6b6829023
commit 279658daa0
7 changed files with 81 additions and 59 deletions

View File

@@ -128,7 +128,7 @@ public class AudioAnalyzer {
shrinkData();
containsData = true;
Gdx.app.debug("Audio Analyzer", "USING SEED: " + PUID);
sender.send(MiniEvents.SPECTRAL_FLUX_DONE);
}
}
@@ -138,7 +138,6 @@ public class AudioAnalyzer {
@Override
public void run() {
Gdx.app.debug("Audio Analyzer", "USING SEED: " + PUID);
//threshold calculation
for (int i = 0; i < UMSpectralFlux.size && work; i++) {