Bug when loading a bad file

The plugin was left in "changing_state" forever
This commit is contained in:
Paul Ferrand 2019-12-15 02:29:59 +01:00
parent a70316c24c
commit da6865d615

View file

@ -874,7 +874,6 @@ work(LV2_Handle instance,
else
{
lv2_log_error(&self->logger, "[sfizz] Error with %s; no file should be loaded.\n", sfz_file_path);
return LV2_WORKER_ERR_UNKNOWN;
}
}
else if (atom->type == self->sfizz_num_voices_uri)