summaryrefslogtreecommitdiff
path: root/src/audiofile.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2015-07-10 09:33:55 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2015-07-10 09:33:55 +0200
commit3cc158998d18822ac253ef3eae9bf182df1b1d38 (patch)
tree11e73ed3462e1bb78ac2e150f0b408ad6aa334f8 /src/audiofile.h
parenta73382d1685fa864a3d4a46be486caf028523dae (diff)
Fix channel swapping when playing samples after the initially loaded.
Diffstat (limited to 'src/audiofile.h')
-rw-r--r--src/audiofile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/audiofile.h b/src/audiofile.h
index 5f93584..aefb8d6 100644
--- a/src/audiofile.h
+++ b/src/audiofile.h
@@ -99,10 +99,11 @@ public:
Mutex mutex;
+ int filechannel;
+
private:
void *magic;
volatile bool is_loaded;
- int filechannel;
};
#endif/*__DRUMGIZMO_AUDIOFILE_H__*/