fg1000-dmap.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>fg1000-dmap.ac</path>
  4. <!-- FG1000 Screen4 for the Helionix DMAP.
  5. adjust Canvas texture position
  6. to fit on screen object, hide if DMAP not selected
  7. -->
  8. <animation>
  9. <type>material</type>
  10. <object-name>Screen4</object-name>
  11. <transparency>
  12. <offset>1.0</offset>
  13. </transparency>
  14. </animation>
  15. <animation>
  16. <type>texmultiple</type>
  17. <object-name>Screen4</object-name>
  18. <transform>
  19. <subtype>textranslate</subtype>
  20. <bias>0.3</bias>
  21. <axis>
  22. <x>0.6</x>
  23. <y>-0.2</y>
  24. </axis>
  25. </transform>
  26. <transform>
  27. <subtype>textrapezoid</subtype>
  28. <side>bottom</side>
  29. <bias>-0.08</bias>
  30. </transform>
  31. <transform>
  32. <subtype>textrapezoid</subtype>
  33. <side>top</side>
  34. <bias>-0.08</bias>
  35. </transform>
  36. </animation>
  37. <animation>
  38. <type>select</type>
  39. <object-name>Screen4</object-name>
  40. <condition>
  41. <equals>
  42. <property>/instrumentation/mfd[1]/mode</property>
  43. <value type="string">dmap</value>
  44. </equals>
  45. </condition>
  46. </animation>
  47. <animation>
  48. <type>knob</type>
  49. <object-name>mfd1.knob</object-name>
  50. <action>
  51. <button>3</button>
  52. <binding>
  53. <command>FG1000HardKeyPushed</command>
  54. <device>4</device>
  55. <notification>RANGE</notification>
  56. <offset>-1</offset>
  57. </binding>
  58. <binding>
  59. <command>property-adjust</command>
  60. <property>/instrumentation/mfd[1]/dmap-zoom-level</property>
  61. <offset>-1</offset>
  62. <min>0</min>
  63. <max>30</max>
  64. <wrap>false</wrap>
  65. </binding>
  66. </action>
  67. <action>
  68. <button>4</button>
  69. <binding>
  70. <command>FG1000HardKeyPushed</command>
  71. <device>4</device>
  72. <notification>RANGE</notification>
  73. <offset>1</offset>
  74. </binding>
  75. <binding>
  76. <command>property-adjust</command>
  77. <property>/instrumentation/mfd[1]/dmap-zoom-level</property>
  78. <offset>1</offset>
  79. <min>0</min>
  80. <max>30</max>
  81. <wrap>false</wrap>
  82. </binding>
  83. </action>
  84. <hovered>
  85. <binding>
  86. <command>set-tooltip</command>
  87. <tooltip-id>zoom</tooltip-id>
  88. <label>DMAP zoom (use mouse wheel)</label>
  89. </binding>
  90. </hovered>
  91. </animation>
  92. </PropertyList>