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.

1186 lines
36KB

  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>20</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_add_jack"/>
  323. <addaction name="act_plugin_remove_all"/>
  324. <addaction name="act_plugins_panic"/>
  325. <addaction name="separator"/>
  326. <addaction name="act_settings_configure"/>
  327. </widget>
  328. <widget class="QDockWidget" name="dockWidget">
  329. <property name="features">
  330. <set>QDockWidget::NoDockWidgetFeatures</set>
  331. </property>
  332. <property name="allowedAreas">
  333. <set>Qt::NoDockWidgetArea</set>
  334. </property>
  335. <attribute name="dockWidgetArea">
  336. <number>1</number>
  337. </attribute>
  338. <widget class="QWidget" name="dockWidgetContents">
  339. <layout class="QVBoxLayout" name="verticalLayout">
  340. <property name="spacing">
  341. <number>0</number>
  342. </property>
  343. <property name="leftMargin">
  344. <number>0</number>
  345. </property>
  346. <property name="topMargin">
  347. <number>1</number>
  348. </property>
  349. <property name="rightMargin">
  350. <number>0</number>
  351. </property>
  352. <property name="bottomMargin">
  353. <number>0</number>
  354. </property>
  355. <item>
  356. <layout class="QVBoxLayout" name="verticalLayout_4">
  357. <property name="spacing">
  358. <number>1</number>
  359. </property>
  360. <item>
  361. <widget class="QTabWidget" name="tabUtils">
  362. <property name="sizePolicy">
  363. <sizepolicy hsizetype="Ignored" vsizetype="Expanding">
  364. <horstretch>0</horstretch>
  365. <verstretch>0</verstretch>
  366. </sizepolicy>
  367. </property>
  368. <property name="minimumSize">
  369. <size>
  370. <width>210</width>
  371. <height>0</height>
  372. </size>
  373. </property>
  374. <property name="acceptDrops">
  375. <bool>false</bool>
  376. </property>
  377. <property name="tabPosition">
  378. <enum>QTabWidget::West</enum>
  379. </property>
  380. <property name="currentIndex">
  381. <number>0</number>
  382. </property>
  383. <widget class="QWidget" name="disk">
  384. <property name="acceptDrops">
  385. <bool>false</bool>
  386. </property>
  387. <attribute name="title">
  388. <string>Disk</string>
  389. </attribute>
  390. <layout class="QVBoxLayout" name="verticalLayout_3">
  391. <property name="spacing">
  392. <number>0</number>
  393. </property>
  394. <property name="leftMargin">
  395. <number>0</number>
  396. </property>
  397. <property name="topMargin">
  398. <number>0</number>
  399. </property>
  400. <property name="rightMargin">
  401. <number>0</number>
  402. </property>
  403. <property name="bottomMargin">
  404. <number>1</number>
  405. </property>
  406. <item>
  407. <layout class="QHBoxLayout" name="horizontalLayout">
  408. <item>
  409. <widget class="QComboBox" name="cb_disk">
  410. <item>
  411. <property name="text">
  412. <string>Home</string>
  413. </property>
  414. </item>
  415. </widget>
  416. </item>
  417. <item>
  418. <widget class="QToolButton" name="b_disk_add">
  419. <property name="text">
  420. <string/>
  421. </property>
  422. <property name="icon">
  423. <iconset resource="../resources.qrc">
  424. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  425. </property>
  426. </widget>
  427. </item>
  428. <item>
  429. <widget class="QToolButton" name="b_disk_remove">
  430. <property name="enabled">
  431. <bool>false</bool>
  432. </property>
  433. <property name="text">
  434. <string/>
  435. </property>
  436. <property name="icon">
  437. <iconset resource="../resources.qrc">
  438. <normaloff>:/16x16/list-remove.png</normaloff>:/16x16/list-remove.png</iconset>
  439. </property>
  440. </widget>
  441. </item>
  442. </layout>
  443. </item>
  444. <item>
  445. <widget class="QTreeView" name="fileTreeView">
  446. <property name="editTriggers">
  447. <set>QAbstractItemView::NoEditTriggers</set>
  448. </property>
  449. <property name="dragEnabled">
  450. <bool>true</bool>
  451. </property>
  452. <property name="dragDropMode">
  453. <enum>QAbstractItemView::DragOnly</enum>
  454. </property>
  455. </widget>
  456. </item>
  457. </layout>
  458. </widget>
  459. <widget class="QWidget" name="w_transport">
  460. <attribute name="title">
  461. <string>Transport</string>
  462. </attribute>
  463. <layout class="QVBoxLayout" name="verticalLayout_6">
  464. <item>
  465. <widget class="QGroupBox" name="group_transport_controls">
  466. <property name="title">
  467. <string>Playback Controls</string>
  468. </property>
  469. <layout class="QHBoxLayout" name="horizontalLayout_5">
  470. <item>
  471. <widget class="QPushButton" name="b_transport_play">
  472. <property name="text">
  473. <string/>
  474. </property>
  475. <property name="icon">
  476. <iconset resource="../resources.qrc">
  477. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  478. </property>
  479. <property name="checkable">
  480. <bool>true</bool>
  481. </property>
  482. </widget>
  483. </item>
  484. <item>
  485. <widget class="QPushButton" name="b_transport_stop">
  486. <property name="text">
  487. <string/>
  488. </property>
  489. <property name="icon">
  490. <iconset resource="../resources.qrc">
  491. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  492. </property>
  493. </widget>
  494. </item>
  495. <item>
  496. <widget class="QPushButton" name="b_transport_backwards">
  497. <property name="text">
  498. <string/>
  499. </property>
  500. <property name="icon">
  501. <iconset resource="../resources.qrc">
  502. <normaloff>:/16x16/media-seek-backward.png</normaloff>:/16x16/media-seek-backward.png</iconset>
  503. </property>
  504. <property name="autoRepeat">
  505. <bool>true</bool>
  506. </property>
  507. </widget>
  508. </item>
  509. <item>
  510. <widget class="QPushButton" name="b_transport_forwards">
  511. <property name="text">
  512. <string/>
  513. </property>
  514. <property name="icon">
  515. <iconset resource="../resources.qrc">
  516. <normaloff>:/16x16/media-seek-forward.png</normaloff>:/16x16/media-seek-forward.png</iconset>
  517. </property>
  518. <property name="autoRepeat">
  519. <bool>true</bool>
  520. </property>
  521. </widget>
  522. </item>
  523. </layout>
  524. </widget>
  525. </item>
  526. <item>
  527. <widget class="QGroupBox" name="group_transport_info">
  528. <property name="title">
  529. <string>Time Information</string>
  530. </property>
  531. <layout class="QVBoxLayout" name="verticalLayout_2">
  532. <item>
  533. <layout class="QHBoxLayout" name="horizontalLayout_6">
  534. <item>
  535. <widget class="QLabel" name="label_transport_frame">
  536. <property name="text">
  537. <string>Frame:</string>
  538. </property>
  539. <property name="alignment">
  540. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  541. </property>
  542. </widget>
  543. </item>
  544. <item>
  545. <widget class="QLabel" name="l_transport_frame">
  546. <property name="font">
  547. <font>
  548. <family>DejaVu Sans Mono</family>
  549. </font>
  550. </property>
  551. <property name="text">
  552. <string>000'000'000</string>
  553. </property>
  554. </widget>
  555. </item>
  556. </layout>
  557. </item>
  558. <item>
  559. <layout class="QHBoxLayout" name="horizontalLayout_7">
  560. <item>
  561. <widget class="QLabel" name="label_transport_time">
  562. <property name="text">
  563. <string>Time:</string>
  564. </property>
  565. <property name="alignment">
  566. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  567. </property>
  568. </widget>
  569. </item>
  570. <item>
  571. <widget class="QLabel" name="l_transport_time">
  572. <property name="font">
  573. <font>
  574. <family>DejaVu Sans Mono</family>
  575. </font>
  576. </property>
  577. <property name="text">
  578. <string>00:00:00</string>
  579. </property>
  580. </widget>
  581. </item>
  582. </layout>
  583. </item>
  584. <item>
  585. <layout class="QHBoxLayout" name="horizontalLayout_8">
  586. <item>
  587. <widget class="QLabel" name="label_transport_bbt">
  588. <property name="text">
  589. <string>BBT:</string>
  590. </property>
  591. <property name="alignment">
  592. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  593. </property>
  594. </widget>
  595. </item>
  596. <item>
  597. <widget class="QLabel" name="l_transport_bbt">
  598. <property name="font">
  599. <font>
  600. <family>DejaVu Sans Mono</family>
  601. </font>
  602. </property>
  603. <property name="text">
  604. <string>000|00|0000</string>
  605. </property>
  606. </widget>
  607. </item>
  608. </layout>
  609. </item>
  610. </layout>
  611. </widget>
  612. </item>
  613. <item>
  614. <widget class="QGroupBox" name="group_transport_settings">
  615. <property name="title">
  616. <string>Settings</string>
  617. </property>
  618. <layout class="QVBoxLayout" name="verticalLayout_5">
  619. <item>
  620. <widget class="QDoubleSpinBox" name="dsb_transport_bpm">
  621. <property name="enabled">
  622. <bool>false</bool>
  623. </property>
  624. <property name="suffix">
  625. <string> BPM</string>
  626. </property>
  627. <property name="decimals">
  628. <number>1</number>
  629. </property>
  630. <property name="minimum">
  631. <double>20.000000000000000</double>
  632. </property>
  633. <property name="maximum">
  634. <double>999.000000000000000</double>
  635. </property>
  636. </widget>
  637. </item>
  638. <item>
  639. <widget class="QCheckBox" name="cb_transport_jack">
  640. <property name="text">
  641. <string>Use JACK Transport</string>
  642. </property>
  643. </widget>
  644. </item>
  645. <item>
  646. <widget class="QCheckBox" name="cb_transport_link">
  647. <property name="text">
  648. <string>Use Ableton Link</string>
  649. </property>
  650. </widget>
  651. </item>
  652. </layout>
  653. </widget>
  654. </item>
  655. <item>
  656. <spacer name="verticalSpacer">
  657. <property name="orientation">
  658. <enum>Qt::Vertical</enum>
  659. </property>
  660. <property name="sizeHint" stdset="0">
  661. <size>
  662. <width>20</width>
  663. <height>40</height>
  664. </size>
  665. </property>
  666. </spacer>
  667. </item>
  668. </layout>
  669. </widget>
  670. </widget>
  671. </item>
  672. <item>
  673. <widget class="CanvasPreviewFrame" name="miniCanvasPreview">
  674. <property name="minimumSize">
  675. <size>
  676. <width>210</width>
  677. <height>162</height>
  678. </size>
  679. </property>
  680. <property name="maximumSize">
  681. <size>
  682. <width>16777215</width>
  683. <height>162</height>
  684. </size>
  685. </property>
  686. <property name="acceptDrops">
  687. <bool>false</bool>
  688. </property>
  689. <property name="frameShape">
  690. <enum>QFrame::StyledPanel</enum>
  691. </property>
  692. <property name="frameShadow">
  693. <enum>QFrame::Sunken</enum>
  694. </property>
  695. </widget>
  696. </item>
  697. </layout>
  698. </item>
  699. </layout>
  700. </widget>
  701. </widget>
  702. <action name="act_file_new">
  703. <property name="icon">
  704. <iconset resource="../resources.qrc">
  705. <normaloff>:/16x16/document-new.png</normaloff>:/16x16/document-new.png</iconset>
  706. </property>
  707. <property name="text">
  708. <string>&amp;New</string>
  709. </property>
  710. <property name="shortcut">
  711. <string>Ctrl+N</string>
  712. </property>
  713. </action>
  714. <action name="act_file_open">
  715. <property name="icon">
  716. <iconset resource="../resources.qrc">
  717. <normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset>
  718. </property>
  719. <property name="text">
  720. <string>&amp;Open...</string>
  721. </property>
  722. <property name="shortcut">
  723. <string>Ctrl+O</string>
  724. </property>
  725. </action>
  726. <action name="act_file_save">
  727. <property name="icon">
  728. <iconset resource="../resources.qrc">
  729. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  730. </property>
  731. <property name="text">
  732. <string>&amp;Save</string>
  733. </property>
  734. <property name="shortcut">
  735. <string>Ctrl+S</string>
  736. </property>
  737. </action>
  738. <action name="act_file_save_as">
  739. <property name="icon">
  740. <iconset resource="../resources.qrc">
  741. <normaloff>:/16x16/document-save-as.png</normaloff>:/16x16/document-save-as.png</iconset>
  742. </property>
  743. <property name="text">
  744. <string>Save &amp;As...</string>
  745. </property>
  746. <property name="shortcut">
  747. <string>Ctrl+Shift+S</string>
  748. </property>
  749. </action>
  750. <action name="act_file_quit">
  751. <property name="icon">
  752. <iconset resource="../resources.qrc">
  753. <normaloff>:/16x16/application-exit.png</normaloff>:/16x16/application-exit.png</iconset>
  754. </property>
  755. <property name="text">
  756. <string>&amp;Quit</string>
  757. </property>
  758. <property name="shortcut">
  759. <string>Ctrl+Q</string>
  760. </property>
  761. </action>
  762. <action name="act_engine_start">
  763. <property name="icon">
  764. <iconset resource="../resources.qrc">
  765. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  766. </property>
  767. <property name="text">
  768. <string>&amp;Start</string>
  769. </property>
  770. <property name="shortcut">
  771. <string>F5</string>
  772. </property>
  773. </action>
  774. <action name="act_engine_stop">
  775. <property name="icon">
  776. <iconset resource="../resources.qrc">
  777. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  778. </property>
  779. <property name="text">
  780. <string>St&amp;op</string>
  781. </property>
  782. <property name="shortcut">
  783. <string>F6</string>
  784. </property>
  785. </action>
  786. <action name="act_plugin_add">
  787. <property name="icon">
  788. <iconset resource="../resources.qrc">
  789. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  790. </property>
  791. <property name="text">
  792. <string>&amp;Add...</string>
  793. </property>
  794. <property name="shortcut">
  795. <string>Ctrl+A</string>
  796. </property>
  797. </action>
  798. <action name="act_plugin_add2">
  799. <property name="icon">
  800. <iconset resource="../resources.qrc">
  801. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  802. </property>
  803. <property name="text">
  804. <string>Add Plugin...</string>
  805. </property>
  806. </action>
  807. <action name="act_plugin_remove_all">
  808. <property name="icon">
  809. <iconset resource="../resources.qrc">
  810. <normaloff>:/16x16/edit-delete.png</normaloff>:/16x16/edit-delete.png</iconset>
  811. </property>
  812. <property name="text">
  813. <string>&amp;Remove All</string>
  814. </property>
  815. </action>
  816. <action name="act_plugins_enable">
  817. <property name="text">
  818. <string>Enable</string>
  819. </property>
  820. </action>
  821. <action name="act_plugins_disable">
  822. <property name="text">
  823. <string>Disable</string>
  824. </property>
  825. </action>
  826. <action name="act_plugins_bypass">
  827. <property name="text">
  828. <string>0% Wet (Bypass)</string>
  829. </property>
  830. </action>
  831. <action name="act_plugins_wet100">
  832. <property name="text">
  833. <string>100% Wet</string>
  834. </property>
  835. </action>
  836. <action name="act_plugins_mute">
  837. <property name="text">
  838. <string>0% Volume (Mute)</string>
  839. </property>
  840. </action>
  841. <action name="act_plugins_volume100">
  842. <property name="text">
  843. <string>100% Volume</string>
  844. </property>
  845. </action>
  846. <action name="act_plugins_center">
  847. <property name="text">
  848. <string>Center Balance</string>
  849. </property>
  850. </action>
  851. <action name="act_plugins_panic">
  852. <property name="icon">
  853. <iconset resource="../resources.qrc">
  854. <normaloff>:/16x16/dialog-warning.png</normaloff>:/16x16/dialog-warning.png</iconset>
  855. </property>
  856. <property name="text">
  857. <string>Panic</string>
  858. </property>
  859. </action>
  860. <action name="act_transport_play">
  861. <property name="checkable">
  862. <bool>true</bool>
  863. </property>
  864. <property name="icon">
  865. <iconset resource="../resources.qrc">
  866. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  867. </property>
  868. <property name="text">
  869. <string>&amp;Play</string>
  870. </property>
  871. <property name="shortcut">
  872. <string>Ctrl+Shift+P</string>
  873. </property>
  874. </action>
  875. <action name="act_transport_stop">
  876. <property name="icon">
  877. <iconset resource="../resources.qrc">
  878. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  879. </property>
  880. <property name="text">
  881. <string>&amp;Stop</string>
  882. </property>
  883. <property name="shortcut">
  884. <string>Ctrl+Shift+X</string>
  885. </property>
  886. </action>
  887. <action name="act_transport_backwards">
  888. <property name="icon">
  889. <iconset resource="../resources.qrc">
  890. <normaloff>:/16x16/media-seek-backward.png</normaloff>:/16x16/media-seek-backward.png</iconset>
  891. </property>
  892. <property name="text">
  893. <string>&amp;Backwards</string>
  894. </property>
  895. <property name="shortcut">
  896. <string>Ctrl+Shift+B</string>
  897. </property>
  898. </action>
  899. <action name="act_transport_forwards">
  900. <property name="icon">
  901. <iconset resource="../resources.qrc">
  902. <normaloff>:/16x16/media-seek-forward.png</normaloff>:/16x16/media-seek-forward.png</iconset>
  903. </property>
  904. <property name="text">
  905. <string>&amp;Forwards</string>
  906. </property>
  907. <property name="shortcut">
  908. <string>Ctrl+Shift+F</string>
  909. </property>
  910. </action>
  911. <action name="act_canvas_arrange">
  912. <property name="icon">
  913. <iconset resource="../resources.qrc">
  914. <normaloff>:/16x16/view-sort-ascending.png</normaloff>:/16x16/view-sort-ascending.png</iconset>
  915. </property>
  916. <property name="text">
  917. <string>&amp;Arrange</string>
  918. </property>
  919. <property name="shortcut">
  920. <string>Ctrl+G</string>
  921. </property>
  922. </action>
  923. <action name="act_canvas_refresh">
  924. <property name="icon">
  925. <iconset resource="../resources.qrc">
  926. <normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset>
  927. </property>
  928. <property name="text">
  929. <string>&amp;Refresh</string>
  930. </property>
  931. <property name="shortcut">
  932. <string>Ctrl+R</string>
  933. </property>
  934. </action>
  935. <action name="act_canvas_print">
  936. <property name="icon">
  937. <iconset resource="../resources.qrc">
  938. <normaloff>:/16x16/document-print.png</normaloff>:/16x16/document-print.png</iconset>
  939. </property>
  940. <property name="text">
  941. <string>&amp;Print...</string>
  942. </property>
  943. </action>
  944. <action name="act_canvas_save_image">
  945. <property name="text">
  946. <string>Save &amp;Image...</string>
  947. </property>
  948. </action>
  949. <action name="act_canvas_zoom_fit">
  950. <property name="icon">
  951. <iconset resource="../resources.qrc">
  952. <normaloff>:/16x16/zoom-fit-best.png</normaloff>:/16x16/zoom-fit-best.png</iconset>
  953. </property>
  954. <property name="text">
  955. <string>Auto-Fit</string>
  956. </property>
  957. <property name="shortcut">
  958. <string>Home</string>
  959. </property>
  960. </action>
  961. <action name="act_canvas_zoom_in">
  962. <property name="icon">
  963. <iconset resource="../resources.qrc">
  964. <normaloff>:/16x16/zoom-in.png</normaloff>:/16x16/zoom-in.png</iconset>
  965. </property>
  966. <property name="text">
  967. <string>Zoom In</string>
  968. </property>
  969. <property name="shortcut">
  970. <string>Ctrl++</string>
  971. </property>
  972. </action>
  973. <action name="act_canvas_zoom_out">
  974. <property name="icon">
  975. <iconset resource="../resources.qrc">
  976. <normaloff>:/16x16/zoom-out.png</normaloff>:/16x16/zoom-out.png</iconset>
  977. </property>
  978. <property name="text">
  979. <string>Zoom Out</string>
  980. </property>
  981. <property name="shortcut">
  982. <string>Ctrl+-</string>
  983. </property>
  984. </action>
  985. <action name="act_canvas_zoom_100">
  986. <property name="icon">
  987. <iconset resource="../resources.qrc">
  988. <normaloff>:/16x16/zoom-original.png</normaloff>:/16x16/zoom-original.png</iconset>
  989. </property>
  990. <property name="text">
  991. <string>Zoom 100%</string>
  992. </property>
  993. <property name="shortcut">
  994. <string>Ctrl+1</string>
  995. </property>
  996. </action>
  997. <action name="act_settings_show_toolbar">
  998. <property name="checkable">
  999. <bool>true</bool>
  1000. </property>
  1001. <property name="text">
  1002. <string>Show &amp;Toolbar</string>
  1003. </property>
  1004. </action>
  1005. <action name="act_settings_configure">
  1006. <property name="icon">
  1007. <iconset resource="../resources.qrc">
  1008. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  1009. </property>
  1010. <property name="text">
  1011. <string>&amp;Configure Carla</string>
  1012. </property>
  1013. </action>
  1014. <action name="act_help_about">
  1015. <property name="text">
  1016. <string>&amp;About</string>
  1017. </property>
  1018. </action>
  1019. <action name="act_help_about_qt">
  1020. <property name="text">
  1021. <string>About &amp;Qt</string>
  1022. </property>
  1023. </action>
  1024. <action name="act_settings_show_meters">
  1025. <property name="checkable">
  1026. <bool>true</bool>
  1027. </property>
  1028. <property name="text">
  1029. <string>Show Canvas &amp;Meters</string>
  1030. </property>
  1031. </action>
  1032. <action name="act_settings_show_keyboard">
  1033. <property name="checkable">
  1034. <bool>true</bool>
  1035. </property>
  1036. <property name="text">
  1037. <string>Show Canvas &amp;Keyboard</string>
  1038. </property>
  1039. </action>
  1040. <action name="act_help_about_juce">
  1041. <property name="text">
  1042. <string>About &amp;JUCE</string>
  1043. </property>
  1044. </action>
  1045. <action name="act_canvas_show_internal">
  1046. <property name="checkable">
  1047. <bool>true</bool>
  1048. </property>
  1049. <property name="text">
  1050. <string>Show Internal</string>
  1051. </property>
  1052. </action>
  1053. <action name="act_canvas_show_external">
  1054. <property name="checkable">
  1055. <bool>true</bool>
  1056. </property>
  1057. <property name="text">
  1058. <string>Show External</string>
  1059. </property>
  1060. </action>
  1061. <action name="act_settings_show_time_panel">
  1062. <property name="checkable">
  1063. <bool>true</bool>
  1064. </property>
  1065. <property name="text">
  1066. <string>Show Time Panel</string>
  1067. </property>
  1068. </action>
  1069. <action name="act_settings_show_side_panel">
  1070. <property name="checkable">
  1071. <bool>true</bool>
  1072. </property>
  1073. <property name="text">
  1074. <string>Show &amp;Side Panel</string>
  1075. </property>
  1076. </action>
  1077. <action name="act_file_connect">
  1078. <property name="icon">
  1079. <iconset resource="../resources.qrc">
  1080. <normaloff>:/16x16/network-connect.png</normaloff>:/16x16/network-connect.png</iconset>
  1081. </property>
  1082. <property name="text">
  1083. <string>&amp;Connect...</string>
  1084. </property>
  1085. </action>
  1086. <action name="act_file_refresh">
  1087. <property name="icon">
  1088. <iconset resource="../resources.qrc">
  1089. <normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset>
  1090. </property>
  1091. <property name="text">
  1092. <string>&amp;Refresh</string>
  1093. </property>
  1094. </action>
  1095. <action name="act_plugins_compact">
  1096. <property name="text">
  1097. <string>Compact Slots</string>
  1098. </property>
  1099. </action>
  1100. <action name="act_plugins_expand">
  1101. <property name="text">
  1102. <string>Expand Slots</string>
  1103. </property>
  1104. </action>
  1105. <action name="act_secret_1">
  1106. <property name="text">
  1107. <string>Perform secret 1</string>
  1108. </property>
  1109. </action>
  1110. <action name="act_secret_2">
  1111. <property name="text">
  1112. <string>Perform secret 2</string>
  1113. </property>
  1114. </action>
  1115. <action name="act_secret_3">
  1116. <property name="text">
  1117. <string>Perform secret 3</string>
  1118. </property>
  1119. </action>
  1120. <action name="act_secret_4">
  1121. <property name="text">
  1122. <string>Perform secret 4</string>
  1123. </property>
  1124. </action>
  1125. <action name="act_secret_5">
  1126. <property name="text">
  1127. <string>Perform secret 5</string>
  1128. </property>
  1129. </action>
  1130. <action name="act_add_jack">
  1131. <property name="icon">
  1132. <iconset resource="../resources.qrc">
  1133. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  1134. </property>
  1135. <property name="text">
  1136. <string>Add &amp;Jack Aplication</string>
  1137. </property>
  1138. </action>
  1139. </widget>
  1140. <customwidgets>
  1141. <customwidget>
  1142. <class>DigitalPeakMeter</class>
  1143. <extends>QWidget</extends>
  1144. <header>digitalpeakmeter.h</header>
  1145. <container>1</container>
  1146. </customwidget>
  1147. <customwidget>
  1148. <class>CanvasPreviewFrame</class>
  1149. <extends>QFrame</extends>
  1150. <header>canvaspreviewframe.h</header>
  1151. <container>1</container>
  1152. </customwidget>
  1153. <customwidget>
  1154. <class>RackListWidget</class>
  1155. <extends>QListWidget</extends>
  1156. <header>racklistwidget.h</header>
  1157. </customwidget>
  1158. <customwidget>
  1159. <class>DraggableGraphicsView</class>
  1160. <extends>QGraphicsView</extends>
  1161. <header>draggablegraphicsview.h</header>
  1162. </customwidget>
  1163. </customwidgets>
  1164. <resources>
  1165. <include location="../resources.qrc"/>
  1166. </resources>
  1167. <connections>
  1168. <connection>
  1169. <sender>act_file_quit</sender>
  1170. <signal>triggered()</signal>
  1171. <receiver>CarlaHostW</receiver>
  1172. <slot>close()</slot>
  1173. <hints>
  1174. <hint type="sourcelabel">
  1175. <x>-1</x>
  1176. <y>-1</y>
  1177. </hint>
  1178. <hint type="destinationlabel">
  1179. <x>189</x>
  1180. <y>34</y>
  1181. </hint>
  1182. </hints>
  1183. </connection>
  1184. </connections>
  1185. </ui>