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.

721 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_show_internal"/>
  247. <addaction name="act_canvas_show_external"/>
  248. <addaction name="separator"/>
  249. <addaction name="act_canvas_arrange"/>
  250. <addaction name="act_canvas_refresh"/>
  251. <addaction name="menu_Canvas_Zoom"/>
  252. <addaction name="separator"/>
  253. <addaction name="act_canvas_print"/>
  254. <addaction name="act_canvas_save_image"/>
  255. </widget>
  256. <widget class="QMenu" name="menu_Settings">
  257. <property name="title">
  258. <string>&amp;Settings</string>
  259. </property>
  260. <addaction name="act_settings_show_toolbar"/>
  261. <addaction name="act_settings_show_meters"/>
  262. <addaction name="act_settings_show_keyboard"/>
  263. <addaction name="separator"/>
  264. <addaction name="act_settings_configure"/>
  265. </widget>
  266. <widget class="QMenu" name="menu_Help">
  267. <property name="title">
  268. <string>&amp;Help</string>
  269. </property>
  270. <addaction name="act_help_about"/>
  271. <addaction name="act_help_about_juce"/>
  272. <addaction name="act_help_about_qt"/>
  273. </widget>
  274. <addaction name="menu_File"/>
  275. <addaction name="menu_Engine"/>
  276. <addaction name="menu_Plugin"/>
  277. <addaction name="menu_Transport"/>
  278. <addaction name="menu_Canvas"/>
  279. <addaction name="menu_Settings"/>
  280. <addaction name="menu_Help"/>
  281. </widget>
  282. <widget class="QToolBar" name="toolBar">
  283. <property name="windowTitle">
  284. <string>toolBar</string>
  285. </property>
  286. <property name="movable">
  287. <bool>false</bool>
  288. </property>
  289. <property name="allowedAreas">
  290. <set>Qt::NoToolBarArea</set>
  291. </property>
  292. <property name="toolButtonStyle">
  293. <enum>Qt::ToolButtonTextBesideIcon</enum>
  294. </property>
  295. <attribute name="toolBarArea">
  296. <enum>TopToolBarArea</enum>
  297. </attribute>
  298. <attribute name="toolBarBreak">
  299. <bool>false</bool>
  300. </attribute>
  301. <addaction name="act_file_new"/>
  302. <addaction name="act_file_open"/>
  303. <addaction name="act_file_save"/>
  304. <addaction name="act_file_save_as"/>
  305. <addaction name="separator"/>
  306. <addaction name="act_plugin_add2"/>
  307. <addaction name="act_plugin_remove_all"/>
  308. <addaction name="act_plugins_panic"/>
  309. <addaction name="separator"/>
  310. <addaction name="act_settings_configure"/>
  311. </widget>
  312. <action name="act_file_new">
  313. <property name="icon">
  314. <iconset resource="../resources.qrc">
  315. <normaloff>:/16x16/document-new.png</normaloff>:/16x16/document-new.png</iconset>
  316. </property>
  317. <property name="text">
  318. <string>&amp;New</string>
  319. </property>
  320. <property name="shortcut">
  321. <string>Ctrl+N</string>
  322. </property>
  323. </action>
  324. <action name="act_file_open">
  325. <property name="icon">
  326. <iconset resource="../resources.qrc">
  327. <normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset>
  328. </property>
  329. <property name="text">
  330. <string>&amp;Open...</string>
  331. </property>
  332. <property name="shortcut">
  333. <string>Ctrl+O</string>
  334. </property>
  335. </action>
  336. <action name="act_file_save">
  337. <property name="icon">
  338. <iconset resource="../resources.qrc">
  339. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  340. </property>
  341. <property name="text">
  342. <string>&amp;Save</string>
  343. </property>
  344. <property name="shortcut">
  345. <string>Ctrl+S</string>
  346. </property>
  347. </action>
  348. <action name="act_file_save_as">
  349. <property name="icon">
  350. <iconset resource="../resources.qrc">
  351. <normaloff>:/16x16/document-save-as.png</normaloff>:/16x16/document-save-as.png</iconset>
  352. </property>
  353. <property name="text">
  354. <string>Save &amp;As...</string>
  355. </property>
  356. <property name="shortcut">
  357. <string>Ctrl+Shift+S</string>
  358. </property>
  359. </action>
  360. <action name="act_file_quit">
  361. <property name="icon">
  362. <iconset resource="../resources.qrc">
  363. <normaloff>:/16x16/application-exit.png</normaloff>:/16x16/application-exit.png</iconset>
  364. </property>
  365. <property name="text">
  366. <string>&amp;Quit</string>
  367. </property>
  368. <property name="shortcut">
  369. <string>Ctrl+Q</string>
  370. </property>
  371. </action>
  372. <action name="act_engine_start">
  373. <property name="icon">
  374. <iconset resource="../resources.qrc">
  375. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  376. </property>
  377. <property name="text">
  378. <string>&amp;Start</string>
  379. </property>
  380. <property name="shortcut">
  381. <string>F5</string>
  382. </property>
  383. </action>
  384. <action name="act_engine_stop">
  385. <property name="icon">
  386. <iconset resource="../resources.qrc">
  387. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  388. </property>
  389. <property name="text">
  390. <string>St&amp;op</string>
  391. </property>
  392. <property name="shortcut">
  393. <string>F6</string>
  394. </property>
  395. </action>
  396. <action name="act_plugin_add">
  397. <property name="icon">
  398. <iconset resource="../resources.qrc">
  399. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  400. </property>
  401. <property name="text">
  402. <string>&amp;Add...</string>
  403. </property>
  404. <property name="shortcut">
  405. <string>Ctrl+A</string>
  406. </property>
  407. </action>
  408. <action name="act_plugin_add2">
  409. <property name="icon">
  410. <iconset resource="../resources.qrc">
  411. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  412. </property>
  413. <property name="text">
  414. <string>Add Plugin...</string>
  415. </property>
  416. </action>
  417. <action name="act_plugin_remove_all">
  418. <property name="icon">
  419. <iconset resource="../resources.qrc">
  420. <normaloff>:/16x16/edit-delete.png</normaloff>:/16x16/edit-delete.png</iconset>
  421. </property>
  422. <property name="text">
  423. <string>&amp;Remove All</string>
  424. </property>
  425. </action>
  426. <action name="act_plugins_enable">
  427. <property name="text">
  428. <string>Enable</string>
  429. </property>
  430. </action>
  431. <action name="act_plugins_disable">
  432. <property name="text">
  433. <string>Disable</string>
  434. </property>
  435. </action>
  436. <action name="act_plugins_bypass">
  437. <property name="text">
  438. <string>0% Wet (Bypass)</string>
  439. </property>
  440. </action>
  441. <action name="act_plugins_wet100">
  442. <property name="text">
  443. <string>100% Wet</string>
  444. </property>
  445. </action>
  446. <action name="act_plugins_mute">
  447. <property name="text">
  448. <string>0% Volume (Mute)</string>
  449. </property>
  450. </action>
  451. <action name="act_plugins_volume100">
  452. <property name="text">
  453. <string>100% Volume</string>
  454. </property>
  455. </action>
  456. <action name="act_plugins_center">
  457. <property name="text">
  458. <string>Center Balance</string>
  459. </property>
  460. </action>
  461. <action name="act_plugins_panic">
  462. <property name="icon">
  463. <iconset resource="../resources.qrc">
  464. <normaloff>:/16x16/dialog-warning.png</normaloff>:/16x16/dialog-warning.png</iconset>
  465. </property>
  466. <property name="text">
  467. <string>Panic</string>
  468. </property>
  469. </action>
  470. <action name="act_transport_play">
  471. <property name="checkable">
  472. <bool>true</bool>
  473. </property>
  474. <property name="icon">
  475. <iconset resource="../resources.qrc">
  476. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  477. </property>
  478. <property name="text">
  479. <string>&amp;Play</string>
  480. </property>
  481. <property name="shortcut">
  482. <string>Ctrl+Shift+P</string>
  483. </property>
  484. </action>
  485. <action name="act_transport_stop">
  486. <property name="icon">
  487. <iconset resource="../resources.qrc">
  488. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  489. </property>
  490. <property name="text">
  491. <string>&amp;Stop</string>
  492. </property>
  493. <property name="shortcut">
  494. <string>Ctrl+Shift+X</string>
  495. </property>
  496. </action>
  497. <action name="act_transport_backwards">
  498. <property name="icon">
  499. <iconset resource="../resources.qrc">
  500. <normaloff>:/16x16/media-seek-backward.png</normaloff>:/16x16/media-seek-backward.png</iconset>
  501. </property>
  502. <property name="text">
  503. <string>&amp;Backwards</string>
  504. </property>
  505. <property name="shortcut">
  506. <string>Ctrl+Shift+B</string>
  507. </property>
  508. </action>
  509. <action name="act_transport_forwards">
  510. <property name="icon">
  511. <iconset resource="../resources.qrc">
  512. <normaloff>:/16x16/media-seek-forward.png</normaloff>:/16x16/media-seek-forward.png</iconset>
  513. </property>
  514. <property name="text">
  515. <string>&amp;Forwards</string>
  516. </property>
  517. <property name="shortcut">
  518. <string>Ctrl+Shift+F</string>
  519. </property>
  520. </action>
  521. <action name="act_canvas_arrange">
  522. <property name="icon">
  523. <iconset resource="../resources.qrc">
  524. <normaloff>:/16x16/view-sort-ascending.png</normaloff>:/16x16/view-sort-ascending.png</iconset>
  525. </property>
  526. <property name="text">
  527. <string>&amp;Arrange</string>
  528. </property>
  529. <property name="shortcut">
  530. <string>Ctrl+G</string>
  531. </property>
  532. </action>
  533. <action name="act_canvas_refresh">
  534. <property name="icon">
  535. <iconset resource="../resources.qrc">
  536. <normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset>
  537. </property>
  538. <property name="text">
  539. <string>&amp;Refresh</string>
  540. </property>
  541. <property name="shortcut">
  542. <string>Ctrl+R</string>
  543. </property>
  544. </action>
  545. <action name="act_canvas_print">
  546. <property name="icon">
  547. <iconset resource="../resources.qrc">
  548. <normaloff>:/16x16/document-print.png</normaloff>:/16x16/document-print.png</iconset>
  549. </property>
  550. <property name="text">
  551. <string>&amp;Print...</string>
  552. </property>
  553. </action>
  554. <action name="act_canvas_save_image">
  555. <property name="text">
  556. <string>Save &amp;Image...</string>
  557. </property>
  558. </action>
  559. <action name="act_canvas_zoom_fit">
  560. <property name="icon">
  561. <iconset resource="../resources.qrc">
  562. <normaloff>:/16x16/zoom-fit-best.png</normaloff>:/16x16/zoom-fit-best.png</iconset>
  563. </property>
  564. <property name="text">
  565. <string>Auto-Fit</string>
  566. </property>
  567. <property name="shortcut">
  568. <string>Home</string>
  569. </property>
  570. </action>
  571. <action name="act_canvas_zoom_in">
  572. <property name="icon">
  573. <iconset resource="../resources.qrc">
  574. <normaloff>:/16x16/zoom-in.png</normaloff>:/16x16/zoom-in.png</iconset>
  575. </property>
  576. <property name="text">
  577. <string>Zoom In</string>
  578. </property>
  579. <property name="shortcut">
  580. <string>Ctrl++</string>
  581. </property>
  582. </action>
  583. <action name="act_canvas_zoom_out">
  584. <property name="icon">
  585. <iconset resource="../resources.qrc">
  586. <normaloff>:/16x16/zoom-out.png</normaloff>:/16x16/zoom-out.png</iconset>
  587. </property>
  588. <property name="text">
  589. <string>Zoom Out</string>
  590. </property>
  591. <property name="shortcut">
  592. <string>Ctrl+-</string>
  593. </property>
  594. </action>
  595. <action name="act_canvas_zoom_100">
  596. <property name="icon">
  597. <iconset resource="../resources.qrc">
  598. <normaloff>:/16x16/zoom-original.png</normaloff>:/16x16/zoom-original.png</iconset>
  599. </property>
  600. <property name="text">
  601. <string>Zoom 100%</string>
  602. </property>
  603. <property name="shortcut">
  604. <string>Ctrl+1</string>
  605. </property>
  606. </action>
  607. <action name="act_settings_show_toolbar">
  608. <property name="checkable">
  609. <bool>true</bool>
  610. </property>
  611. <property name="checked">
  612. <bool>true</bool>
  613. </property>
  614. <property name="text">
  615. <string>Show &amp;Toolbar</string>
  616. </property>
  617. </action>
  618. <action name="act_settings_configure">
  619. <property name="icon">
  620. <iconset resource="../resources.qrc">
  621. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  622. </property>
  623. <property name="text">
  624. <string>&amp;Configure Carla</string>
  625. </property>
  626. </action>
  627. <action name="act_help_about">
  628. <property name="text">
  629. <string>&amp;About</string>
  630. </property>
  631. </action>
  632. <action name="act_help_about_qt">
  633. <property name="text">
  634. <string>About &amp;Qt</string>
  635. </property>
  636. </action>
  637. <action name="act_settings_show_meters">
  638. <property name="checkable">
  639. <bool>true</bool>
  640. </property>
  641. <property name="text">
  642. <string>Show Canvas &amp;Meters</string>
  643. </property>
  644. </action>
  645. <action name="act_settings_show_keyboard">
  646. <property name="checkable">
  647. <bool>true</bool>
  648. </property>
  649. <property name="text">
  650. <string>Show Canvas &amp;Keyboard</string>
  651. </property>
  652. </action>
  653. <action name="act_help_about_juce">
  654. <property name="text">
  655. <string>About &amp;JUCE</string>
  656. </property>
  657. </action>
  658. <action name="act_canvas_show_internal">
  659. <property name="checkable">
  660. <bool>true</bool>
  661. </property>
  662. <property name="text">
  663. <string>Show Internal</string>
  664. </property>
  665. </action>
  666. <action name="act_canvas_show_external">
  667. <property name="checkable">
  668. <bool>true</bool>
  669. </property>
  670. <property name="text">
  671. <string>Show External</string>
  672. </property>
  673. </action>
  674. </widget>
  675. <customwidgets>
  676. <customwidget>
  677. <class>CanvasPreviewFrame</class>
  678. <extends>QFrame</extends>
  679. <header>canvaspreviewframe.h</header>
  680. <container>1</container>
  681. </customwidget>
  682. </customwidgets>
  683. <resources>
  684. <include location="../resources.qrc"/>
  685. </resources>
  686. <connections>
  687. <connection>
  688. <sender>act_file_quit</sender>
  689. <signal>triggered()</signal>
  690. <receiver>CarlaHostW</receiver>
  691. <slot>close()</slot>
  692. <hints>
  693. <hint type="sourcelabel">
  694. <x>-1</x>
  695. <y>-1</y>
  696. </hint>
  697. <hint type="destinationlabel">
  698. <x>189</x>
  699. <y>34</y>
  700. </hint>
  701. </hints>
  702. </connection>
  703. <connection>
  704. <sender>act_settings_show_toolbar</sender>
  705. <signal>triggered(bool)</signal>
  706. <receiver>toolBar</receiver>
  707. <slot>setVisible(bool)</slot>
  708. <hints>
  709. <hint type="sourcelabel">
  710. <x>-1</x>
  711. <y>-1</y>
  712. </hint>
  713. <hint type="destinationlabel">
  714. <x>354</x>
  715. <y>35</y>
  716. </hint>
  717. </hints>
  718. </connection>
  719. </connections>
  720. </ui>