From 703f47458a859c9559c13038246dd37529eba6ff Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Thu, 9 Dec 2010 07:41:47 +0000 Subject: Made MusE the owner of transport object. Improved PosEdit class. --- muse2/al/al.cpp | 6 +++--- muse2/al/al.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'muse2/al') 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; } -- cgit v1.2.3