X-Git-Url: http://git.tdb.fi/?p=libs%2Fdemoscene.git;a=blobdiff_plain;f=source%2Fsequencer.cpp;fp=source%2Fsequencer.cpp;h=5aa0823897749227b0a51b08bb44454da752fccb;hp=0297c4397ff254bf30d26d95a44f4ec7909a1122;hb=462cb9fc40ae7fec26615c652e95991be89ea8ae;hpb=2be535f3b531fbda744b740da2150b25f0387173 diff --git a/source/sequencer.cpp b/source/sequencer.cpp index 0297c43..5aa0823 100644 --- a/source/sequencer.cpp +++ b/source/sequencer.cpp @@ -7,7 +7,9 @@ #include "stage.h" using namespace std; -using namespace Msp; + +namespace Msp { +namespace DemoScene { Sequencer::Sequencer(float bpm): started(false), @@ -194,3 +196,6 @@ void Sequencer::SegmentLoader::apply(const string &n) { obj.add_action(*get_item(obj.named_actions, n), start_beat, end_beat); } + +} // namespace DemoScene +} // namespace Msp