2015-08-06 13:39:14 +01:00

2529 lines
73 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1134</width>
<height>707</height>
</rect>
</property>
<property name="windowTitle">
<string>samplebrain 0.7</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="font">
<font>
<family>Comic Sans MS</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="controlTab">
<attribute name="title">
<string>search</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="label_19">
<property name="font">
<font>
<family>Comic Sans MS</family>
<pointsize>20</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>brain tweaks</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_16">
<item>
<widget class="QLabel" name="label_6">
<property name="font">
<font>
<family>Comic Sans MS</family>
<pointsize>9</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>fft / mfcc</string>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="sliderRatio">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>plain fft match vs mfcc values </string>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="value">
<number>50</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="doubleSpinBoxRatio">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximum">
<double>1.000000000000000</double>
</property>
<property name="singleStep">
<double>0.010000000000000</double>
</property>
<property name="value">
<double>0.500000000000000</double>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label_20">
<property name="font">
<font>
<family>Comic Sans MS</family>
<pointsize>9</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>freq &amp; dynamics / freq only</string>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="sliderNRatio">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>match original or normalised blocks</string>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="value">
<number>0</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="doubleSpinBoxNRatio">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximum">
<double>1.000000000000000</double>
</property>
<property name="singleStep">
<double>0.010000000000000</double>
</property>
<property name="value">
<double>0.000000000000000</double>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label_7">
<property name="font">
<font>
<family>Comic Sans MS</family>
<pointsize>9</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>fft subsection</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_9">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<family>Comic Sans MS</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Start</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBoxFFT1Start">
<property name="toolTip">
<string>start frequency to use for fft match</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_10">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<family>Comic Sans MS</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>End</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBoxFFT1End">
<property name="toolTip">
<string>end frequency to use for fft match</string>
</property>
<property name="value">
<number>99</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_10">
<item>
<widget class="QLabel" name="label_24">
<property name="font">
<font>
<family>Comic Sans MS</family>
<pointsize>9</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>novelty</string>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="sliderNovelty">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>use new blocks rather than similar ones</string>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="value">
<number>0</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="doubleSpinBoxNovelty">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximum">
<double>1.000000000000000</double>
</property>
<property name="singleStep">
<double>0.010000000000000</double>
</property>
<property name="value">
<double>0.000000000000000</double>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_11">
<item>
<widget class="QLabel" name="label_25">
<property name="font">
<font>
<family>Comic Sans MS</family>
<pointsize>9</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>boredom</string>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="sliderBoredom">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>how long it takes for the novelty to wear off</string>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="value">
<number>0</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="doubleSpinBoxBoredom">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximum">
<double>1.000000000000000</double>
</property>
<property name="singleStep">
<double>0.010000000000000</double>
</property>
<property name="value">
<double>0.000000000000000</double>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_19">
<item>
<widget class="QLabel" name="label_28">
<property name="font">
<font>
<family>Comic Sans MS</family>
<pointsize>9</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>search stretch</string>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="sliderSearchStretch">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>repeat search (set novelty to 0 for dodgy jungle timessssstretch)</string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>10</number>
</property>
<property name="value">
<number>1</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBoxSearchStretch">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>how many connections to search (ordered in closeness)</string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>10</number>
</property>
<property name="value">
<number>1</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="label_27">
<property name="font">
<font>
<family>Comic Sans MS</family>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>algorithm</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_18">
<item>
<widget class="QRadioButton" name="radioButtonAlgoBasic">
<property name="toolTip">
<string>full brain search</string>
</property>
<property name="text">
<string>basic</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_3</string>
</attribute>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButtonAlgoRevBasic">
<property name="toolTip">
<string>full brain reverse search</string>
</property>
<property name="text">
<string>rev basic</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_3</string>
</attribute>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButtonSynaptic">
<property name="toolTip">
<string>search based on synapse connections</string>
</property>
<property name="text">
<string>synaptic</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_3</string>
</attribute>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButtonSynapticSlide">
<property name="enabled">
<bool>true</bool>
</property>
<property name="toolTip">
<string>search based on synapses and sonify search process</string>
</property>
<property name="text">
<string>synaptic slide</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_3</string>
</attribute>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_17">
<item>
<widget class="QLabel" name="label_26">
<property name="font">
<font>
<family>Comic Sans MS</family>
<pointsize>9</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>num synpases</string>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="sliderSynapses">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>how many connections to search (ordered in closeness)</string>
</property>
<property name="maximum">
<number>1000</number>
</property>
<property name="value">
<number>20</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBoxSynapses">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>how many connections to search (ordered in closeness)</string>
</property>
<property name="maximum">
<number>1000</number>
</property>
<property name="value">
<number>20</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_20">
<item>
<widget class="QLabel" name="label_29">
<property name="font">
<font>
<family>Comic Sans MS</family>
<pointsize>9</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>synaptic slide error</string>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="sliderSlideError">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>block difference higher than this causes a new search, skipping the target</string>
</property>
<property name="maximum">
<number>10000</number>
</property>
<property name="singleStep">
<number>100</number>
</property>
<property name="value">
<number>1000</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBoxSlideError">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>how many connections to search (ordered in closeness)</string>
</property>
<property name="maximum">
<number>10000</number>
</property>
<property name="singleStep">
<number>100</number>
</property>
<property name="value">
<number>1000</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>21</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_23">
<property name="font">
<font>
<family>Comic Sans MS</family>
<pointsize>20</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>mix</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_8">
<item>
<widget class="QLabel" name="label_21">
<property name="font">
<font>
<family>Comic Sans MS</family>
<pointsize>9</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>dynamic / normalised </string>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="sliderNMix">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>mix in the normalised blocks</string>
</property>
<property name="value">
<number>0</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="doubleSpinBoxNMix">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximum">
<double>1.000000000000000</double>
</property>
<property name="singleStep">
<double>0.010000000000000</double>
</property>
<property name="value">
<double>0.000000000000000</double>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<widget class="QLabel" name="label_22">
<property name="font">
<font>
<family>Comic Sans MS</family>
<pointsize>9</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>brain / target</string>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="sliderTargetMix">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>mix in the original blocks</string>
</property>
<property name="value">
<number>0</number>
</property>
<property name="sliderPosition">
<number>0</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="doubleSpinBoxTargetMix">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximum">
<double>1.000000000000000</double>
</property>
<property name="singleStep">
<double>0.010000000000000</double>
</property>
<property name="value">
<double>0.000000000000000</double>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<widget class="QLabel" name="label_16">
<property name="font">
<font>
<family>Comic Sans MS</family>
<pointsize>20</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>target sound</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButtonLoadTarget">
<property name="font">
<font>
<family>Comic Sans MS</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>load target</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_13">
<item>
<widget class="QLabel" name="label_17">
<property name="font">
<font>
<family>Comic Sans MS</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>block size</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBoxBlockSizeTarget">
<property name="maximum">
<number>99999</number>
</property>
<property name="value">
<number>3000</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_14">
<item>
<widget class="QLabel" name="label_18">
<property name="font">
<font>
<family>Comic Sans MS</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>block overlap</string>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="doubleSpinBoxBlockOverlapTarget">
<property name="maximum">
<double>1.000000000000000</double>
</property>
<property name="singleStep">
<double>0.010000000000000</double>
</property>
<property name="value">
<double>0.000000000000000</double>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QGridLayout" name="gridLayout_2">
<item row="3" column="0">
<widget class="QRadioButton" name="radioButton_bartlettTarget">
<property name="text">
<string>bartlett</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_2</string>
</attribute>
</widget>
</item>
<item row="4" column="0">
<widget class="QRadioButton" name="radioButton_blackmanTarget">
<property name="text">
<string>blackman</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_2</string>
</attribute>
</widget>
</item>
<item row="2" column="1">
<widget class="QRadioButton" name="radioButton_gaussianTarget">
<property name="text">
<string>gaussian</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_2</string>
</attribute>
</widget>
</item>
<item row="3" column="1">
<widget class="QRadioButton" name="radioButton_hammingTarget">
<property name="text">
<string>hamming</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_2</string>
</attribute>
</widget>
</item>
<item row="4" column="1">
<widget class="QRadioButton" name="radioButton_hannTarget">
<property name="text">
<string>hann</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_2</string>
</attribute>
</widget>
</item>
<item row="5" column="0">
<widget class="QRadioButton" name="radioButton_flattopTarget">
<property name="text">
<string>flat top</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_2</string>
</attribute>
</widget>
</item>
<item row="2" column="0">
<widget class="QRadioButton" name="radioButton_dodgyTarget">
<property name="text">
<string>dodgy</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_2</string>
</attribute>
</widget>
</item>
<item row="5" column="1">
<widget class="QRadioButton" name="radioButton_rectangleTarget">
<property name="text">
<string>rectangle</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_2</string>
</attribute>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_14">
<property name="text">
<string>window shape</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="pushButtonGenerateTarget">
<property name="font">
<font>
<family>Comic Sans MS</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>(re)generate blocks</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="label_3">
<property name="font">
<font>
<family>Comic Sans MS</family>
<pointsize>20</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>brain parameters</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label">
<property name="font">
<font>
<family>Comic Sans MS</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>block size</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBoxBlockSize">
<property name="maximum">
<number>99999</number>
</property>
<property name="value">
<number>3000</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QLabel" name="label_2">
<property name="font">
<font>
<family>Comic Sans MS</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>block overlap</string>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="doubleSpinBoxBlockOverlap">
<property name="maximum">
<double>1.000000000000000</double>
</property>
<property name="singleStep">
<double>0.010000000000000</double>
</property>
<property name="value">
<double>0.000000000000000</double>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QGridLayout" name="gridLayout">
<item row="3" column="1">
<widget class="QRadioButton" name="radioButton_gaussian">
<property name="text">
<string>gaussian</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup</string>
</attribute>
</widget>
</item>
<item row="4" column="1">
<widget class="QRadioButton" name="radioButton_hamming">
<property name="text">
<string>hamming</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup</string>
</attribute>
</widget>
</item>
<item row="3" column="0">
<widget class="QRadioButton" name="radioButton_dodgy">
<property name="text">
<string>dodgy</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup</string>
</attribute>
</widget>
</item>
<item row="5" column="0">
<widget class="QRadioButton" name="radioButton_blackman">
<property name="text">
<string>blackman</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup</string>
</attribute>
</widget>
</item>
<item row="6" column="1">
<widget class="QRadioButton" name="radioButton_rectagle">
<property name="text">
<string>rectangle</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup</string>
</attribute>
</widget>
</item>
<item row="4" column="0">
<widget class="QRadioButton" name="radioButton_bartlett">
<property name="text">
<string>bartlett</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup</string>
</attribute>
</widget>
</item>
<item row="6" column="0">
<widget class="QRadioButton" name="radioButton_flattop">
<property name="text">
<string>flat top</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup</string>
</attribute>
</widget>
</item>
<item row="5" column="1">
<widget class="QRadioButton" name="radioButton_hann">
<property name="text">
<string>hann</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup</string>
</attribute>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>window shape</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="pushButtonGenerate">
<property name="font">
<font>
<family>Comic Sans MS</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>(re)generate brain</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<widget class="QPushButton" name="pushButtonLoadBrain">
<property name="font">
<font>
<family>Comic Sans MS</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>load brain</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButtonSaveBrain">
<property name="font">
<font>
<family>Comic Sans MS</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>save brain</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>508</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label_5">
<property name="font">
<font>
<family>Comic Sans MS</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>brain contents</string>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="listWidgetSounds"/>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="pushButtonLoadSound">
<property name="font">
<font>
<family>Comic Sans MS</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>load sound</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButtonDeleteSound">
<property name="font">
<font>
<family>Comic Sans MS</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>delete selected</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButtonClearBrain">
<property name="font">
<font>
<family>Comic Sans MS</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>clear brain</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="logTab">
<attribute name="title">
<string>log</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_15">
<item>
<widget class="QPlainTextEdit" name="plainTextEdit"/>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_12">
<item>
<widget class="QPushButton" name="pushButtonPlay">
<property name="font">
<font>
<family>Comic Sans MS</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../qt/samplebrain.qrc">
<normaloff>:/images/images/play.png</normaloff>:/images/images/play.png</iconset>
</property>
<property name="iconSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButtonStop">
<property name="font">
<font>
<family>Comic Sans MS</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../qt/samplebrain.qrc">
<normaloff>:/images/images/pause.png</normaloff>:/images/images/pause.png</iconset>
</property>
<property name="iconSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButtonRecord">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../qt/samplebrain.qrc">
<normaloff>:/images/images/record.png</normaloff>:/images/images/record.png</iconset>
</property>
<property name="iconSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButtonStopRecord">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../qt/samplebrain.qrc">
<normaloff>:/images/images/stop.png</normaloff>:/images/images/stop.png</iconset>
</property>
<property name="iconSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QDial" name="dialVolume">
<property name="value">
<number>99</number>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_13">
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../qt/samplebrain.qrc">:/images/images/at.png</pixmap>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources>
<include location="../qt/samplebrain.qrc"/>
<include location="../qt/samplebrain.qrc"/>
</resources>
<connections>
<connection>
<sender>pushButtonPlay</sender>
<signal>released()</signal>
<receiver>MainWindow</receiver>
<slot>play_slot()</slot>
<hints>
<hint type="sourcelabel">
<x>64</x>
<y>62</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>301</y>
</hint>
</hints>
</connection>
<connection>
<sender>pushButtonStop</sender>
<signal>released()</signal>
<receiver>MainWindow</receiver>
<slot>stop_slot()</slot>
<hints>
<hint type="sourcelabel">
<x>155</x>
<y>62</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>301</y>
</hint>
</hints>
</connection>
<connection>
<sender>dialVolume</sender>
<signal>sliderMoved(int)</signal>
<receiver>MainWindow</receiver>
<slot>volume_slot(int)</slot>
<hints>
<hint type="sourcelabel">
<x>189</x>
<y>480</y>
</hint>
<hint type="destinationlabel">
<x>361</x>
<y>301</y>
</hint>
</hints>
</connection>
<connection>
<sender>pushButtonStopRecord</sender>
<signal>released()</signal>
<receiver>MainWindow</receiver>
<slot>stop_record()</slot>
<hints>
<hint type="sourcelabel">
<x>328</x>
<y>543</y>
</hint>
<hint type="destinationlabel">
<x>361</x>
<y>306</y>
</hint>
</hints>
</connection>
<connection>
<sender>pushButtonRecord</sender>
<signal>released()</signal>
<receiver>MainWindow</receiver>
<slot>record()</slot>
<hints>
<hint type="sourcelabel">
<x>236</x>
<y>543</y>
</hint>
<hint type="destinationlabel">
<x>361</x>
<y>306</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioButton_dodgyTarget</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>window_target_dodgy(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>449</x>
<y>261</y>
</hint>
<hint type="destinationlabel">
<x>361</x>
<y>301</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioButton_blackmanTarget</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>window_target_blackman(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>449</x>
<y>319</y>
</hint>
<hint type="destinationlabel">
<x>361</x>
<y>301</y>
</hint>
</hints>
</connection>
<connection>
<sender>spinBoxFFT1End</sender>
<signal>valueChanged(int)</signal>
<receiver>MainWindow</receiver>
<slot>fft1_end_slot(int)</slot>
<hints>
<hint type="sourcelabel">
<x>154</x>
<y>310</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>301</y>
</hint>
</hints>
</connection>
<connection>
<sender>doubleSpinBoxRatio</sender>
<signal>valueChanged(double)</signal>
<receiver>MainWindow</receiver>
<slot>ratio_slot(double)</slot>
<hints>
<hint type="sourcelabel">
<x>109</x>
<y>223</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>301</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioButton_hannTarget</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>window_target_hann(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>619</x>
<y>319</y>
</hint>
<hint type="destinationlabel">
<x>361</x>
<y>301</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioButton_gaussianTarget</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>window_target_gaussian(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>619</x>
<y>261</y>
</hint>
<hint type="destinationlabel">
<x>361</x>
<y>301</y>
</hint>
</hints>
</connection>
<connection>
<sender>sliderSynapses</sender>
<signal>valueChanged(int)</signal>
<receiver>spinBoxSynapses</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
<x>237</x>
<y>289</y>
</hint>
<hint type="destinationlabel">
<x>341</x>
<y>289</y>
</hint>
</hints>
</connection>
<connection>
<sender>doubleSpinBoxTargetMix</sender>
<signal>valueChanged(double)</signal>
<receiver>MainWindow</receiver>
<slot>target_mix_slot(double)</slot>
<hints>
<hint type="sourcelabel">
<x>330</x>
<y>446</y>
</hint>
<hint type="destinationlabel">
<x>361</x>
<y>306</y>
</hint>
</hints>
</connection>
<connection>
<sender>pushButtonGenerateTarget</sender>
<signal>released()</signal>
<receiver>MainWindow</receiver>
<slot>generate_target_blocks()</slot>
<hints>
<hint type="sourcelabel">
<x>277</x>
<y>202</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>301</y>
</hint>
</hints>
</connection>
<connection>
<sender>spinBoxBlockSizeTarget</sender>
<signal>valueChanged(int)</signal>
<receiver>MainWindow</receiver>
<slot>target_block_size(int)</slot>
<hints>
<hint type="sourcelabel">
<x>313</x>
<y>136</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>301</y>
</hint>
</hints>
</connection>
<connection>
<sender>pushButtonLoadTarget</sender>
<signal>released()</signal>
<receiver>MainWindow</receiver>
<slot>load_target()</slot>
<hints>
<hint type="sourcelabel">
<x>277</x>
<y>103</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>301</y>
</hint>
</hints>
</connection>
<connection>
<sender>spinBoxFFT1Start</sender>
<signal>valueChanged(int)</signal>
<receiver>MainWindow</receiver>
<slot>fft1_start_slot(int)</slot>
<hints>
<hint type="sourcelabel">
<x>154</x>
<y>277</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>301</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioButton_hammingTarget</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>window_target_hamming(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>619</x>
<y>290</y>
</hint>
<hint type="destinationlabel">
<x>361</x>
<y>301</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioButton_flattopTarget</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>window_target_flattop(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>449</x>
<y>348</y>
</hint>
<hint type="destinationlabel">
<x>361</x>
<y>301</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioButton_bartlettTarget</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>window_target_bartlett(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>449</x>
<y>290</y>
</hint>
<hint type="destinationlabel">
<x>361</x>
<y>301</y>
</hint>
</hints>
</connection>
<connection>
<sender>doubleSpinBoxBlockOverlapTarget</sender>
<signal>valueChanged(double)</signal>
<receiver>MainWindow</receiver>
<slot>target_block_overlap(double)</slot>
<hints>
<hint type="sourcelabel">
<x>619</x>
<y>196</y>
</hint>
<hint type="destinationlabel">
<x>361</x>
<y>301</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioButton_rectangleTarget</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>window_target_rectangle(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>619</x>
<y>348</y>
</hint>
<hint type="destinationlabel">
<x>361</x>
<y>301</y>
</hint>
</hints>
</connection>
<connection>
<sender>spinBoxSynapses</sender>
<signal>valueChanged(int)</signal>
<receiver>sliderSynapses</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
<x>341</x>
<y>289</y>
</hint>
<hint type="destinationlabel">
<x>237</x>
<y>289</y>
</hint>
</hints>
</connection>
<connection>
<sender>spinBoxSynapses</sender>
<signal>valueChanged(int)</signal>
<receiver>MainWindow</receiver>
<slot>synapses(int)</slot>
<hints>
<hint type="sourcelabel">
<x>341</x>
<y>289</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
<connection>
<sender>sliderRatio</sender>
<signal>valueChanged(int)</signal>
<receiver>MainWindow</receiver>
<slot>ratio_slot(int)</slot>
<hints>
<hint type="sourcelabel">
<x>189</x>
<y>141</y>
</hint>
<hint type="destinationlabel">
<x>361</x>
<y>306</y>
</hint>
</hints>
</connection>
<connection>
<sender>sliderNRatio</sender>
<signal>valueChanged(int)</signal>
<receiver>MainWindow</receiver>
<slot>n_ratio_slot(int)</slot>
<hints>
<hint type="sourcelabel">
<x>159</x>
<y>211</y>
</hint>
<hint type="destinationlabel">
<x>361</x>
<y>306</y>
</hint>
</hints>
</connection>
<connection>
<sender>doubleSpinBoxNRatio</sender>
<signal>valueChanged(double)</signal>
<receiver>MainWindow</receiver>
<slot>n_ratio_slot(double)</slot>
<hints>
<hint type="sourcelabel">
<x>330</x>
<y>211</y>
</hint>
<hint type="destinationlabel">
<x>361</x>
<y>306</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioButton_dodgy</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>window_dodgy(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>615</x>
<y>203</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
<connection>
<sender>sliderTargetMix</sender>
<signal>valueChanged(int)</signal>
<receiver>MainWindow</receiver>
<slot>target_mix_slot(int)</slot>
<hints>
<hint type="sourcelabel">
<x>159</x>
<y>446</y>
</hint>
<hint type="destinationlabel">
<x>361</x>
<y>306</y>
</hint>
</hints>
</connection>
<connection>
<sender>sliderNMix</sender>
<signal>valueChanged(int)</signal>
<receiver>MainWindow</receiver>
<slot>n_mix_slot(int)</slot>
<hints>
<hint type="sourcelabel">
<x>159</x>
<y>386</y>
</hint>
<hint type="destinationlabel">
<x>361</x>
<y>306</y>
</hint>
</hints>
</connection>
<connection>
<sender>doubleSpinBoxNMix</sender>
<signal>valueChanged(double)</signal>
<receiver>MainWindow</receiver>
<slot>n_mix_slot(double)</slot>
<hints>
<hint type="sourcelabel">
<x>330</x>
<y>386</y>
</hint>
<hint type="destinationlabel">
<x>361</x>
<y>306</y>
</hint>
</hints>
</connection>
<connection>
<sender>pushButtonLoadBrain</sender>
<signal>released()</signal>
<receiver>MainWindow</receiver>
<slot>load_brain()</slot>
<hints>
<hint type="sourcelabel">
<x>615</x>
<y>357</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioButtonSynaptic</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>algo_synaptic(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>215</x>
<y>348</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
<connection>
<sender>doubleSpinBoxBoredom</sender>
<signal>valueChanged(double)</signal>
<receiver>MainWindow</receiver>
<slot>boredom_slot(double)</slot>
<hints>
<hint type="sourcelabel">
<x>411</x>
<y>253</y>
</hint>
<hint type="destinationlabel">
<x>321</x>
<y>309</y>
</hint>
</hints>
</connection>
<connection>
<sender>doubleSpinBoxNovelty</sender>
<signal>valueChanged(double)</signal>
<receiver>MainWindow</receiver>
<slot>novelty_slot(double)</slot>
<hints>
<hint type="sourcelabel">
<x>411</x>
<y>217</y>
</hint>
<hint type="destinationlabel">
<x>321</x>
<y>309</y>
</hint>
</hints>
</connection>
<connection>
<sender>sliderNovelty</sender>
<signal>valueChanged(int)</signal>
<receiver>MainWindow</receiver>
<slot>novelty_slot(int)</slot>
<hints>
<hint type="sourcelabel">
<x>291</x>
<y>217</y>
</hint>
<hint type="destinationlabel">
<x>321</x>
<y>309</y>
</hint>
</hints>
</connection>
<connection>
<sender>sliderBoredom</sender>
<signal>valueChanged(int)</signal>
<receiver>MainWindow</receiver>
<slot>boredom_slot(int)</slot>
<hints>
<hint type="sourcelabel">
<x>291</x>
<y>253</y>
</hint>
<hint type="destinationlabel">
<x>321</x>
<y>309</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioButton_bartlett</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>window_bartlett(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>615</x>
<y>232</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioButton_blackman</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>window_blackman(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>615</x>
<y>261</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
<connection>
<sender>sliderSynapses</sender>
<signal>valueChanged(int)</signal>
<receiver>MainWindow</receiver>
<slot>synapses(int)</slot>
<hints>
<hint type="sourcelabel">
<x>237</x>
<y>289</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioButtonSynapticSlide</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>algo_synaptic_slide(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>314</x>
<y>348</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
<connection>
<sender>spinBoxBlockSize</sender>
<signal>valueChanged(int)</signal>
<receiver>MainWindow</receiver>
<slot>block_size(int)</slot>
<hints>
<hint type="sourcelabel">
<x>728</x>
<y>109</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
<connection>
<sender>doubleSpinBoxBlockOverlap</sender>
<signal>valueChanged(double)</signal>
<receiver>MainWindow</receiver>
<slot>block_overlap(double)</slot>
<hints>
<hint type="sourcelabel">
<x>728</x>
<y>145</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioButton_gaussian</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>window_gaussian(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>728</x>
<y>203</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioButton_flattop</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>window_flattop(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>615</x>
<y>290</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioButtonAlgoBasic</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>algo_basic(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>51</x>
<y>348</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioButtonAlgoRevBasic</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>algo_rev_basic(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>129</x>
<y>348</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioButton_rectagle</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>window_target_rectangle(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>728</x>
<y>290</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioButton_hamming</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>window_hamming(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>728</x>
<y>232</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
<connection>
<sender>pushButtonSaveBrain</sender>
<signal>released()</signal>
<receiver>MainWindow</receiver>
<slot>save_brain()</slot>
<hints>
<hint type="sourcelabel">
<x>728</x>
<y>357</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
<connection>
<sender>pushButtonDeleteSound</sender>
<signal>released()</signal>
<receiver>MainWindow</receiver>
<slot>delete_sound()</slot>
<hints>
<hint type="sourcelabel">
<x>951</x>
<y>550</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
<connection>
<sender>pushButtonClearBrain</sender>
<signal>released()</signal>
<receiver>MainWindow</receiver>
<slot>clear_brain()</slot>
<hints>
<hint type="sourcelabel">
<x>1061</x>
<y>550</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
<connection>
<sender>pushButtonGenerate</sender>
<signal>released()</signal>
<receiver>MainWindow</receiver>
<slot>generate()</slot>
<hints>
<hint type="sourcelabel">
<x>671</x>
<y>322</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
<connection>
<sender>pushButtonLoadSound</sender>
<signal>released()</signal>
<receiver>MainWindow</receiver>
<slot>load_sound()</slot>
<hints>
<hint type="sourcelabel">
<x>841</x>
<y>550</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioButton_hann</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>window_hann(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>728</x>
<y>261</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
<connection>
<sender>sliderSearchStretch</sender>
<signal>valueChanged(int)</signal>
<receiver>spinBoxSearchStretch</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
<x>241</x>
<y>282</y>
</hint>
<hint type="destinationlabel">
<x>343</x>
<y>282</y>
</hint>
</hints>
</connection>
<connection>
<sender>spinBoxSearchStretch</sender>
<signal>valueChanged(int)</signal>
<receiver>sliderSearchStretch</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
<x>343</x>
<y>282</y>
</hint>
<hint type="destinationlabel">
<x>241</x>
<y>282</y>
</hint>
</hints>
</connection>
<connection>
<sender>sliderSearchStretch</sender>
<signal>valueChanged(int)</signal>
<receiver>MainWindow</receiver>
<slot>search_stretch(int)</slot>
<hints>
<hint type="sourcelabel">
<x>241</x>
<y>282</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
<connection>
<sender>sliderSlideError</sender>
<signal>valueChanged(int)</signal>
<receiver>spinBoxSlideError</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
<x>231</x>
<y>410</y>
</hint>
<hint type="destinationlabel">
<x>337</x>
<y>410</y>
</hint>
</hints>
</connection>
<connection>
<sender>spinBoxSlideError</sender>
<signal>valueChanged(int)</signal>
<receiver>sliderSlideError</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
<x>337</x>
<y>410</y>
</hint>
<hint type="destinationlabel">
<x>231</x>
<y>410</y>
</hint>
</hints>
</connection>
<connection>
<sender>sliderSlideError</sender>
<signal>valueChanged(int)</signal>
<receiver>MainWindow</receiver>
<slot>slide_error(int)</slot>
<hints>
<hint type="sourcelabel">
<x>231</x>
<y>410</y>
</hint>
<hint type="destinationlabel">
<x>566</x>
<y>345</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>play_slot()</slot>
<slot>stop_slot()</slot>
<slot>ratio_slot(double)</slot>
<slot>ratio_slot(int)</slot>
<slot>fft1_start_slot(int)</slot>
<slot>fft2_start_slot(int)</slot>
<slot>fft1_end_slot(int)</slot>
<slot>fft2_end_slot(int)</slot>
<slot>volume_slot(int)</slot>
<slot>run_slot()</slot>
<slot>block_size(int)</slot>
<slot>block_overlap(double)</slot>
<slot>fft_spectrum_size(int)</slot>
<slot>generate()</slot>
<slot>load_sound()</slot>
<slot>delete_sound()</slot>
<slot>slot2()</slot>
<slot>load_target()</slot>
<slot>target_block_size(int)</slot>
<slot>target_block_overlap(double)</slot>
<slot>generate_target_blocks()</slot>
<slot>clear_brain()</slot>
<slot>restart_audio()</slot>
<slot>window_dodgy(bool)</slot>
<slot>window_bartlett(bool)</slot>
<slot>window_blackman(bool)</slot>
<slot>window_flattop(bool)</slot>
<slot>window_gaussian(bool)</slot>
<slot>window_hamming(bool)</slot>
<slot>window_hann(bool)</slot>
<slot>window_rectangle(bool)</slot>
<slot>window_target_dodgy(bool)</slot>
<slot>window_target_bartlett(bool)</slot>
<slot>window_target_blackman(bool)</slot>
<slot>window_target_flattop(bool)</slot>
<slot>window_target_gaussian(bool)</slot>
<slot>window_target_hamming(bool)</slot>
<slot>window_target_hann(bool)</slot>
<slot>window_target_rectangle(bool)</slot>
<slot>record()</slot>
<slot>stop_record()</slot>
<slot>n_ratio_slot(int)</slot>
<slot>n_ratio_slot(double)</slot>
<slot>invert_slot(bool)</slot>
<slot>n_mix_slot(int)</slot>
<slot>n_mix_slot(double)</slot>
<slot>target_mix_slot(int)</slot>
<slot>target_mix_slot(double)</slot>
<slot>novelty_slot(int)</slot>
<slot>novelty_slot(double)</slot>
<slot>boredom_slot(int)</slot>
<slot>boredom_slot(double)</slot>
<slot>synapses(int)</slot>
<slot>algo_basic(bool)</slot>
<slot>algo_rev_basic(bool)</slot>
<slot>algo_synaptic(bool)</slot>
<slot>algo_synaptic_slide(bool)</slot>
<slot>load_brain()</slot>
<slot>save_brain()</slot>
<slot>slide_error(int)</slot>
<slot>search_stretch(int)</slot>
</slots>
<buttongroups>
<buttongroup name="buttonGroup_2"/>
<buttongroup name="buttonGroup_3"/>
<buttongroup name="buttonGroup"/>
</buttongroups>
</ui>