Home
last modified time | relevance | path

Searched refs:to_app_advance (Results 1 – 5 of 5) sorted by relevance

/dports/audio/synthpod-lv2/synthpod-01aad91/include/
H A Dsynthpod_ui.h84 sp_to_advance_t to_app_advance; member
H A Dsynthpod_app.h102 sp_to_advance_t to_app_advance; member
/dports/audio/synthpod-lv2/synthpod-01aad91/app/
H A Dsynthpod_app_worker.c38 if(app->driver->to_app_advance) in _sp_worker_to_app_advance()
39 app->driver->to_app_advance(size, app->data); in _sp_worker_to_app_advance()
/dports/audio/synthpod-lv2/synthpod-01aad91/bin/
H A Dsynthpod_bin.c384 bin->app_driver.to_app_advance = _worker_to_app_advance; in bin_init()
/dports/audio/synthpod-lv2/synthpod-01aad91/plugins/
H A Dsynthpod_stereo.c489 handle->driver.to_app_advance = _to_app_advance; in instantiate()