ASIO to JACK driver for WINE
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.

261 lines
7.4KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>WineASIOSettings</class>
  4. <widget class="QDialog" name="WineASIOSettings">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>310</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QGroupBox" name="group_ports">
  19. <property name="title">
  20. <string>Audio Ports</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout_22">
  23. <item>
  24. <layout class="QHBoxLayout" name="layout_ports_in">
  25. <item>
  26. <widget class="QLabel" name="label_ports_in">
  27. <property name="toolTip">
  28. <string>Number of jack ports that wineasio will try to open.
  29. Default is 16</string>
  30. </property>
  31. <property name="text">
  32. <string>Number of inputs:</string>
  33. </property>
  34. <property name="alignment">
  35. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  36. </property>
  37. </widget>
  38. </item>
  39. <item>
  40. <widget class="QSpinBox" name="sb_ports_in">
  41. <property name="toolTip">
  42. <string>Number of jack ports that wineasio will try to open.
  43. Default is 16</string>
  44. </property>
  45. <property name="maximum">
  46. <number>128</number>
  47. </property>
  48. <property name="singleStep">
  49. <number>2</number>
  50. </property>
  51. </widget>
  52. </item>
  53. </layout>
  54. </item>
  55. <item>
  56. <layout class="QHBoxLayout" name="layout_ports_out">
  57. <item>
  58. <widget class="QLabel" name="label_ports_out">
  59. <property name="toolTip">
  60. <string>Number of jack ports that wineasio will try to open.
  61. Default is 16</string>
  62. </property>
  63. <property name="text">
  64. <string>Number of outputs:</string>
  65. </property>
  66. <property name="alignment">
  67. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  68. </property>
  69. </widget>
  70. </item>
  71. <item>
  72. <widget class="QSpinBox" name="sb_ports_out">
  73. <property name="toolTip">
  74. <string>Number of jack ports that wineasio will try to open.
  75. Default is 16</string>
  76. </property>
  77. <property name="minimum">
  78. <number>2</number>
  79. </property>
  80. <property name="maximum">
  81. <number>128</number>
  82. </property>
  83. <property name="singleStep">
  84. <number>2</number>
  85. </property>
  86. </widget>
  87. </item>
  88. </layout>
  89. </item>
  90. <item>
  91. <layout class="QHBoxLayout" name="layout_ports_connect_hw">
  92. <item>
  93. <spacer name="spacer_ports_connect_hw">
  94. <property name="orientation">
  95. <enum>Qt::Horizontal</enum>
  96. </property>
  97. <property name="sizeType">
  98. <enum>QSizePolicy::Fixed</enum>
  99. </property>
  100. <property name="sizeHint" stdset="0">
  101. <size>
  102. <width>150</width>
  103. <height>20</height>
  104. </size>
  105. </property>
  106. </spacer>
  107. </item>
  108. <item>
  109. <widget class="QCheckBox" name="cb_ports_connect_hw">
  110. <property name="toolTip">
  111. <string>Try to connect the asio channels to the
  112. physical I/O ports on your hardware.
  113. Default is on</string>
  114. </property>
  115. <property name="text">
  116. <string>Connect to hardware</string>
  117. </property>
  118. </widget>
  119. </item>
  120. </layout>
  121. </item>
  122. </layout>
  123. </widget>
  124. </item>
  125. <item>
  126. <widget class="QGroupBox" name="group_jack">
  127. <property name="title">
  128. <string>JACK Options</string>
  129. </property>
  130. <layout class="QVBoxLayout" name="verticalLayout_23">
  131. <item>
  132. <layout class="QHBoxLayout" name="layout_jack_autostart">
  133. <item>
  134. <spacer name="spacer_jack_autostart">
  135. <property name="orientation">
  136. <enum>Qt::Horizontal</enum>
  137. </property>
  138. <property name="sizeType">
  139. <enum>QSizePolicy::Fixed</enum>
  140. </property>
  141. <property name="sizeHint" stdset="0">
  142. <size>
  143. <width>150</width>
  144. <height>20</height>
  145. </size>
  146. </property>
  147. </spacer>
  148. </item>
  149. <item>
  150. <widget class="QCheckBox" name="cb_jack_autostart">
  151. <property name="toolTip">
  152. <string>Enable wineasio to launch the jack server.
  153. Default is off</string>
  154. </property>
  155. <property name="text">
  156. <string>Autostart server</string>
  157. </property>
  158. </widget>
  159. </item>
  160. </layout>
  161. </item>
  162. <item>
  163. <layout class="QHBoxLayout" name="layout_jack_fixed_bsize">
  164. <item>
  165. <spacer name="spacer_jack_fixed_bsize">
  166. <property name="orientation">
  167. <enum>Qt::Horizontal</enum>
  168. </property>
  169. <property name="sizeType">
  170. <enum>QSizePolicy::Fixed</enum>
  171. </property>
  172. <property name="sizeHint" stdset="0">
  173. <size>
  174. <width>150</width>
  175. <height>20</height>
  176. </size>
  177. </property>
  178. </spacer>
  179. </item>
  180. <item>
  181. <widget class="QCheckBox" name="cb_jack_fixed_bsize">
  182. <property name="toolTip">
  183. <string>When on, an asio app will be able to change the jack buffer size.
  184. Default is off</string>
  185. </property>
  186. <property name="text">
  187. <string>Fixed buffersize</string>
  188. </property>
  189. </widget>
  190. </item>
  191. </layout>
  192. </item>
  193. <item>
  194. <layout class="QHBoxLayout" name="layout_jack_buffer_size">
  195. <item>
  196. <widget class="QLabel" name="label_jack_buffer_size">
  197. <property name="text">
  198. <string>Preferred buffersize:</string>
  199. </property>
  200. <property name="alignment">
  201. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  202. </property>
  203. </widget>
  204. </item>
  205. <item>
  206. <widget class="QComboBox" name="cb_jack_buffer_size"/>
  207. </item>
  208. </layout>
  209. </item>
  210. </layout>
  211. </widget>
  212. </item>
  213. <item>
  214. <widget class="QDialogButtonBox" name="buttonBox">
  215. <property name="orientation">
  216. <enum>Qt::Horizontal</enum>
  217. </property>
  218. <property name="standardButtons">
  219. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults</set>
  220. </property>
  221. </widget>
  222. </item>
  223. </layout>
  224. </widget>
  225. <resources/>
  226. <connections>
  227. <connection>
  228. <sender>buttonBox</sender>
  229. <signal>accepted()</signal>
  230. <receiver>WineASIOSettings</receiver>
  231. <slot>accept()</slot>
  232. <hints>
  233. <hint type="sourcelabel">
  234. <x>248</x>
  235. <y>254</y>
  236. </hint>
  237. <hint type="destinationlabel">
  238. <x>157</x>
  239. <y>274</y>
  240. </hint>
  241. </hints>
  242. </connection>
  243. <connection>
  244. <sender>buttonBox</sender>
  245. <signal>rejected()</signal>
  246. <receiver>WineASIOSettings</receiver>
  247. <slot>reject()</slot>
  248. <hints>
  249. <hint type="sourcelabel">
  250. <x>316</x>
  251. <y>260</y>
  252. </hint>
  253. <hint type="destinationlabel">
  254. <x>286</x>
  255. <y>274</y>
  256. </hint>
  257. </hints>
  258. </connection>
  259. </connections>
  260. </ui>