DPF with Max Gen
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.

46 lines
1.4KB

  1. @prefix modgui: <http://moddevices.com/ns/modgui#> .
  2. @prefix lv2: <http://lv2plug.in/ns/lv2core#> .
  3. <http://distrho.sf.net/plugins/Modulay>
  4. modgui:gui [
  5. modgui:resourcesDirectory <modgui> ;
  6. modgui:iconTemplate <modgui/icon-modulay.html> ;
  7. modgui:stylesheet <modgui/stylesheet-modulay.css> ;
  8. modgui:screenshot <modgui/screenshot-modulay.png> ;
  9. modgui:thumbnail <modgui/thumbnail-modulay.png> ;
  10. modgui:brand "Shiro" ;
  11. modgui:label "Modulay" ;
  12. modgui:model "boxy" ;
  13. modgui:panel "7-knobs" ;
  14. modgui:color "racing" ;
  15. modgui:knob "black" ;
  16. modgui:port [
  17. lv2:index 0 ;
  18. lv2:symbol "time" ;
  19. lv2:name "time" ;
  20. ] , [
  21. lv2:index 1 ;
  22. lv2:symbol "repeats" ;
  23. lv2:name "repeats" ;
  24. ] , [
  25. lv2:index 2 ;
  26. lv2:symbol "cutoff" ;
  27. lv2:name "cutoff" ;
  28. ] , [
  29. lv2:index 3 ;
  30. lv2:symbol "mix" ;
  31. lv2:name "mix" ;
  32. ] , [
  33. lv2:index 4 ;
  34. lv2:symbol "depth" ;
  35. lv2:name "depth" ;
  36. ] , [
  37. lv2:index 5 ;
  38. lv2:symbol "rate" ;
  39. lv2:name "rate" ;
  40. ] , [
  41. lv2:index 6 ;
  42. lv2:symbol "delay" ;
  43. lv2:name "delay" ;
  44. ] ;
  45. ] .