From 41a099827ac46b362b69b745ee2fb9bda88187e2 Mon Sep 17 00:00:00 2001 From: waker Date: Mon, 23 May 2011 13:17:20 +0200 Subject: added website line to dsp_template example --- examples/dsp_template.c | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/dsp_template.c') diff --git a/examples/dsp_template.c b/examples/dsp_template.c index d78d7531..dd65cc3a 100644 --- a/examples/dsp_template.c +++ b/examples/dsp_template.c @@ -116,6 +116,7 @@ static DB_dsp_t plugin = { .plugin.name = "example", .plugin.descr = "example DSP Plugin", .plugin.copyright = "copyright message - author(s), license, etc", + .plugin.website = "http://example.com", .num_params = example_num_params, .get_param_name = example_get_param_name, .set_param = example_set_param, -- cgit v1.2.3