naspro
view permafrost/examples/Inverse_comb_filter_max_10_secs-extra.ttl @ 178:7169a8909d53
Added Permafrost + small changes
| author | Stefano D'Angelo <zanga.mail@gmail.com> |
|---|---|
| date | Sun May 02 14:19:58 2010 +0300 (2010-05-02) |
| parents | |
| children |
line source
1 @prefix lv2: <http://lv2plug.in/ns/lv2core#> .
2 @prefix doap: <http://usefulinc.com/ns/doap#> .
4 <http://www.example.com/Inverse_comb_filter_max_10_secs>
5 doap:name "Inverse comb filter (max 10 secs)" ;
6 doap:license <http://usefulinc.com/doap/licenses/bsd> .
8 <http://www.example.com/Inverse_comb_filter_max_10_secs/ports/o> lv2:name "Output" .
10 <http://www.example.com/Inverse_comb_filter_max_10_secs/ports/delay> lv2:name "Delay" ;
11 lv2:minimum 0 ;
12 lv2:maximum 10 ;
13 lv2:default 1 .
15 <http://www.example.com/Inverse_comb_filter_max_10_secs/ports/feedforward> lv2:name "Feedforward" ;
16 lv2:minimum -1 ;
17 lv2:maximum 1 ;
18 lv2:default 0.1 .
20 <http://www.example.com/Inverse_comb_filter_max_10_secs/ports/i> lv2:name "Input" .
