Load bips when parsing, using more precision
authorThomas Pietrzak <thomas.pietrzak@gmail.com>
Fri, 1 Apr 2011 15:43:52 +0000 (15:43 +0000)
committerThomas Pietrzak <thomas.pietrzak@gmail.com>
Fri, 1 Apr 2011 15:43:52 +0000 (15:43 +0000)
commit86ffaf44f880d0356093e283eee2d5ef09bb58c3
treec0054ff0cbec42ddfbc14b616a0bdb10d25c33a6
parent9610b010735d18b7ab60dab77bf2ebe2cf5728e0
Load bips when parsing, using more precision

git-svn-id: svn+ssh://thomaspietrzak.com/var/svn/rep@6 47cf9a05-e0a8-4ed5-9e9b-101a649bc004
15 files changed:
Haptic Metronome/Haptic Metronome.suo
include/Config.hpp
include/MIDIReader.hpp
include/Mixer.hpp
include/PaintGame.h [new file with mode: 0644]
include/Sound.hpp [new file with mode: 0644]
include/Tools.hpp
include/Track.hpp
src/Config.cpp
src/MIDIReader.cpp
src/Mixer.cpp
src/PaintGame.cpp [new file with mode: 0644]
src/Sound.cpp [new file with mode: 0644]
src/Track.cpp
src/main.cpp