Bug when loading a bad file
The plugin was left in "changing_state" forever
This commit is contained in:
parent
a70316c24c
commit
da6865d615
1 changed files with 0 additions and 1 deletions
|
|
@ -874,7 +874,6 @@ work(LV2_Handle instance,
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
lv2_log_error(&self->logger, "[sfizz] Error with %s; no file should be loaded.\n", sfz_file_path);
|
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)
|
else if (atom->type == self->sfizz_num_voices_uri)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue