summaryrefslogtreecommitdiff
path: root/muse2/al
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-12-09 07:41:47 +0000
committerTim E. Real <termtech@rogers.com>2010-12-09 07:41:47 +0000
commit703f47458a859c9559c13038246dd37529eba6ff (patch)
treee0676d3c7aff9362683c06fed8416d191ae13542 /muse2/al
parentd184da8dfd7cf98f0e6fcd468cb4c8a4bde55177 (diff)
Made MusE the owner of transport object. Improved PosEdit class.
Diffstat (limited to 'muse2/al')
-rw-r--r--muse2/al/al.cpp6
-rw-r--r--muse2/al/al.h6
2 files changed, 6 insertions, 6 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;
};
diff --git a/muse2/al/al.h b/muse2/al/al.h
index 2f1a02d9..6f4a07cb 100644
--- a/muse2/al/al.h
+++ b/muse2/al/al.h
@@ -24,9 +24,9 @@
namespace AL {
extern bool debugMsg;
- extern int sampleRate;
- extern int mtcType;
- extern int division;
+ //extern int sampleRate;
+ //extern int mtcType;
+ //extern int division;
}