Skip to content

Commit

Permalink
Added cinder/Signals warning
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfaire committed Feb 17, 2017
1 parent 6248dcf commit a3da567
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/MidiIn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ namespace cinder { namespace midi {
break;
}

midiSignal.emit( msg ) ;
// TODO: Ensure thread safety (or stick with boost)
midiSignal.emit( msg );
}

// bool Input::hasWaitingMessages(){
Expand Down

0 comments on commit a3da567

Please sign in to comment.