summaryrefslogtreecommitdiff
path: root/examples/dsp_template.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-05-23 13:17:20 +0200
committerGravatar waker <wakeroid@gmail.com>2011-05-23 13:17:20 +0200
commit41a099827ac46b362b69b745ee2fb9bda88187e2 (patch)
treeb84599179739131d4824fdcd2414e654f5a90243 /examples/dsp_template.c
parent64f56abbe68beb7dfdd33854714e3a7e18d093ff (diff)
added website line to dsp_template example
Diffstat (limited to 'examples/dsp_template.c')
-rw-r--r--examples/dsp_template.c1
1 files changed, 1 insertions, 0 deletions
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,