added dummyTrackContainer with dummyInstrumentTrack in order to have a default-model for cached inactive instrument-track-windows - fixes regular crashes
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@863 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -126,6 +126,11 @@ public:
|
||||
return( s_ladspaManager );
|
||||
}
|
||||
|
||||
static dummyTrackContainer * getDummyTrackContainer( void )
|
||||
{
|
||||
return( s_dummyTC );
|
||||
}
|
||||
|
||||
static float framesPerTact64th( void )
|
||||
{
|
||||
return( s_framesPerTact64th );
|
||||
|
||||
@@ -223,6 +223,9 @@ public:
|
||||
|
||||
void freeInstrumentTrackWindow( void );
|
||||
|
||||
static void cleanupWindowPool( void );
|
||||
|
||||
|
||||
private slots:
|
||||
void toggledInstrumentTrackButton( bool _on );
|
||||
void activityIndicatorPressed( void );
|
||||
|
||||
@@ -46,7 +46,7 @@ public:
|
||||
virtual bool isFromTrack( const track * _track ) const;
|
||||
|
||||
static void init( void );
|
||||
static void cleanUp( void );
|
||||
static void cleanup( void );
|
||||
static constNotePlayHandleVector nphsOfInstrumentTrack(
|
||||
const instrumentTrack * _ct );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user