Audio plugin host https://kx.studio/carla
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.

702 lines
21KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CarlaHostW</class>
  4. <widget class="QMainWindow" name="CarlaHostW">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>688</width>
  10. <height>355</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QHBoxLayout" name="horizontalLayout_2">
  18. <property name="leftMargin">
  19. <number>0</number>
  20. </property>
  21. <property name="topMargin">
  22. <number>1</number>
  23. </property>
  24. <property name="rightMargin">
  25. <number>0</number>
  26. </property>
  27. <property name="bottomMargin">
  28. <number>0</number>
  29. </property>
  30. <item>
  31. <widget class="QSplitter" name="splitter">
  32. <property name="orientation">
  33. <enum>Qt::Horizontal</enum>
  34. </property>
  35. <widget class="QWidget" name="layoutWidget">
  36. <layout class="QVBoxLayout" name="verticalLayout_4">
  37. <property name="spacing">
  38. <number>1</number>
  39. </property>
  40. <item>
  41. <widget class="QTabWidget" name="tabUtils">
  42. <property name="sizePolicy">
  43. <sizepolicy hsizetype="Ignored" vsizetype="Expanding">
  44. <horstretch>0</horstretch>
  45. <verstretch>0</verstretch>
  46. </sizepolicy>
  47. </property>
  48. <property name="minimumSize">
  49. <size>
  50. <width>210</width>
  51. <height>0</height>
  52. </size>
  53. </property>
  54. <property name="acceptDrops">
  55. <bool>false</bool>
  56. </property>
  57. <property name="tabPosition">
  58. <enum>QTabWidget::West</enum>
  59. </property>
  60. <property name="currentIndex">
  61. <number>0</number>
  62. </property>
  63. <widget class="QWidget" name="disk">
  64. <property name="acceptDrops">
  65. <bool>false</bool>
  66. </property>
  67. <attribute name="title">
  68. <string>Disk</string>
  69. </attribute>
  70. <layout class="QVBoxLayout" name="verticalLayout_3">
  71. <property name="spacing">
  72. <number>0</number>
  73. </property>
  74. <property name="leftMargin">
  75. <number>0</number>
  76. </property>
  77. <property name="topMargin">
  78. <number>0</number>
  79. </property>
  80. <property name="rightMargin">
  81. <number>0</number>
  82. </property>
  83. <property name="bottomMargin">
  84. <number>1</number>
  85. </property>
  86. <item>
  87. <layout class="QHBoxLayout" name="horizontalLayout">
  88. <item>
  89. <widget class="QComboBox" name="cb_disk">
  90. <item>
  91. <property name="text">
  92. <string>Home</string>
  93. </property>
  94. </item>
  95. </widget>
  96. </item>
  97. <item>
  98. <widget class="QToolButton" name="b_disk_add">
  99. <property name="text">
  100. <string/>
  101. </property>
  102. <property name="icon">
  103. <iconset resource="../resources.qrc">
  104. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  105. </property>
  106. </widget>
  107. </item>
  108. <item>
  109. <widget class="QToolButton" name="b_disk_remove">
  110. <property name="enabled">
  111. <bool>false</bool>
  112. </property>
  113. <property name="text">
  114. <string/>
  115. </property>
  116. <property name="icon">
  117. <iconset resource="../resources.qrc">
  118. <normaloff>:/16x16/list-remove.png</normaloff>:/16x16/list-remove.png</iconset>
  119. </property>
  120. </widget>
  121. </item>
  122. </layout>
  123. </item>
  124. <item>
  125. <widget class="QTreeView" name="fileTreeView">
  126. <property name="editTriggers">
  127. <set>QAbstractItemView::NoEditTriggers</set>
  128. </property>
  129. <property name="dragEnabled">
  130. <bool>true</bool>
  131. </property>
  132. <property name="dragDropMode">
  133. <enum>QAbstractItemView::DragOnly</enum>
  134. </property>
  135. </widget>
  136. </item>
  137. </layout>
  138. </widget>
  139. </widget>
  140. </item>
  141. <item>
  142. <widget class="CanvasPreviewFrame" name="miniCanvasPreview">
  143. <property name="minimumSize">
  144. <size>
  145. <width>210</width>
  146. <height>162</height>
  147. </size>
  148. </property>
  149. <property name="maximumSize">
  150. <size>
  151. <width>16777215</width>
  152. <height>162</height>
  153. </size>
  154. </property>
  155. <property name="acceptDrops">
  156. <bool>false</bool>
  157. </property>
  158. <property name="frameShape">
  159. <enum>QFrame::StyledPanel</enum>
  160. </property>
  161. <property name="frameShadow">
  162. <enum>QFrame::Sunken</enum>
  163. </property>
  164. </widget>
  165. </item>
  166. </layout>
  167. </widget>
  168. </widget>
  169. </item>
  170. </layout>
  171. </widget>
  172. <widget class="QMenuBar" name="menubar">
  173. <property name="geometry">
  174. <rect>
  175. <x>0</x>
  176. <y>0</y>
  177. <width>688</width>
  178. <height>17</height>
  179. </rect>
  180. </property>
  181. <widget class="QMenu" name="menu_File">
  182. <property name="title">
  183. <string>&amp;File</string>
  184. </property>
  185. <addaction name="act_file_new"/>
  186. <addaction name="act_file_open"/>
  187. <addaction name="act_file_save"/>
  188. <addaction name="act_file_save_as"/>
  189. <addaction name="separator"/>
  190. <addaction name="act_file_quit"/>
  191. </widget>
  192. <widget class="QMenu" name="menu_Engine">
  193. <property name="title">
  194. <string>&amp;Engine</string>
  195. </property>
  196. <addaction name="act_engine_start"/>
  197. <addaction name="act_engine_stop"/>
  198. </widget>
  199. <widget class="QMenu" name="menu_Plugin">
  200. <property name="title">
  201. <string>&amp;Plugin</string>
  202. </property>
  203. <widget class="QMenu" name="menu_PluginMacros">
  204. <property name="title">
  205. <string>Macros (all plugins)</string>
  206. </property>
  207. <addaction name="act_plugins_enable"/>
  208. <addaction name="act_plugins_disable"/>
  209. <addaction name="separator"/>
  210. <addaction name="act_plugins_volume100"/>
  211. <addaction name="act_plugins_mute"/>
  212. <addaction name="separator"/>
  213. <addaction name="act_plugins_wet100"/>
  214. <addaction name="act_plugins_bypass"/>
  215. <addaction name="separator"/>
  216. <addaction name="act_plugins_center"/>
  217. </widget>
  218. <addaction name="act_plugin_add"/>
  219. <addaction name="act_plugin_remove_all"/>
  220. <addaction name="separator"/>
  221. <addaction name="menu_PluginMacros"/>
  222. </widget>
  223. <widget class="QMenu" name="menu_Transport">
  224. <property name="title">
  225. <string>&amp;Transport</string>
  226. </property>
  227. <addaction name="act_transport_play"/>
  228. <addaction name="act_transport_stop"/>
  229. <addaction name="act_transport_backwards"/>
  230. <addaction name="act_transport_forwards"/>
  231. </widget>
  232. <widget class="QMenu" name="menu_Canvas">
  233. <property name="title">
  234. <string>&amp;Canvas</string>
  235. </property>
  236. <widget class="QMenu" name="menu_Canvas_Zoom">
  237. <property name="title">
  238. <string>Zoom</string>
  239. </property>
  240. <addaction name="act_canvas_zoom_fit"/>
  241. <addaction name="separator"/>
  242. <addaction name="act_canvas_zoom_in"/>
  243. <addaction name="act_canvas_zoom_out"/>
  244. <addaction name="act_canvas_zoom_100"/>
  245. </widget>
  246. <addaction name="act_canvas_arrange"/>
  247. <addaction name="act_canvas_refresh"/>
  248. <addaction name="menu_Canvas_Zoom"/>
  249. <addaction name="separator"/>
  250. <addaction name="act_canvas_print"/>
  251. <addaction name="act_canvas_save_image"/>
  252. </widget>
  253. <widget class="QMenu" name="menu_Settings">
  254. <property name="title">
  255. <string>&amp;Settings</string>
  256. </property>
  257. <addaction name="act_settings_show_toolbar"/>
  258. <addaction name="act_settings_show_meters"/>
  259. <addaction name="act_settings_show_keyboard"/>
  260. <addaction name="separator"/>
  261. <addaction name="act_settings_configure"/>
  262. </widget>
  263. <widget class="QMenu" name="menu_Help">
  264. <property name="title">
  265. <string>&amp;Help</string>
  266. </property>
  267. <addaction name="act_help_about"/>
  268. <addaction name="act_help_about_juce"/>
  269. <addaction name="act_help_about_qt"/>
  270. </widget>
  271. <addaction name="menu_File"/>
  272. <addaction name="menu_Engine"/>
  273. <addaction name="menu_Plugin"/>
  274. <addaction name="menu_Transport"/>
  275. <addaction name="menu_Canvas"/>
  276. <addaction name="menu_Settings"/>
  277. <addaction name="menu_Help"/>
  278. </widget>
  279. <widget class="QToolBar" name="toolBar">
  280. <property name="windowTitle">
  281. <string>toolBar</string>
  282. </property>
  283. <property name="movable">
  284. <bool>false</bool>
  285. </property>
  286. <property name="allowedAreas">
  287. <set>Qt::NoToolBarArea</set>
  288. </property>
  289. <property name="toolButtonStyle">
  290. <enum>Qt::ToolButtonTextBesideIcon</enum>
  291. </property>
  292. <attribute name="toolBarArea">
  293. <enum>TopToolBarArea</enum>
  294. </attribute>
  295. <attribute name="toolBarBreak">
  296. <bool>false</bool>
  297. </attribute>
  298. <addaction name="act_file_new"/>
  299. <addaction name="act_file_open"/>
  300. <addaction name="act_file_save"/>
  301. <addaction name="act_file_save_as"/>
  302. <addaction name="separator"/>
  303. <addaction name="act_plugin_add2"/>
  304. <addaction name="act_plugin_remove_all"/>
  305. <addaction name="act_plugins_panic"/>
  306. <addaction name="separator"/>
  307. <addaction name="act_settings_configure"/>
  308. </widget>
  309. <action name="act_file_new">
  310. <property name="icon">
  311. <iconset resource="../resources.qrc">
  312. <normaloff>:/16x16/document-new.png</normaloff>:/16x16/document-new.png</iconset>
  313. </property>
  314. <property name="text">
  315. <string>&amp;New</string>
  316. </property>
  317. <property name="shortcut">
  318. <string>Ctrl+N</string>
  319. </property>
  320. </action>
  321. <action name="act_file_open">
  322. <property name="icon">
  323. <iconset resource="../resources.qrc">
  324. <normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset>
  325. </property>
  326. <property name="text">
  327. <string>&amp;Open...</string>
  328. </property>
  329. <property name="shortcut">
  330. <string>Ctrl+O</string>
  331. </property>
  332. </action>
  333. <action name="act_file_save">
  334. <property name="icon">
  335. <iconset resource="../resources.qrc">
  336. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  337. </property>
  338. <property name="text">
  339. <string>&amp;Save</string>
  340. </property>
  341. <property name="shortcut">
  342. <string>Ctrl+S</string>
  343. </property>
  344. </action>
  345. <action name="act_file_save_as">
  346. <property name="icon">
  347. <iconset resource="../resources.qrc">
  348. <normaloff>:/16x16/document-save-as.png</normaloff>:/16x16/document-save-as.png</iconset>
  349. </property>
  350. <property name="text">
  351. <string>Save &amp;As...</string>
  352. </property>
  353. <property name="shortcut">
  354. <string>Ctrl+Shift+S</string>
  355. </property>
  356. </action>
  357. <action name="act_file_quit">
  358. <property name="icon">
  359. <iconset resource="../resources.qrc">
  360. <normaloff>:/16x16/application-exit.png</normaloff>:/16x16/application-exit.png</iconset>
  361. </property>
  362. <property name="text">
  363. <string>&amp;Quit</string>
  364. </property>
  365. <property name="shortcut">
  366. <string>Ctrl+Q</string>
  367. </property>
  368. </action>
  369. <action name="act_engine_start">
  370. <property name="icon">
  371. <iconset resource="../resources.qrc">
  372. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  373. </property>
  374. <property name="text">
  375. <string>&amp;Start</string>
  376. </property>
  377. <property name="shortcut">
  378. <string>F5</string>
  379. </property>
  380. </action>
  381. <action name="act_engine_stop">
  382. <property name="icon">
  383. <iconset resource="../resources.qrc">
  384. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  385. </property>
  386. <property name="text">
  387. <string>St&amp;op</string>
  388. </property>
  389. <property name="shortcut">
  390. <string>F6</string>
  391. </property>
  392. </action>
  393. <action name="act_plugin_add">
  394. <property name="icon">
  395. <iconset resource="../resources.qrc">
  396. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  397. </property>
  398. <property name="text">
  399. <string>&amp;Add...</string>
  400. </property>
  401. <property name="shortcut">
  402. <string>Ctrl+A</string>
  403. </property>
  404. </action>
  405. <action name="act_plugin_add2">
  406. <property name="icon">
  407. <iconset resource="../resources.qrc">
  408. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  409. </property>
  410. <property name="text">
  411. <string>Add Plugin...</string>
  412. </property>
  413. </action>
  414. <action name="act_plugin_remove_all">
  415. <property name="icon">
  416. <iconset resource="../resources.qrc">
  417. <normaloff>:/16x16/edit-delete.png</normaloff>:/16x16/edit-delete.png</iconset>
  418. </property>
  419. <property name="text">
  420. <string>&amp;Remove All</string>
  421. </property>
  422. </action>
  423. <action name="act_plugins_enable">
  424. <property name="text">
  425. <string>Enable</string>
  426. </property>
  427. </action>
  428. <action name="act_plugins_disable">
  429. <property name="text">
  430. <string>Disable</string>
  431. </property>
  432. </action>
  433. <action name="act_plugins_bypass">
  434. <property name="text">
  435. <string>0% Wet (Bypass)</string>
  436. </property>
  437. </action>
  438. <action name="act_plugins_wet100">
  439. <property name="text">
  440. <string>100% Wet</string>
  441. </property>
  442. </action>
  443. <action name="act_plugins_mute">
  444. <property name="text">
  445. <string>0% Volume (Mute)</string>
  446. </property>
  447. </action>
  448. <action name="act_plugins_volume100">
  449. <property name="text">
  450. <string>100% Volume</string>
  451. </property>
  452. </action>
  453. <action name="act_plugins_center">
  454. <property name="text">
  455. <string>Center Balance</string>
  456. </property>
  457. </action>
  458. <action name="act_plugins_panic">
  459. <property name="icon">
  460. <iconset resource="../resources.qrc">
  461. <normaloff>:/16x16/dialog-warning.png</normaloff>:/16x16/dialog-warning.png</iconset>
  462. </property>
  463. <property name="text">
  464. <string>Panic</string>
  465. </property>
  466. </action>
  467. <action name="act_transport_play">
  468. <property name="checkable">
  469. <bool>true</bool>
  470. </property>
  471. <property name="icon">
  472. <iconset resource="../resources.qrc">
  473. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  474. </property>
  475. <property name="text">
  476. <string>&amp;Play</string>
  477. </property>
  478. <property name="shortcut">
  479. <string>Ctrl+Shift+P</string>
  480. </property>
  481. </action>
  482. <action name="act_transport_stop">
  483. <property name="icon">
  484. <iconset resource="../resources.qrc">
  485. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  486. </property>
  487. <property name="text">
  488. <string>&amp;Stop</string>
  489. </property>
  490. <property name="shortcut">
  491. <string>Ctrl+Shift+X</string>
  492. </property>
  493. </action>
  494. <action name="act_transport_backwards">
  495. <property name="icon">
  496. <iconset resource="../resources.qrc">
  497. <normaloff>:/16x16/media-seek-backward.png</normaloff>:/16x16/media-seek-backward.png</iconset>
  498. </property>
  499. <property name="text">
  500. <string>&amp;Backwards</string>
  501. </property>
  502. <property name="shortcut">
  503. <string>Ctrl+Shift+B</string>
  504. </property>
  505. </action>
  506. <action name="act_transport_forwards">
  507. <property name="icon">
  508. <iconset resource="../resources.qrc">
  509. <normaloff>:/16x16/media-seek-forward.png</normaloff>:/16x16/media-seek-forward.png</iconset>
  510. </property>
  511. <property name="text">
  512. <string>&amp;Forwards</string>
  513. </property>
  514. <property name="shortcut">
  515. <string>Ctrl+Shift+F</string>
  516. </property>
  517. </action>
  518. <action name="act_canvas_arrange">
  519. <property name="icon">
  520. <iconset resource="../resources.qrc">
  521. <normaloff>:/16x16/view-sort-ascending.png</normaloff>:/16x16/view-sort-ascending.png</iconset>
  522. </property>
  523. <property name="text">
  524. <string>&amp;Arrange</string>
  525. </property>
  526. <property name="shortcut">
  527. <string>Ctrl+G</string>
  528. </property>
  529. </action>
  530. <action name="act_canvas_refresh">
  531. <property name="icon">
  532. <iconset resource="../resources.qrc">
  533. <normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset>
  534. </property>
  535. <property name="text">
  536. <string>&amp;Refresh</string>
  537. </property>
  538. <property name="shortcut">
  539. <string>Ctrl+R</string>
  540. </property>
  541. </action>
  542. <action name="act_canvas_print">
  543. <property name="icon">
  544. <iconset resource="../resources.qrc">
  545. <normaloff>:/16x16/document-print.png</normaloff>:/16x16/document-print.png</iconset>
  546. </property>
  547. <property name="text">
  548. <string>&amp;Print...</string>
  549. </property>
  550. </action>
  551. <action name="act_canvas_save_image">
  552. <property name="text">
  553. <string>Save &amp;Image...</string>
  554. </property>
  555. </action>
  556. <action name="act_canvas_zoom_fit">
  557. <property name="icon">
  558. <iconset resource="../resources.qrc">
  559. <normaloff>:/16x16/zoom-fit-best.png</normaloff>:/16x16/zoom-fit-best.png</iconset>
  560. </property>
  561. <property name="text">
  562. <string>Auto-Fit</string>
  563. </property>
  564. <property name="shortcut">
  565. <string>Home</string>
  566. </property>
  567. </action>
  568. <action name="act_canvas_zoom_in">
  569. <property name="icon">
  570. <iconset resource="../resources.qrc">
  571. <normaloff>:/16x16/zoom-in.png</normaloff>:/16x16/zoom-in.png</iconset>
  572. </property>
  573. <property name="text">
  574. <string>Zoom In</string>
  575. </property>
  576. <property name="shortcut">
  577. <string>Ctrl++</string>
  578. </property>
  579. </action>
  580. <action name="act_canvas_zoom_out">
  581. <property name="icon">
  582. <iconset resource="../resources.qrc">
  583. <normaloff>:/16x16/zoom-out.png</normaloff>:/16x16/zoom-out.png</iconset>
  584. </property>
  585. <property name="text">
  586. <string>Zoom Out</string>
  587. </property>
  588. <property name="shortcut">
  589. <string>Ctrl+-</string>
  590. </property>
  591. </action>
  592. <action name="act_canvas_zoom_100">
  593. <property name="icon">
  594. <iconset resource="../resources.qrc">
  595. <normaloff>:/16x16/zoom-original.png</normaloff>:/16x16/zoom-original.png</iconset>
  596. </property>
  597. <property name="text">
  598. <string>Zoom 100%</string>
  599. </property>
  600. <property name="shortcut">
  601. <string>Ctrl+1</string>
  602. </property>
  603. </action>
  604. <action name="act_settings_show_toolbar">
  605. <property name="checkable">
  606. <bool>true</bool>
  607. </property>
  608. <property name="checked">
  609. <bool>true</bool>
  610. </property>
  611. <property name="text">
  612. <string>Show &amp;Toolbar</string>
  613. </property>
  614. </action>
  615. <action name="act_settings_configure">
  616. <property name="icon">
  617. <iconset resource="../resources.qrc">
  618. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  619. </property>
  620. <property name="text">
  621. <string>&amp;Configure Carla</string>
  622. </property>
  623. </action>
  624. <action name="act_help_about">
  625. <property name="text">
  626. <string>&amp;About</string>
  627. </property>
  628. </action>
  629. <action name="act_help_about_qt">
  630. <property name="text">
  631. <string>About &amp;Qt</string>
  632. </property>
  633. </action>
  634. <action name="act_settings_show_meters">
  635. <property name="checkable">
  636. <bool>true</bool>
  637. </property>
  638. <property name="text">
  639. <string>Show Canvas &amp;Meters</string>
  640. </property>
  641. </action>
  642. <action name="act_settings_show_keyboard">
  643. <property name="checkable">
  644. <bool>true</bool>
  645. </property>
  646. <property name="text">
  647. <string>Show Canvas &amp;Keyboard</string>
  648. </property>
  649. </action>
  650. <action name="act_help_about_juce">
  651. <property name="text">
  652. <string>About &amp;JUCE</string>
  653. </property>
  654. </action>
  655. </widget>
  656. <customwidgets>
  657. <customwidget>
  658. <class>CanvasPreviewFrame</class>
  659. <extends>QFrame</extends>
  660. <header>canvaspreviewframe.h</header>
  661. <container>1</container>
  662. </customwidget>
  663. </customwidgets>
  664. <resources>
  665. <include location="../resources.qrc"/>
  666. </resources>
  667. <connections>
  668. <connection>
  669. <sender>act_file_quit</sender>
  670. <signal>triggered()</signal>
  671. <receiver>CarlaHostW</receiver>
  672. <slot>close()</slot>
  673. <hints>
  674. <hint type="sourcelabel">
  675. <x>-1</x>
  676. <y>-1</y>
  677. </hint>
  678. <hint type="destinationlabel">
  679. <x>189</x>
  680. <y>34</y>
  681. </hint>
  682. </hints>
  683. </connection>
  684. <connection>
  685. <sender>act_settings_show_toolbar</sender>
  686. <signal>triggered(bool)</signal>
  687. <receiver>toolBar</receiver>
  688. <slot>setVisible(bool)</slot>
  689. <hints>
  690. <hint type="sourcelabel">
  691. <x>-1</x>
  692. <y>-1</y>
  693. </hint>
  694. <hint type="destinationlabel">
  695. <x>354</x>
  696. <y>35</y>
  697. </hint>
  698. </hints>
  699. </connection>
  700. </connections>
  701. </ui>