Collection of DPF-based plugins for packaging
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.5KB

  1. @prefix modgui: <http://moddevices.com/ns/modgui#> .
  2. @prefix lv2: <http://lv2plug.in/ns/lv2core#> .
  3. <http://distrho.sf.net/plugins/MVerb>
  4. modgui:gui [
  5. modgui:resourcesDirectory <modgui> ;
  6. modgui:iconTemplate <modgui/icon-mverb.html> ;
  7. modgui:stylesheet <modgui/stylesheet-mverb.css> ;
  8. modgui:screenshot <modgui/screenshot-mverb.png> ;
  9. modgui:thumbnail <modgui/thumbnail-mverb.png> ;
  10. modgui:brand "Martin Eastwood" ;
  11. modgui:label "MVerb" ;
  12. modgui:model "combo-model-001" ;
  13. modgui:panel "0930" ;
  14. modgui:port [
  15. lv2:index 0 ;
  16. lv2:symbol "mix" ;
  17. lv2:name "MIX" ;
  18. ] , [
  19. lv2:index 1 ;
  20. lv2:symbol "predelay" ;
  21. lv2:name "PRE" ;
  22. ] , [
  23. lv2:index 2 ;
  24. lv2:symbol "earlymix" ;
  25. lv2:name "EL/MIX" ;
  26. ] , [
  27. lv2:index 3 ;
  28. lv2:symbol "size" ;
  29. lv2:name "SIZE" ;
  30. ] , [
  31. lv2:index 4 ;
  32. lv2:symbol "density" ;
  33. lv2:name "DENSITY" ;
  34. ] , [
  35. lv2:index 5 ;
  36. lv2:symbol "bandwidth" ;
  37. lv2:name "BAND" ;
  38. ] , [
  39. lv2:index 6 ;
  40. lv2:symbol "decay" ;
  41. lv2:name "DECAY" ;
  42. ] , [
  43. lv2:index 7 ;
  44. lv2:symbol "damping" ;
  45. lv2:name "DAMP" ;
  46. ] , [
  47. lv2:index 8 ;
  48. lv2:symbol "gain" ;
  49. lv2:name "GAIN" ;
  50. ] ;
  51. ] .