|
@@ -1,5 +1,4 @@
|
|
|
#include "BeatSequencePlayer.h"
|
|
|
-#include <iostream>
|
|
|
|
|
|
namespace midi {
|
|
|
|
|
@@ -88,12 +87,10 @@ bool BeatSequencePlayer::isPlaying()
|
|
|
|
|
|
void BeatSequencePlayer::beforeBeat(BeatIndex beat)
|
|
|
{
|
|
|
- std::cout << "beat #" << beat << std::flush;
|
|
|
}
|
|
|
|
|
|
void BeatSequencePlayer::afterBeat(BeatIndex beat)
|
|
|
{
|
|
|
- std::cout << "\t" << beat << "!" << std::endl;
|
|
|
}
|
|
|
|
|
|
void BeatSequencePlayer::beat(void* data)
|