Fix organ crash in calfjackhost.
(cherry picked from commit b2853103199b3f5f3a5d22271c5d89122514dd53)
This commit is contained in:
committed by
Tobias Doerffel
parent
8ff5a37584
commit
2ff3c32d7b
@@ -950,6 +950,8 @@ char *organ_audio_module::configure(const char *key, const char *value)
|
||||
{
|
||||
if (!strcmp(key, "map_curve"))
|
||||
{
|
||||
if (!value)
|
||||
value = "2\n0 1\n1 1\n";
|
||||
var_map_curve = value;
|
||||
stringstream ss(value);
|
||||
int i = 0;
|
||||
|
||||
Reference in New Issue
Block a user