Updated Audio module.

--HG--
branch : dev
This commit is contained in:
Martín Lucas Golini
2018-03-17 18:50:24 -03:00
parent d3a93a3cc0
commit feeafde073
166 changed files with 70765 additions and 8798 deletions

View File

@@ -26,8 +26,6 @@ public:
void handleFileAction( efsw::WatchID watchid, const std::string& dir, const std::string& filename, efsw::Action action, std::string oldFilename = "" ) {
if ( action == efsw::Actions::Modified ) {
std::cout << "DIR (" << dir << ") FILE (" << filename << ") has event Modified" << std::endl;
if ( dir + filename == currentLayout ) {
updateLayout = true;
waitClock.restart();