Merge pull request #145 from wongcc966422/ghostPeakController

Fixes Ghost Peak Controller Bug
This commit is contained in:
Tobias Doerffel
2014-01-25 11:13:13 -08:00
4 changed files with 31 additions and 1 deletions

View File

@@ -51,6 +51,8 @@ public:
static ConstNotePlayHandleList nphsOfInstrumentTrack(
const InstrumentTrack * _ct );
static bool isPreviewing();
private:
static previewTrackContainer * s_previewTC;