mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-22 13:17:17 +01:00
mark AU plugin as uninitialized after uninitializing it
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4977 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
51ff80ade7
commit
174d8698fe
1 changed files with 1 additions and 0 deletions
|
|
@ -602,6 +602,7 @@ AUPlugin::_set_block_size (nframes_t nframes)
|
|||
|
||||
if (initialized) {
|
||||
unit->Uninitialize ();
|
||||
initialized = false;
|
||||
}
|
||||
|
||||
if ((err = unit->SetProperty (kAudioUnitProperty_MaximumFramesPerSlice, kAudioUnitScope_Global,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue