version 0.18 and ubuntu fixes
This commit is contained in:
parent
cd30c10893
commit
073c54c6a7
|
|
@ -1,13 +1,13 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'samplebrainMnOjFX.ui'
|
||||
** Form generated from reading UI file 'samplebrainqyBmgj.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 SAMPLEBRAINMNOJFX_H
|
||||
#define SAMPLEBRAINMNOJFX_H
|
||||
#ifndef SAMPLEBRAINQYBMGJ_H
|
||||
#define SAMPLEBRAINQYBMGJ_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtGui/QIcon>
|
||||
|
|
@ -1054,7 +1054,7 @@ public:
|
|||
|
||||
void retranslateUi(QMainWindow *MainWindow)
|
||||
{
|
||||
MainWindow->setWindowTitle(QApplication::translate("MainWindow", "samplebrain 0.17", nullptr));
|
||||
MainWindow->setWindowTitle(QApplication::translate("MainWindow", "samplebrain 0.18", nullptr));
|
||||
label_19->setText(QApplication::translate("MainWindow", "brain tweaks", nullptr));
|
||||
label_6->setText(QApplication::translate("MainWindow", "fft / mfcc", nullptr));
|
||||
#ifndef QT_NO_TOOLTIP
|
||||
|
|
@ -1204,4 +1204,4 @@ namespace Ui {
|
|||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // SAMPLEBRAINMNOJFX_H
|
||||
#endif // SAMPLEBRAINQYBMGJ_H
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ samplebrain for Debian
|
|||
|
||||
<possible notes regarding this package - if none, delete this file>
|
||||
|
||||
-- Dave Griffiths <dave@unknown> Thu, 08 Sep 2022 11:40:29 +0100
|
||||
-- Dave Griffiths <dave@unknown> Thu, 08 Sep 2022 13:08:26 +0100
|
||||
|
|
|
|||
|
|
@ -6,5 +6,5 @@ manual section 4.14. You WILL either need to modify or delete this file>
|
|||
|
||||
|
||||
|
||||
-- Dave Griffiths <dave@unknown> Thu, 08 Sep 2022 11:40:29 +0100
|
||||
-- Dave Griffiths <dave@unknown> Thu, 08 Sep 2022 13:08:26 +0100
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
samplebrain (18.0-1ubuntu0) focal; urgency=medium
|
||||
samplebrain (0.18rc1-1ubuntu0) focal; urgency=medium
|
||||
|
||||
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
|
||||
* Initial release
|
||||
|
||||
-- Dave Griffiths <dave@thentrythis.org> Thu, 08 Sep 2022 13:08:26 +0100
|
||||
|
||||
-- Dave Griffiths <dave@thentrythis.org> Thu, 08 Sep 2022 11:40:29 +0100
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
Source: samplebrain
|
||||
Section: audio
|
||||
Section: sound
|
||||
Priority: optional
|
||||
Maintainer: Dave Griffiths <dave@thentrythis.org>
|
||||
Build-Depends: debhelper-compat (= 12), texinfo, libsndfile1-dev, portaudio19-dev, liblo-dev, libfftw3-dev, qtbase5-dev, qt5-qmake, qtbase5-dev-tools
|
||||
Standards-Version: 4.4.1
|
||||
Standards-Version: 4.4.1
|
||||
Homepage: http://thentrythis.org/projects/samplebrain
|
||||
Vcs-Git: https://gitlab.com/nebogeo/samplebrain.git
|
||||
|
||||
Package: samplebrain
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: A custom sample smashing app designed by Aphex Twin
|
||||
Samplebrain chops samples up into a 'brain' of interconnected small sections (blocks) connected into a network by similarity. It reads a target sample, chops it up into blocks in the same way, and tries to match each one with one of the blocks in it's brain to play in realtime. This (in theory) allows you to interpret one type of sound with another. Over time we gradually added more and more controls until it became slightly out of control and increasingly difficult to explain.
|
||||
Description:Custom sample smashing app designed by Aphex Twin
|
||||
Samplebrain chops samples up into a 'brain' of interconnected small sections (blocks) connected into a network by similarity. It reads a target sample, chops it up into blocks in the same way, and tries to match each one with one of the blocks in it's brain to play in realtime..
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
samplebrain_0.18rc1-1ubuntu0_source.buildinfo sound optional
|
||||
|
|
@ -0,0 +1 @@
|
|||
samplebrain /usr/bin
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>samplebrain 0.17</string>
|
||||
<string>samplebrain 0.18</string>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralwidget">
|
||||
<layout class="QVBoxLayout" name="verticalLayout_4">
|
||||
|
|
@ -1434,7 +1434,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../qt/samplebrain.qrc">
|
||||
<iconset resource="../app/samplebrain.qrc">
|
||||
<normaloff>:/images/images/play.png</normaloff>:/images/images/play.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
|
|
@ -1461,7 +1461,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../qt/samplebrain.qrc">
|
||||
<iconset resource="../app/samplebrain.qrc">
|
||||
<normaloff>:/images/images/pause.png</normaloff>:/images/images/pause.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
|
|
@ -1481,7 +1481,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../qt/samplebrain.qrc">
|
||||
<iconset resource="../app/samplebrain.qrc">
|
||||
<normaloff>:/images/images/record.png</normaloff>:/images/images/record.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
|
|
@ -1501,7 +1501,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../qt/samplebrain.qrc">
|
||||
<iconset resource="../app/samplebrain.qrc">
|
||||
<normaloff>:/images/images/stop.png</normaloff>:/images/images/stop.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
|
|
@ -1573,7 +1573,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../qt/samplebrain.qrc">:/images/images/at.png</pixmap>
|
||||
<pixmap resource="../app/samplebrain.qrc">:/images/images/at.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -1584,7 +1584,8 @@
|
|||
<widget class="QStatusBar" name="statusbar"/>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="../qt/samplebrain.qrc"/>
|
||||
<include location="../app/samplebrain.qrc"/>
|
||||
<include location="../app/samplebrain.qrc"/>
|
||||
<include location="../qt/samplebrain.qrc"/>
|
||||
</resources>
|
||||
<connections>
|
||||
|
|
|
|||
|
|
@ -43,13 +43,12 @@ SOURCES += app/MainWindow.cpp \
|
|||
INCLUDEPATH += brain/src
|
||||
INCLUDEPATH += /usr/local/include
|
||||
LIBS += -L.. -L/usr/local/lib -lportaudio -lfftw3 -lsndfile -llo -ldl -lpthread -lm
|
||||
CONFIG+=debug
|
||||
QMAKE_CXXFLAGS += -Wall -Wno-unused -std=c++11
|
||||
|
||||
QMAKE_CXXFLAGS += -O3 -Wall -Wno-unused -std=c++11
|
||||
|
||||
# assets
|
||||
RESOURCES = app/samplebrain.qrc
|
||||
|
||||
target.path = /usr/local/bin/
|
||||
INSTALLS += target
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue