diff options
Diffstat (limited to 'src/engine/ingen.lv2/ingen_lv2.cpp')
-rw-r--r-- | src/engine/ingen.lv2/ingen_lv2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/ingen.lv2/ingen_lv2.cpp b/src/engine/ingen.lv2/ingen_lv2.cpp index 9be7c30a..8eea78ed 100644 --- a/src/engine/ingen.lv2/ingen_lv2.cpp +++ b/src/engine/ingen.lv2/ingen_lv2.cpp @@ -136,7 +136,7 @@ static void ingen_run(LV2_Handle instance, uint32_t sample_count) { IngenPlugin* plugin = (IngenPlugin*)instance; - ((IngenLV2Driver*)plugin->engine->audio_driver())->run(sample_count); + ((IngenLV2Driver*)plugin->engine->driver())->run(sample_count); } |