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.

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