| @@ -594,7 +594,7 @@ You can disable these checks to get a faster scanning time (at your own risk).</ | |||||
| </sizepolicy> | </sizepolicy> | ||||
| </property> | </property> | ||||
| <property name="currentIndex"> | <property name="currentIndex"> | ||||
| <number>1</number> | |||||
| <number>0</number> | |||||
| </property> | </property> | ||||
| <widget class="QWidget" name="page_engine_process_mode_jack"> | <widget class="QWidget" name="page_engine_process_mode_jack"> | ||||
| <layout class="QHBoxLayout" name="horizontalLayout_4"> | <layout class="QHBoxLayout" name="horizontalLayout_4"> | ||||
| @@ -607,7 +607,7 @@ You can disable these checks to get a faster scanning time (at your own risk).</ | |||||
| <item> | <item> | ||||
| <widget class="QComboBox" name="cb_engine_process_mode_jack"> | <widget class="QComboBox" name="cb_engine_process_mode_jack"> | ||||
| <property name="currentIndex"> | <property name="currentIndex"> | ||||
| <number>1</number> | |||||
| <number>0</number> | |||||
| </property> | </property> | ||||
| <item> | <item> | ||||
| <property name="text"> | <property name="text"> | ||||
| @@ -621,7 +621,7 @@ You can disable these checks to get a faster scanning time (at your own risk).</ | |||||
| </item> | </item> | ||||
| <item> | <item> | ||||
| <property name="text"> | <property name="text"> | ||||
| <string>Continuous Rack (EXPERIMENTAL)</string> | |||||
| <string>Continuous Rack</string> | |||||
| </property> | </property> | ||||
| </item> | </item> | ||||
| </widget> | </widget> | ||||
| @@ -784,6 +784,9 @@ You can disable these checks to get a faster scanning time (at your own risk).</ | |||||
| </item> | </item> | ||||
| <item row="0" column="0" colspan="3"> | <item row="0" column="0" colspan="3"> | ||||
| <widget class="QCheckBox" name="ch_engine_prefer_ui_bridges"> | <widget class="QCheckBox" name="ch_engine_prefer_ui_bridges"> | ||||
| <property name="enabled"> | |||||
| <bool>false</bool> | |||||
| </property> | |||||
| <property name="toolTip"> | <property name="toolTip"> | ||||
| <string>Use OSC-GUI bridges when possible, this way separating the UI from DSP code</string> | <string>Use OSC-GUI bridges when possible, this way separating the UI from DSP code</string> | ||||
| </property> | </property> | ||||
| @@ -804,12 +807,15 @@ You can disable these checks to get a faster scanning time (at your own risk).</ | |||||
| <item> | <item> | ||||
| <widget class="QCheckBox" name="ch_engine_dssi_chunks"> | <widget class="QCheckBox" name="ch_engine_dssi_chunks"> | ||||
| <property name="text"> | <property name="text"> | ||||
| <string>Enable chunk data for dssi-vst (EXPERIMENTAL)</string> | |||||
| <string>Enable chunk data for dssi-vst</string> | |||||
| </property> | </property> | ||||
| </widget> | </widget> | ||||
| </item> | </item> | ||||
| <item> | <item> | ||||
| <widget class="QCheckBox" name="ch_engine_prefer_plugin_bridges"> | <widget class="QCheckBox" name="ch_engine_prefer_plugin_bridges"> | ||||
| <property name="enabled"> | |||||
| <bool>false</bool> | |||||
| </property> | |||||
| <property name="toolTip"> | <property name="toolTip"> | ||||
| <string>Whenever possible, run the plugins in bridge mode.</string> | <string>Whenever possible, run the plugins in bridge mode.</string> | ||||
| </property> | </property> | ||||