From 7419f5aa1fe0921333c45f5d43a2308a10a26fd5 Mon Sep 17 00:00:00 2001 From: waker Date: Wed, 11 Apr 2012 21:27:41 +0200 Subject: added experimental visualization (scope) --- plugins.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins.c') diff --git a/plugins.c b/plugins.c index d19139ff..e15f640c 100644 --- a/plugins.c +++ b/plugins.c @@ -331,6 +331,7 @@ static DB_functions_t deadbeef_api = { .pl_find_meta_raw = (const char *(*) (DB_playItem_t *it, const char *key))pl_find_meta_raw, // ******* new 1.3 APIs ******** .streamer_dsp_chain_save = streamer_dsp_chain_save, + .audio_get_waveform_data = audio_get_waveform_data, }; DB_functions_t *deadbeef = &deadbeef_api; -- cgit v1.2.3