summaryrefslogtreecommitdiff
path: root/muse2/muse/osc.cpp
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2011-09-08 02:05:32 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2011-09-08 02:05:32 +0000
commitd3e8a1b4c98cb3ba8b73f367ea88ad23f8dbca66 (patch)
tree921e5193e46287f0c34f4eff1590efb1df18d20f /muse2/muse/osc.cpp
parentff0c5e9154e7a3d71d2465639b5e0da1ea2c7242 (diff)
introducing namespaces
Diffstat (limited to 'muse2/muse/osc.cpp')
-rw-r--r--muse2/muse/osc.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/muse2/muse/osc.cpp b/muse2/muse/osc.cpp
index 1ab45b98..ba0941f9 100644
--- a/muse2/muse/osc.cpp
+++ b/muse2/muse/osc.cpp
@@ -365,6 +365,8 @@ void initOSC()
lo_server_thread_start(serverThread);
}
+namespace MusEApp {
+
//---------------------------------------------------------
// exitOSC
//---------------------------------------------------------
@@ -405,7 +407,7 @@ void stopOSC()
oscServerRunning = false;
}
-
+} // namespace MusEApp
/*
//---------------------------------------------------------
@@ -624,7 +626,7 @@ int OscIF::oscUpdate(lo_arg **argv)
#endif
// Send sample rate.
- lo_send(_uiOscTarget, _uiOscSampleRatePath, "i", sampleRate);
+ lo_send(_uiOscTarget, _uiOscSampleRatePath, "i", MusEGlobal::sampleRate);
// Send project directory.
//lo_send(_uiOscTarget, _uiOscConfigurePath, "ss",