Download this file
228 lines (222 with data), 7.0 kB
<ui version="4.0" >
<author>Christian Schoenebeck</author>
<comment>
Copyright (C) 2010-2021, rncbc aka Rui Nuno Capela. All rights reserved.
Copyright (C) 2008, Christian Schoenebeck
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
</comment>
<class>qsamplerChannelFxForm</class>
<widget class="QDialog" name="qsamplerChannelFxForm" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>518</width>
<height>370</height>
</rect>
</property>
<property name="windowTitle" >
<string>Channel Effects</string>
</property>
<layout class="QVBoxLayout" >
<item>
<layout class="QHBoxLayout" >
<item>
<widget class="QGroupBox" name="groupBox" >
<property name="title" >
<string>FX Send Selection</string>
</property>
<layout class="QVBoxLayout" >
<item>
<widget class="QListView" name="SendsListView" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="alternatingRowColors" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="createPushButton" >
<property name="toolTip" >
<string>Creates a new FX Send.
You have to select 'Apply' afterwards
to actually create it on sampler side.</string>
</property>
<property name="text" >
<string>Create</string>
</property>
<property name="icon" >
<iconset resource="qsampler.qrc">:/images/itemNew.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="destroyPushButton" >
<property name="toolTip" >
<string>Schedules the selected FX send for deletion.
You have to select 'Apply' afterwards to
actually destroy it on sampler side.</string>
</property>
<property name="text" >
<string>Destroy</string>
</property>
<property name="icon" >
<iconset resource="qsampler.qrc">:/images/formRemove.png</iconset>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QVBoxLayout" >
<item>
<widget class="QGroupBox" name="mainParametersGroupBox" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title" >
<string>FX Send's Parameters</string>
</property>
<layout class="QGridLayout" >
<item row="0" column="0" >
<widget class="QLabel" name="label" >
<property name="text" >
<string>Send Depth
MIDI Controller:</string>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QComboBox" name="depthCtrlComboBox" />
</item>
<item row="1" column="0" >
<widget class="QLabel" name="label_2" >
<property name="text" >
<string>Current Depth:</string>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QSpinBox" name="depthSpinBox" >
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="suffix" >
<string>%</string>
</property>
<property name="maximum" >
<number>300</number>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="audioRoutingGroupBox" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title" >
<string>Audio Routing</string>
</property>
<layout class="QHBoxLayout" >
<item>
<widget class="QTableView" name="audioRoutingTable" />
</item>
</layout>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons" >
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok|QDialogButtonBox::Reset</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="qsampler.qrc" />
</resources>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>qsamplerChannelFxForm</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel" >
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>qsamplerChannelFxForm</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel" >
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel" >
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.