mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-05-12 18:47:21 +00:00
tweaks that might be finalish
This commit is contained in:
parent
77ae46c4c5
commit
2c32a86192
@ -1,13 +1,13 @@
|
|||||||
/********************************************************************************
|
/********************************************************************************
|
||||||
** Form generated from reading UI file 'samplebrainqyBmgj.ui'
|
** Form generated from reading UI file 'samplebrainroEYjX.ui'
|
||||||
**
|
**
|
||||||
** Created by: Qt User Interface Compiler version 5.12.8
|
** Created by: Qt User Interface Compiler version 5.12.8
|
||||||
**
|
**
|
||||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
|
|
||||||
#ifndef SAMPLEBRAINQYBMGJ_H
|
#ifndef SAMPLEBRAINROEYJX_H
|
||||||
#define SAMPLEBRAINQYBMGJ_H
|
#define SAMPLEBRAINROEYJX_H
|
||||||
|
|
||||||
#include <QtCore/QVariant>
|
#include <QtCore/QVariant>
|
||||||
#include <QtGui/QIcon>
|
#include <QtGui/QIcon>
|
||||||
@ -1185,7 +1185,7 @@ public:
|
|||||||
pushButtonLoadBrain->setText(QApplication::translate("MainWindow", "load brain", nullptr));
|
pushButtonLoadBrain->setText(QApplication::translate("MainWindow", "load brain", nullptr));
|
||||||
pushButtonSaveBrain->setText(QApplication::translate("MainWindow", "save brain", nullptr));
|
pushButtonSaveBrain->setText(QApplication::translate("MainWindow", "save brain", nullptr));
|
||||||
tabWidget->setTabText(tabWidget->indexOf(controlTab), QApplication::translate("MainWindow", "search", nullptr));
|
tabWidget->setTabText(tabWidget->indexOf(controlTab), QApplication::translate("MainWindow", "search", nullptr));
|
||||||
label_4->setText(QApplication::translate("MainWindow", "<html><head/><body><p>This program is free software made in Cornwall by Dave Griffiths at <a href=\"https://thentrythis.org\"><span style=\" text-decoration: underline; color:#0000ff;\">Then Try This</span></a></p></body></html>", nullptr));
|
label_4->setText(QApplication::translate("MainWindow", "<html><head/><body><p>Free software designed by Richard D. James and made by Dave Griffiths at <a href=\"https://thentrythis.org\"><span style=\" text-decoration: underline; color:#0000ff;\">Then Try This</span></a></p></body></html>", nullptr));
|
||||||
tabWidget->setTabText(tabWidget->indexOf(netTab), QApplication::translate("MainWindow", "net", nullptr));
|
tabWidget->setTabText(tabWidget->indexOf(netTab), QApplication::translate("MainWindow", "net", nullptr));
|
||||||
pushButtonPlay->setText(QString());
|
pushButtonPlay->setText(QString());
|
||||||
pushButtonStop->setText(QString());
|
pushButtonStop->setText(QString());
|
||||||
@ -1204,4 +1204,4 @@ namespace Ui {
|
|||||||
|
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
#endif // SAMPLEBRAINQYBMGJ_H
|
#endif // SAMPLEBRAINROEYJX_H
|
||||||
|
@ -131,8 +131,10 @@ Proportion to overlap the block generation.
|
|||||||
|
|
||||||
### window shape
|
### window shape
|
||||||
|
|
||||||
The windowing function for the target blocks, the volume shape given
|
The windowing function for the target blocks, the volume envelope
|
||||||
to them before use - "dodgy" is actually rectangle, so no shaping.
|
applied to them before analysis. Dodgy is a kind of linear fade in and
|
||||||
|
out, which was left in for legacy compatibility with prototype
|
||||||
|
versions.
|
||||||
|
|
||||||
### (re)generate blocks
|
### (re)generate blocks
|
||||||
|
|
||||||
@ -195,8 +197,10 @@ Proportion to overlap the block generation.
|
|||||||
|
|
||||||
### window shape
|
### window shape
|
||||||
|
|
||||||
The windowing function for the brain blocks, the volume shape given
|
The windowing function for the brain blocks, the volume envelope
|
||||||
to them before use - "dodgy" is actually rectangle, so no shaping.
|
applied to them before analysis. Dodgy is a kind of linear fade in and
|
||||||
|
out, which was left in for legacy compatibility with prototype
|
||||||
|
versions.
|
||||||
|
|
||||||
### (re)generate blocks
|
### (re)generate blocks
|
||||||
|
|
||||||
|
@ -1409,7 +1409,7 @@
|
|||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string><html><head/><body><p>This program is free software made in Cornwall by Dave Griffiths at <a href="https://thentrythis.org"><span style=" text-decoration: underline; color:#0000ff;">Then Try This</span></a></p></body></html></string>
|
<string><html><head/><body><p>Free software designed by Richard D. James and made by Dave Griffiths at <a href="https://thentrythis.org"><span style=" text-decoration: underline; color:#0000ff;">Then Try This</span></a></p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -1586,7 +1586,7 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<include location="../app/samplebrain.qrc"/>
|
<include location="../app/samplebrain.qrc"/>
|
||||||
<include location="../app/samplebrain.qrc"/>
|
<include location="../app/samplebrain.qrc"/>
|
||||||
<include location="../qt/samplebrain.qrc"/>
|
<include location="../app/samplebrain.qrc"/>
|
||||||
</resources>
|
</resources>
|
||||||
<connections>
|
<connections>
|
||||||
<connection>
|
<connection>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user