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.

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