diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-07-10 09:33:55 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-01-20 13:30:26 +0100 |
commit | 0e8d586619e09db50a64cfcacda6267e6cb21214 (patch) | |
tree | 17f9e7a2f0986a0ae2eb12a0ae4779f47106b8e1 /src/audiofile.h | |
parent | 939515986c20c32dbebc8a95ebd10b5f192877b9 (diff) |
Fix channel swapping when playing samples after the initially loaded.
Diffstat (limited to 'src/audiofile.h')
-rw-r--r-- | src/audiofile.h | 3 |
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__*/ |