diff options
author | waker <wakeroid@gmail.com> | 2011-05-23 13:17:20 +0200 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2011-05-23 13:17:20 +0200 |
commit | 41a099827ac46b362b69b745ee2fb9bda88187e2 (patch) | |
tree | b84599179739131d4824fdcd2414e654f5a90243 /examples | |
parent | 64f56abbe68beb7dfdd33854714e3a7e18d093ff (diff) |
added website line to dsp_template example
Diffstat (limited to 'examples')
-rw-r--r-- | examples/dsp_template.c | 1 |
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, |