diff options
author | Tim E. Real <termtech@rogers.com> | 2010-12-09 07:41:47 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2010-12-09 07:41:47 +0000 |
commit | 703f47458a859c9559c13038246dd37529eba6ff (patch) | |
tree | e0676d3c7aff9362683c06fed8416d191ae13542 /muse2/al/al.cpp | |
parent | d184da8dfd7cf98f0e6fcd468cb4c8a4bde55177 (diff) |
Made MusE the owner of transport object. Improved PosEdit class.
Diffstat (limited to 'muse2/al/al.cpp')
-rw-r--r-- | muse2/al/al.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/muse2/al/al.cpp b/muse2/al/al.cpp index dddb6805..38cc301a 100644 --- a/muse2/al/al.cpp +++ b/muse2/al/al.cpp @@ -21,9 +21,9 @@ #include "al.h" namespace AL { - int sampleRate = 44100; - int mtcType = 0; - int division = 384; + //int sampleRate = 44100; + //int mtcType = 0; + //int division = 384; bool debugMsg = false; }; |