mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-05-12 02:27:21 +00:00
tweaks that might be finalish
This commit is contained in:
parent
7588a6c094
commit
cf8d5c6b2f
@ -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
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
||||
#ifndef SAMPLEBRAINQYBMGJ_H
|
||||
#define SAMPLEBRAINQYBMGJ_H
|
||||
#ifndef SAMPLEBRAINROEYJX_H
|
||||
#define SAMPLEBRAINROEYJX_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtGui/QIcon>
|
||||
@ -1185,7 +1185,7 @@ public:
|
||||
pushButtonLoadBrain->setText(QApplication::translate("MainWindow", "load brain", nullptr));
|
||||
pushButtonSaveBrain->setText(QApplication::translate("MainWindow", "save brain", 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));
|
||||
pushButtonPlay->setText(QString());
|
||||
pushButtonStop->setText(QString());
|
||||
@ -1204,4 +1204,4 @@ namespace Ui {
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // SAMPLEBRAINQYBMGJ_H
|
||||
#endif // SAMPLEBRAINROEYJX_H
|
||||
|
@ -131,8 +131,10 @@ Proportion to overlap the block generation.
|
||||
|
||||
### window shape
|
||||
|
||||
The windowing function for the target blocks, the volume shape given
|
||||
to them before use - "dodgy" is actually rectangle, so no shaping.
|
||||
The windowing function for the target blocks, the volume envelope
|
||||
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
|
||||
|
||||
@ -195,8 +197,10 @@ Proportion to overlap the block generation.
|
||||
|
||||
### window shape
|
||||
|
||||
The windowing function for the brain blocks, the volume shape given
|
||||
to them before use - "dodgy" is actually rectangle, so no shaping.
|
||||
The windowing function for the brain blocks, the volume envelope
|
||||
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
|
||||
|
||||
|
@ -1409,7 +1409,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<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>
|
||||
</widget>
|
||||
</item>
|
||||
@ -1586,7 +1586,7 @@
|
||||
<resources>
|
||||
<include location="../app/samplebrain.qrc"/>
|
||||
<include location="../app/samplebrain.qrc"/>
|
||||
<include location="../qt/samplebrain.qrc"/>
|
||||
<include location="../app/samplebrain.qrc"/>
|
||||
</resources>
|
||||
<connections>
|
||||
<connection>
|
||||
|
Loading…
x
Reference in New Issue
Block a user