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.

1151 lines
35KB

  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>1058</width>
  10. <height>716</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_3">
  18. <property name="spacing">
  19. <number>0</number>
  20. </property>
  21. <property name="margin">
  22. <number>0</number>
  23. </property>
  24. <item>
  25. <widget class="QTabWidget" name="tabWidget">
  26. <property name="currentIndex">
  27. <number>0</number>
  28. </property>
  29. <widget class="QWidget" name="rack">
  30. <attribute name="title">
  31. <string>Rack</string>
  32. </attribute>
  33. <layout class="QHBoxLayout" name="horizontalLayout_2">
  34. <property name="spacing">
  35. <number>0</number>
  36. </property>
  37. <property name="leftMargin">
  38. <number>0</number>
  39. </property>
  40. <property name="topMargin">
  41. <number>0</number>
  42. </property>
  43. <property name="rightMargin">
  44. <number>0</number>
  45. </property>
  46. <property name="bottomMargin">
  47. <number>1</number>
  48. </property>
  49. <item>
  50. <widget class="QLabel" name="pad_left">
  51. <property name="minimumSize">
  52. <size>
  53. <width>25</width>
  54. <height>0</height>
  55. </size>
  56. </property>
  57. <property name="maximumSize">
  58. <size>
  59. <width>25</width>
  60. <height>16777215</height>
  61. </size>
  62. </property>
  63. <property name="text">
  64. <string/>
  65. </property>
  66. </widget>
  67. </item>
  68. <item>
  69. <widget class="RackListWidget" name="listWidget">
  70. <property name="contextMenuPolicy">
  71. <enum>Qt::CustomContextMenu</enum>
  72. </property>
  73. <property name="verticalScrollBarPolicy">
  74. <enum>Qt::ScrollBarAlwaysOff</enum>
  75. </property>
  76. <property name="horizontalScrollBarPolicy">
  77. <enum>Qt::ScrollBarAlwaysOff</enum>
  78. </property>
  79. </widget>
  80. </item>
  81. <item>
  82. <widget class="QLabel" name="pad_right">
  83. <property name="minimumSize">
  84. <size>
  85. <width>25</width>
  86. <height>0</height>
  87. </size>
  88. </property>
  89. <property name="maximumSize">
  90. <size>
  91. <width>25</width>
  92. <height>16777215</height>
  93. </size>
  94. </property>
  95. <property name="text">
  96. <string/>
  97. </property>
  98. </widget>
  99. </item>
  100. <item>
  101. <widget class="QScrollBar" name="rackScrollBar">
  102. <property name="orientation">
  103. <enum>Qt::Vertical</enum>
  104. </property>
  105. </widget>
  106. </item>
  107. </layout>
  108. </widget>
  109. <widget class="QWidget" name="patchbay">
  110. <attribute name="title">
  111. <string>Patchbay</string>
  112. </attribute>
  113. <layout class="QGridLayout" name="gridLayout">
  114. <property name="leftMargin">
  115. <number>0</number>
  116. </property>
  117. <property name="topMargin">
  118. <number>0</number>
  119. </property>
  120. <property name="rightMargin">
  121. <number>0</number>
  122. </property>
  123. <property name="bottomMargin">
  124. <number>1</number>
  125. </property>
  126. <property name="spacing">
  127. <number>1</number>
  128. </property>
  129. <item row="0" column="1">
  130. <widget class="DraggableGraphicsView" name="graphicsView"/>
  131. </item>
  132. <item row="0" column="2">
  133. <widget class="DigitalPeakMeter" name="peak_out" native="true"/>
  134. </item>
  135. <item row="0" column="0">
  136. <widget class="DigitalPeakMeter" name="peak_in" native="true"/>
  137. </item>
  138. </layout>
  139. </widget>
  140. <widget class="QWidget" name="logs">
  141. <attribute name="title">
  142. <string>Logs</string>
  143. </attribute>
  144. <layout class="QHBoxLayout" name="horizontalLayout_4">
  145. <property name="spacing">
  146. <number>0</number>
  147. </property>
  148. <property name="leftMargin">
  149. <number>0</number>
  150. </property>
  151. <property name="topMargin">
  152. <number>0</number>
  153. </property>
  154. <property name="rightMargin">
  155. <number>0</number>
  156. </property>
  157. <property name="bottomMargin">
  158. <number>1</number>
  159. </property>
  160. <item>
  161. <widget class="QPlainTextEdit" name="text_logs">
  162. <property name="font">
  163. <font>
  164. <family>DejaVu Sans Mono</family>
  165. </font>
  166. </property>
  167. <property name="verticalScrollBarPolicy">
  168. <enum>Qt::ScrollBarAlwaysOn</enum>
  169. </property>
  170. <property name="horizontalScrollBarPolicy">
  171. <enum>Qt::ScrollBarAlwaysOn</enum>
  172. </property>
  173. <property name="lineWrapMode">
  174. <enum>QPlainTextEdit::NoWrap</enum>
  175. </property>
  176. <property name="plainText">
  177. <string>Loading...</string>
  178. </property>
  179. <property name="textInteractionFlags">
  180. <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
  181. </property>
  182. </widget>
  183. </item>
  184. </layout>
  185. </widget>
  186. </widget>
  187. </item>
  188. </layout>
  189. </widget>
  190. <widget class="QMenuBar" name="menubar">
  191. <property name="geometry">
  192. <rect>
  193. <x>0</x>
  194. <y>0</y>
  195. <width>1058</width>
  196. <height>37</height>
  197. </rect>
  198. </property>
  199. <widget class="QMenu" name="menu_File">
  200. <property name="title">
  201. <string>&amp;File</string>
  202. </property>
  203. <addaction name="act_file_connect"/>
  204. <addaction name="act_file_refresh"/>
  205. <addaction name="act_file_new"/>
  206. <addaction name="act_file_open"/>
  207. <addaction name="act_file_save"/>
  208. <addaction name="act_file_save_as"/>
  209. <addaction name="separator"/>
  210. <addaction name="act_file_quit"/>
  211. </widget>
  212. <widget class="QMenu" name="menu_Engine">
  213. <property name="title">
  214. <string>&amp;Engine</string>
  215. </property>
  216. <addaction name="act_engine_start"/>
  217. <addaction name="act_engine_stop"/>
  218. </widget>
  219. <widget class="QMenu" name="menu_Plugin">
  220. <property name="title">
  221. <string>&amp;Plugin</string>
  222. </property>
  223. <widget class="QMenu" name="menu_PluginMacros">
  224. <property name="title">
  225. <string>Macros (all plugins)</string>
  226. </property>
  227. <addaction name="act_plugins_enable"/>
  228. <addaction name="act_plugins_disable"/>
  229. <addaction name="separator"/>
  230. <addaction name="act_plugins_volume100"/>
  231. <addaction name="act_plugins_mute"/>
  232. <addaction name="separator"/>
  233. <addaction name="act_plugins_wet100"/>
  234. <addaction name="act_plugins_bypass"/>
  235. <addaction name="separator"/>
  236. <addaction name="act_plugins_center"/>
  237. <addaction name="separator"/>
  238. <addaction name="act_plugins_compact"/>
  239. <addaction name="act_plugins_expand"/>
  240. </widget>
  241. <addaction name="act_plugin_add"/>
  242. <addaction name="act_plugin_remove_all"/>
  243. <addaction name="separator"/>
  244. <addaction name="menu_PluginMacros"/>
  245. </widget>
  246. <widget class="QMenu" name="menu_Canvas">
  247. <property name="title">
  248. <string>&amp;Canvas</string>
  249. </property>
  250. <widget class="QMenu" name="menu_Canvas_Zoom">
  251. <property name="title">
  252. <string>Zoom</string>
  253. </property>
  254. <addaction name="act_canvas_zoom_fit"/>
  255. <addaction name="separator"/>
  256. <addaction name="act_canvas_zoom_in"/>
  257. <addaction name="act_canvas_zoom_out"/>
  258. <addaction name="act_canvas_zoom_100"/>
  259. </widget>
  260. <addaction name="act_canvas_show_internal"/>
  261. <addaction name="act_canvas_show_external"/>
  262. <addaction name="separator"/>
  263. <addaction name="act_canvas_arrange"/>
  264. <addaction name="act_canvas_refresh"/>
  265. <addaction name="menu_Canvas_Zoom"/>
  266. <addaction name="separator"/>
  267. <addaction name="act_canvas_save_image"/>
  268. </widget>
  269. <widget class="QMenu" name="menu_Settings">
  270. <property name="title">
  271. <string>&amp;Settings</string>
  272. </property>
  273. <addaction name="act_settings_show_toolbar"/>
  274. <addaction name="act_settings_show_meters"/>
  275. <addaction name="act_settings_show_keyboard"/>
  276. <addaction name="act_settings_show_side_panel"/>
  277. <addaction name="separator"/>
  278. <addaction name="act_settings_configure"/>
  279. </widget>
  280. <widget class="QMenu" name="menu_Help">
  281. <property name="title">
  282. <string>&amp;Help</string>
  283. </property>
  284. <addaction name="act_help_about"/>
  285. <addaction name="act_help_about_juce"/>
  286. <addaction name="act_help_about_qt"/>
  287. </widget>
  288. <addaction name="menu_File"/>
  289. <addaction name="menu_Engine"/>
  290. <addaction name="menu_Plugin"/>
  291. <addaction name="menu_Canvas"/>
  292. <addaction name="menu_Settings"/>
  293. <addaction name="menu_Help"/>
  294. </widget>
  295. <widget class="QToolBar" name="toolBar">
  296. <property name="windowTitle">
  297. <string>toolBar</string>
  298. </property>
  299. <property name="movable">
  300. <bool>false</bool>
  301. </property>
  302. <property name="allowedAreas">
  303. <set>Qt::NoToolBarArea</set>
  304. </property>
  305. <property name="toolButtonStyle">
  306. <enum>Qt::ToolButtonTextBesideIcon</enum>
  307. </property>
  308. <attribute name="toolBarArea">
  309. <enum>TopToolBarArea</enum>
  310. </attribute>
  311. <attribute name="toolBarBreak">
  312. <bool>false</bool>
  313. </attribute>
  314. <addaction name="act_file_new"/>
  315. <addaction name="act_file_open"/>
  316. <addaction name="act_file_save"/>
  317. <addaction name="act_file_save_as"/>
  318. <addaction name="act_file_connect"/>
  319. <addaction name="act_file_refresh"/>
  320. <addaction name="separator"/>
  321. <addaction name="act_plugin_add2"/>
  322. <addaction name="act_plugin_remove_all"/>
  323. <addaction name="act_plugins_panic"/>
  324. <addaction name="separator"/>
  325. <addaction name="act_settings_configure"/>
  326. </widget>
  327. <widget class="QDockWidget" name="dockWidget">
  328. <property name="features">
  329. <set>QDockWidget::NoDockWidgetFeatures</set>
  330. </property>
  331. <property name="allowedAreas">
  332. <set>Qt::NoDockWidgetArea</set>
  333. </property>
  334. <attribute name="dockWidgetArea">
  335. <number>1</number>
  336. </attribute>
  337. <widget class="QWidget" name="dockWidgetContents">
  338. <layout class="QVBoxLayout" name="verticalLayout">
  339. <property name="spacing">
  340. <number>0</number>
  341. </property>
  342. <property name="leftMargin">
  343. <number>0</number>
  344. </property>
  345. <property name="topMargin">
  346. <number>1</number>
  347. </property>
  348. <property name="rightMargin">
  349. <number>0</number>
  350. </property>
  351. <property name="bottomMargin">
  352. <number>0</number>
  353. </property>
  354. <item>
  355. <layout class="QVBoxLayout" name="verticalLayout_4">
  356. <property name="spacing">
  357. <number>1</number>
  358. </property>
  359. <item>
  360. <widget class="QTabWidget" name="tabUtils">
  361. <property name="sizePolicy">
  362. <sizepolicy hsizetype="Ignored" vsizetype="Expanding">
  363. <horstretch>0</horstretch>
  364. <verstretch>0</verstretch>
  365. </sizepolicy>
  366. </property>
  367. <property name="minimumSize">
  368. <size>
  369. <width>210</width>
  370. <height>0</height>
  371. </size>
  372. </property>
  373. <property name="acceptDrops">
  374. <bool>false</bool>
  375. </property>
  376. <property name="tabPosition">
  377. <enum>QTabWidget::West</enum>
  378. </property>
  379. <property name="currentIndex">
  380. <number>0</number>
  381. </property>
  382. <widget class="QWidget" name="disk">
  383. <property name="acceptDrops">
  384. <bool>false</bool>
  385. </property>
  386. <attribute name="title">
  387. <string>Disk</string>
  388. </attribute>
  389. <layout class="QVBoxLayout" name="verticalLayout_3">
  390. <property name="spacing">
  391. <number>0</number>
  392. </property>
  393. <property name="leftMargin">
  394. <number>0</number>
  395. </property>
  396. <property name="topMargin">
  397. <number>0</number>
  398. </property>
  399. <property name="rightMargin">
  400. <number>0</number>
  401. </property>
  402. <property name="bottomMargin">
  403. <number>1</number>
  404. </property>
  405. <item>
  406. <layout class="QHBoxLayout" name="horizontalLayout">
  407. <item>
  408. <widget class="QComboBox" name="cb_disk">
  409. <item>
  410. <property name="text">
  411. <string>Home</string>
  412. </property>
  413. </item>
  414. </widget>
  415. </item>
  416. <item>
  417. <widget class="QToolButton" name="b_disk_add">
  418. <property name="text">
  419. <string/>
  420. </property>
  421. <property name="icon">
  422. <iconset resource="../resources.qrc">
  423. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  424. </property>
  425. </widget>
  426. </item>
  427. <item>
  428. <widget class="QToolButton" name="b_disk_remove">
  429. <property name="enabled">
  430. <bool>false</bool>
  431. </property>
  432. <property name="text">
  433. <string/>
  434. </property>
  435. <property name="icon">
  436. <iconset resource="../resources.qrc">
  437. <normaloff>:/16x16/list-remove.png</normaloff>:/16x16/list-remove.png</iconset>
  438. </property>
  439. </widget>
  440. </item>
  441. </layout>
  442. </item>
  443. <item>
  444. <widget class="QTreeView" name="fileTreeView">
  445. <property name="editTriggers">
  446. <set>QAbstractItemView::NoEditTriggers</set>
  447. </property>
  448. <property name="dragEnabled">
  449. <bool>true</bool>
  450. </property>
  451. <property name="dragDropMode">
  452. <enum>QAbstractItemView::DragOnly</enum>
  453. </property>
  454. </widget>
  455. </item>
  456. </layout>
  457. </widget>
  458. <widget class="QWidget" name="w_transport">
  459. <attribute name="title">
  460. <string>Transport</string>
  461. </attribute>
  462. <layout class="QVBoxLayout" name="verticalLayout_6">
  463. <item>
  464. <widget class="QGroupBox" name="group_transport_controls">
  465. <property name="title">
  466. <string>Playback Controls</string>
  467. </property>
  468. <layout class="QHBoxLayout" name="horizontalLayout_5">
  469. <item>
  470. <widget class="QPushButton" name="b_transport_play">
  471. <property name="text">
  472. <string/>
  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="checkable">
  479. <bool>true</bool>
  480. </property>
  481. </widget>
  482. </item>
  483. <item>
  484. <widget class="QPushButton" name="b_transport_stop">
  485. <property name="text">
  486. <string/>
  487. </property>
  488. <property name="icon">
  489. <iconset resource="../resources.qrc">
  490. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  491. </property>
  492. </widget>
  493. </item>
  494. <item>
  495. <widget class="QPushButton" name="b_transport_backwards">
  496. <property name="text">
  497. <string/>
  498. </property>
  499. <property name="icon">
  500. <iconset resource="../resources.qrc">
  501. <normaloff>:/16x16/media-seek-backward.png</normaloff>:/16x16/media-seek-backward.png</iconset>
  502. </property>
  503. <property name="autoRepeat">
  504. <bool>true</bool>
  505. </property>
  506. </widget>
  507. </item>
  508. <item>
  509. <widget class="QPushButton" name="b_transport_forwards">
  510. <property name="text">
  511. <string/>
  512. </property>
  513. <property name="icon">
  514. <iconset resource="../resources.qrc">
  515. <normaloff>:/16x16/media-seek-forward.png</normaloff>:/16x16/media-seek-forward.png</iconset>
  516. </property>
  517. <property name="autoRepeat">
  518. <bool>true</bool>
  519. </property>
  520. </widget>
  521. </item>
  522. </layout>
  523. </widget>
  524. </item>
  525. <item>
  526. <widget class="QGroupBox" name="group_transport_info">
  527. <property name="title">
  528. <string>Time Information</string>
  529. </property>
  530. <layout class="QVBoxLayout" name="verticalLayout_2">
  531. <item>
  532. <layout class="QHBoxLayout" name="horizontalLayout_6">
  533. <item>
  534. <widget class="QLabel" name="label_transport_frame">
  535. <property name="text">
  536. <string>Frame:</string>
  537. </property>
  538. <property name="alignment">
  539. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  540. </property>
  541. </widget>
  542. </item>
  543. <item>
  544. <widget class="QLabel" name="l_transport_frame">
  545. <property name="font">
  546. <font>
  547. <family>DejaVu Sans Mono</family>
  548. </font>
  549. </property>
  550. <property name="text">
  551. <string>00000000</string>
  552. </property>
  553. </widget>
  554. </item>
  555. </layout>
  556. </item>
  557. <item>
  558. <layout class="QHBoxLayout" name="horizontalLayout_7">
  559. <item>
  560. <widget class="QLabel" name="label_transport_time">
  561. <property name="text">
  562. <string>Time:</string>
  563. </property>
  564. <property name="alignment">
  565. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  566. </property>
  567. </widget>
  568. </item>
  569. <item>
  570. <widget class="QLabel" name="l_transport_time">
  571. <property name="font">
  572. <font>
  573. <family>DejaVu Sans Mono</family>
  574. </font>
  575. </property>
  576. <property name="text">
  577. <string>00:00:00</string>
  578. </property>
  579. </widget>
  580. </item>
  581. </layout>
  582. </item>
  583. <item>
  584. <layout class="QHBoxLayout" name="horizontalLayout_8">
  585. <item>
  586. <widget class="QLabel" name="label_transport_bbt">
  587. <property name="text">
  588. <string>BBT:</string>
  589. </property>
  590. <property name="alignment">
  591. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  592. </property>
  593. </widget>
  594. </item>
  595. <item>
  596. <widget class="QLabel" name="l_transport_bbt">
  597. <property name="font">
  598. <font>
  599. <family>DejaVu Sans Mono</family>
  600. </font>
  601. </property>
  602. <property name="text">
  603. <string>000|0|000</string>
  604. </property>
  605. </widget>
  606. </item>
  607. </layout>
  608. </item>
  609. </layout>
  610. </widget>
  611. </item>
  612. <item>
  613. <widget class="QGroupBox" name="group_transport_settings">
  614. <property name="title">
  615. <string>Settings</string>
  616. </property>
  617. <layout class="QVBoxLayout" name="verticalLayout_5">
  618. <item>
  619. <widget class="QDoubleSpinBox" name="dsb_transport_bpm">
  620. <property name="enabled">
  621. <bool>false</bool>
  622. </property>
  623. <property name="suffix">
  624. <string> BPM</string>
  625. </property>
  626. <property name="decimals">
  627. <number>1</number>
  628. </property>
  629. <property name="minimum">
  630. <double>20.000000000000000</double>
  631. </property>
  632. <property name="maximum">
  633. <double>999.000000000000000</double>
  634. </property>
  635. </widget>
  636. </item>
  637. <item>
  638. <widget class="QCheckBox" name="cb_transport_jack">
  639. <property name="text">
  640. <string>Use JACK Transport</string>
  641. </property>
  642. </widget>
  643. </item>
  644. <item>
  645. <widget class="QCheckBox" name="cb_transport_link">
  646. <property name="text">
  647. <string>Use Ableton Link</string>
  648. </property>
  649. </widget>
  650. </item>
  651. </layout>
  652. </widget>
  653. </item>
  654. <item>
  655. <spacer name="verticalSpacer">
  656. <property name="orientation">
  657. <enum>Qt::Vertical</enum>
  658. </property>
  659. <property name="sizeHint" stdset="0">
  660. <size>
  661. <width>20</width>
  662. <height>40</height>
  663. </size>
  664. </property>
  665. </spacer>
  666. </item>
  667. </layout>
  668. </widget>
  669. </widget>
  670. </item>
  671. <item>
  672. <widget class="CanvasPreviewFrame" name="miniCanvasPreview">
  673. <property name="minimumSize">
  674. <size>
  675. <width>210</width>
  676. <height>162</height>
  677. </size>
  678. </property>
  679. <property name="maximumSize">
  680. <size>
  681. <width>16777215</width>
  682. <height>162</height>
  683. </size>
  684. </property>
  685. <property name="acceptDrops">
  686. <bool>false</bool>
  687. </property>
  688. <property name="frameShape">
  689. <enum>QFrame::StyledPanel</enum>
  690. </property>
  691. <property name="frameShadow">
  692. <enum>QFrame::Sunken</enum>
  693. </property>
  694. </widget>
  695. </item>
  696. </layout>
  697. </item>
  698. </layout>
  699. </widget>
  700. </widget>
  701. <action name="act_file_new">
  702. <property name="icon">
  703. <iconset resource="../resources.qrc">
  704. <normaloff>:/16x16/document-new.png</normaloff>:/16x16/document-new.png</iconset>
  705. </property>
  706. <property name="text">
  707. <string>&amp;New</string>
  708. </property>
  709. <property name="shortcut">
  710. <string>Ctrl+N</string>
  711. </property>
  712. </action>
  713. <action name="act_file_open">
  714. <property name="icon">
  715. <iconset resource="../resources.qrc">
  716. <normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset>
  717. </property>
  718. <property name="text">
  719. <string>&amp;Open...</string>
  720. </property>
  721. <property name="shortcut">
  722. <string>Ctrl+O</string>
  723. </property>
  724. </action>
  725. <action name="act_file_save">
  726. <property name="icon">
  727. <iconset resource="../resources.qrc">
  728. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  729. </property>
  730. <property name="text">
  731. <string>&amp;Save</string>
  732. </property>
  733. <property name="shortcut">
  734. <string>Ctrl+S</string>
  735. </property>
  736. </action>
  737. <action name="act_file_save_as">
  738. <property name="icon">
  739. <iconset resource="../resources.qrc">
  740. <normaloff>:/16x16/document-save-as.png</normaloff>:/16x16/document-save-as.png</iconset>
  741. </property>
  742. <property name="text">
  743. <string>Save &amp;As...</string>
  744. </property>
  745. <property name="shortcut">
  746. <string>Ctrl+Shift+S</string>
  747. </property>
  748. </action>
  749. <action name="act_file_quit">
  750. <property name="icon">
  751. <iconset resource="../resources.qrc">
  752. <normaloff>:/16x16/application-exit.png</normaloff>:/16x16/application-exit.png</iconset>
  753. </property>
  754. <property name="text">
  755. <string>&amp;Quit</string>
  756. </property>
  757. <property name="shortcut">
  758. <string>Ctrl+Q</string>
  759. </property>
  760. </action>
  761. <action name="act_engine_start">
  762. <property name="icon">
  763. <iconset resource="../resources.qrc">
  764. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  765. </property>
  766. <property name="text">
  767. <string>&amp;Start</string>
  768. </property>
  769. <property name="shortcut">
  770. <string>F5</string>
  771. </property>
  772. </action>
  773. <action name="act_engine_stop">
  774. <property name="icon">
  775. <iconset resource="../resources.qrc">
  776. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  777. </property>
  778. <property name="text">
  779. <string>St&amp;op</string>
  780. </property>
  781. <property name="shortcut">
  782. <string>F6</string>
  783. </property>
  784. </action>
  785. <action name="act_plugin_add">
  786. <property name="icon">
  787. <iconset resource="../resources.qrc">
  788. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  789. </property>
  790. <property name="text">
  791. <string>&amp;Add...</string>
  792. </property>
  793. <property name="shortcut">
  794. <string>Ctrl+A</string>
  795. </property>
  796. </action>
  797. <action name="act_plugin_add2">
  798. <property name="icon">
  799. <iconset resource="../resources.qrc">
  800. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  801. </property>
  802. <property name="text">
  803. <string>Add Plugin...</string>
  804. </property>
  805. </action>
  806. <action name="act_plugin_remove_all">
  807. <property name="icon">
  808. <iconset resource="../resources.qrc">
  809. <normaloff>:/16x16/edit-delete.png</normaloff>:/16x16/edit-delete.png</iconset>
  810. </property>
  811. <property name="text">
  812. <string>&amp;Remove All</string>
  813. </property>
  814. </action>
  815. <action name="act_plugins_enable">
  816. <property name="text">
  817. <string>Enable</string>
  818. </property>
  819. </action>
  820. <action name="act_plugins_disable">
  821. <property name="text">
  822. <string>Disable</string>
  823. </property>
  824. </action>
  825. <action name="act_plugins_bypass">
  826. <property name="text">
  827. <string>0% Wet (Bypass)</string>
  828. </property>
  829. </action>
  830. <action name="act_plugins_wet100">
  831. <property name="text">
  832. <string>100% Wet</string>
  833. </property>
  834. </action>
  835. <action name="act_plugins_mute">
  836. <property name="text">
  837. <string>0% Volume (Mute)</string>
  838. </property>
  839. </action>
  840. <action name="act_plugins_volume100">
  841. <property name="text">
  842. <string>100% Volume</string>
  843. </property>
  844. </action>
  845. <action name="act_plugins_center">
  846. <property name="text">
  847. <string>Center Balance</string>
  848. </property>
  849. </action>
  850. <action name="act_plugins_panic">
  851. <property name="icon">
  852. <iconset resource="../resources.qrc">
  853. <normaloff>:/16x16/dialog-warning.png</normaloff>:/16x16/dialog-warning.png</iconset>
  854. </property>
  855. <property name="text">
  856. <string>Panic</string>
  857. </property>
  858. </action>
  859. <action name="act_transport_play">
  860. <property name="checkable">
  861. <bool>true</bool>
  862. </property>
  863. <property name="icon">
  864. <iconset resource="../resources.qrc">
  865. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  866. </property>
  867. <property name="text">
  868. <string>&amp;Play</string>
  869. </property>
  870. <property name="shortcut">
  871. <string>Ctrl+Shift+P</string>
  872. </property>
  873. </action>
  874. <action name="act_transport_stop">
  875. <property name="icon">
  876. <iconset resource="../resources.qrc">
  877. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  878. </property>
  879. <property name="text">
  880. <string>&amp;Stop</string>
  881. </property>
  882. <property name="shortcut">
  883. <string>Ctrl+Shift+X</string>
  884. </property>
  885. </action>
  886. <action name="act_transport_backwards">
  887. <property name="icon">
  888. <iconset resource="../resources.qrc">
  889. <normaloff>:/16x16/media-seek-backward.png</normaloff>:/16x16/media-seek-backward.png</iconset>
  890. </property>
  891. <property name="text">
  892. <string>&amp;Backwards</string>
  893. </property>
  894. <property name="shortcut">
  895. <string>Ctrl+Shift+B</string>
  896. </property>
  897. </action>
  898. <action name="act_transport_forwards">
  899. <property name="icon">
  900. <iconset resource="../resources.qrc">
  901. <normaloff>:/16x16/media-seek-forward.png</normaloff>:/16x16/media-seek-forward.png</iconset>
  902. </property>
  903. <property name="text">
  904. <string>&amp;Forwards</string>
  905. </property>
  906. <property name="shortcut">
  907. <string>Ctrl+Shift+F</string>
  908. </property>
  909. </action>
  910. <action name="act_canvas_arrange">
  911. <property name="icon">
  912. <iconset resource="../resources.qrc">
  913. <normaloff>:/16x16/view-sort-ascending.png</normaloff>:/16x16/view-sort-ascending.png</iconset>
  914. </property>
  915. <property name="text">
  916. <string>&amp;Arrange</string>
  917. </property>
  918. <property name="shortcut">
  919. <string>Ctrl+G</string>
  920. </property>
  921. </action>
  922. <action name="act_canvas_refresh">
  923. <property name="icon">
  924. <iconset resource="../resources.qrc">
  925. <normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset>
  926. </property>
  927. <property name="text">
  928. <string>&amp;Refresh</string>
  929. </property>
  930. <property name="shortcut">
  931. <string>Ctrl+R</string>
  932. </property>
  933. </action>
  934. <action name="act_canvas_print">
  935. <property name="icon">
  936. <iconset resource="../resources.qrc">
  937. <normaloff>:/16x16/document-print.png</normaloff>:/16x16/document-print.png</iconset>
  938. </property>
  939. <property name="text">
  940. <string>&amp;Print...</string>
  941. </property>
  942. </action>
  943. <action name="act_canvas_save_image">
  944. <property name="text">
  945. <string>Save &amp;Image...</string>
  946. </property>
  947. </action>
  948. <action name="act_canvas_zoom_fit">
  949. <property name="icon">
  950. <iconset resource="../resources.qrc">
  951. <normaloff>:/16x16/zoom-fit-best.png</normaloff>:/16x16/zoom-fit-best.png</iconset>
  952. </property>
  953. <property name="text">
  954. <string>Auto-Fit</string>
  955. </property>
  956. <property name="shortcut">
  957. <string>Home</string>
  958. </property>
  959. </action>
  960. <action name="act_canvas_zoom_in">
  961. <property name="icon">
  962. <iconset resource="../resources.qrc">
  963. <normaloff>:/16x16/zoom-in.png</normaloff>:/16x16/zoom-in.png</iconset>
  964. </property>
  965. <property name="text">
  966. <string>Zoom In</string>
  967. </property>
  968. <property name="shortcut">
  969. <string>Ctrl++</string>
  970. </property>
  971. </action>
  972. <action name="act_canvas_zoom_out">
  973. <property name="icon">
  974. <iconset resource="../resources.qrc">
  975. <normaloff>:/16x16/zoom-out.png</normaloff>:/16x16/zoom-out.png</iconset>
  976. </property>
  977. <property name="text">
  978. <string>Zoom Out</string>
  979. </property>
  980. <property name="shortcut">
  981. <string>Ctrl+-</string>
  982. </property>
  983. </action>
  984. <action name="act_canvas_zoom_100">
  985. <property name="icon">
  986. <iconset resource="../resources.qrc">
  987. <normaloff>:/16x16/zoom-original.png</normaloff>:/16x16/zoom-original.png</iconset>
  988. </property>
  989. <property name="text">
  990. <string>Zoom 100%</string>
  991. </property>
  992. <property name="shortcut">
  993. <string>Ctrl+1</string>
  994. </property>
  995. </action>
  996. <action name="act_settings_show_toolbar">
  997. <property name="checkable">
  998. <bool>true</bool>
  999. </property>
  1000. <property name="text">
  1001. <string>Show &amp;Toolbar</string>
  1002. </property>
  1003. </action>
  1004. <action name="act_settings_configure">
  1005. <property name="icon">
  1006. <iconset resource="../resources.qrc">
  1007. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  1008. </property>
  1009. <property name="text">
  1010. <string>&amp;Configure Carla</string>
  1011. </property>
  1012. </action>
  1013. <action name="act_help_about">
  1014. <property name="text">
  1015. <string>&amp;About</string>
  1016. </property>
  1017. </action>
  1018. <action name="act_help_about_qt">
  1019. <property name="text">
  1020. <string>About &amp;Qt</string>
  1021. </property>
  1022. </action>
  1023. <action name="act_settings_show_meters">
  1024. <property name="checkable">
  1025. <bool>true</bool>
  1026. </property>
  1027. <property name="text">
  1028. <string>Show Canvas &amp;Meters</string>
  1029. </property>
  1030. </action>
  1031. <action name="act_settings_show_keyboard">
  1032. <property name="checkable">
  1033. <bool>true</bool>
  1034. </property>
  1035. <property name="text">
  1036. <string>Show Canvas &amp;Keyboard</string>
  1037. </property>
  1038. </action>
  1039. <action name="act_help_about_juce">
  1040. <property name="text">
  1041. <string>About &amp;JUCE</string>
  1042. </property>
  1043. </action>
  1044. <action name="act_canvas_show_internal">
  1045. <property name="checkable">
  1046. <bool>true</bool>
  1047. </property>
  1048. <property name="text">
  1049. <string>Show Internal</string>
  1050. </property>
  1051. </action>
  1052. <action name="act_canvas_show_external">
  1053. <property name="checkable">
  1054. <bool>true</bool>
  1055. </property>
  1056. <property name="text">
  1057. <string>Show External</string>
  1058. </property>
  1059. </action>
  1060. <action name="act_settings_show_time_panel">
  1061. <property name="checkable">
  1062. <bool>true</bool>
  1063. </property>
  1064. <property name="text">
  1065. <string>Show Time Panel</string>
  1066. </property>
  1067. </action>
  1068. <action name="act_settings_show_side_panel">
  1069. <property name="checkable">
  1070. <bool>true</bool>
  1071. </property>
  1072. <property name="text">
  1073. <string>Show &amp;Side Panel</string>
  1074. </property>
  1075. </action>
  1076. <action name="act_file_connect">
  1077. <property name="icon">
  1078. <iconset resource="../resources.qrc">
  1079. <normaloff>:/16x16/network-connect.png</normaloff>:/16x16/network-connect.png</iconset>
  1080. </property>
  1081. <property name="text">
  1082. <string>&amp;Connect...</string>
  1083. </property>
  1084. </action>
  1085. <action name="act_file_refresh">
  1086. <property name="icon">
  1087. <iconset resource="../resources.qrc">
  1088. <normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset>
  1089. </property>
  1090. <property name="text">
  1091. <string>&amp;Refresh</string>
  1092. </property>
  1093. </action>
  1094. <action name="act_plugins_compact">
  1095. <property name="text">
  1096. <string>Compact Slots</string>
  1097. </property>
  1098. </action>
  1099. <action name="act_plugins_expand">
  1100. <property name="text">
  1101. <string>Expand Slots</string>
  1102. </property>
  1103. </action>
  1104. </widget>
  1105. <customwidgets>
  1106. <customwidget>
  1107. <class>DigitalPeakMeter</class>
  1108. <extends>QWidget</extends>
  1109. <header>digitalpeakmeter.h</header>
  1110. <container>1</container>
  1111. </customwidget>
  1112. <customwidget>
  1113. <class>CanvasPreviewFrame</class>
  1114. <extends>QFrame</extends>
  1115. <header>canvaspreviewframe.h</header>
  1116. <container>1</container>
  1117. </customwidget>
  1118. <customwidget>
  1119. <class>RackListWidget</class>
  1120. <extends>QListWidget</extends>
  1121. <header>racklistwidget.h</header>
  1122. </customwidget>
  1123. <customwidget>
  1124. <class>DraggableGraphicsView</class>
  1125. <extends>QGraphicsView</extends>
  1126. <header>draggablegraphicsview.h</header>
  1127. </customwidget>
  1128. </customwidgets>
  1129. <resources>
  1130. <include location="../resources.qrc"/>
  1131. </resources>
  1132. <connections>
  1133. <connection>
  1134. <sender>act_file_quit</sender>
  1135. <signal>triggered()</signal>
  1136. <receiver>CarlaHostW</receiver>
  1137. <slot>close()</slot>
  1138. <hints>
  1139. <hint type="sourcelabel">
  1140. <x>-1</x>
  1141. <y>-1</y>
  1142. </hint>
  1143. <hint type="destinationlabel">
  1144. <x>189</x>
  1145. <y>34</y>
  1146. </hint>
  1147. </hints>
  1148. </connection>
  1149. </connections>
  1150. </ui>