Commit Graph

239 Commits

Author SHA1 Message Date
Dave Griffiths
e22a501aa7 trying removing deps 2022-10-30 11:24:46 +00:00
Dave Griffiths
7a02dcfa3c switched (back) to qt6 2022-10-29 13:49:15 +01:00
Dave Griffiths
b983408bd7 Merge branch 'samplebrain-parallel-synapse-generation' into main 2022-10-29 13:14:34 +01:00
Dave Griffiths
fa44d2b4c7 added openmp to cmake 2022-10-29 13:13:16 +01:00
Dave Griffiths
8e7a9abe1a removed pro file 2022-10-29 13:00:53 +01:00
Dave Griffiths
65ea2080be Merge remote-tracking branch 'origin/development' into main 2022-10-29 12:53:34 +01:00
Dave Griffiths
edf2071467 added reddit 2022-10-29 12:39:18 +01:00
Dave Griffiths
2e517e3bff changelog update 2022-10-29 08:48:13 +01:00
Dave Griffiths
1b766822f6 new version README update 2022-10-29 08:35:34 +01:00
Dave Griffiths
bc8002a9f0 added target filename to GUI - not adding brain session or directory as less need for it/more clutter... partially fixes: #76 v0.18.5_release 2022-10-23 10:06:23 +01:00
Dave Griffiths
f9f3557b79 sorted file paths so we have separate ones for each dialog - fixes: #75 2022-10-23 09:34:46 +01:00
Dave Griffiths
c4499ce7c9 commented out unused and confusing old code - fixes: #28 2022-10-20 21:22:23 +01:00
Dave Griffiths
46ab0a131a optimisation from Claude - fixes: #27 2022-10-20 21:15:27 +01:00
Dave Griffiths
884c8ad91f resources location 2022-10-20 21:12:58 +01:00
Dave Griffiths
1d03e9addd ci tweak 2022-10-14 22:33:17 +01:00
Dave Griffiths
af44ac43f0 more cmake qt fiddling 2022-10-14 22:29:25 +01:00
Dave Griffiths
b971435101 cmake qt fiddling 2022-10-14 22:25:38 +01:00
Dave Griffiths
7bc12ac0be cmake build fixes 2022-10-14 22:18:52 +01:00
dave griffiths
8038fdd9c2 Merge branch 'upgrade-to-cmake' into 'main'
Upgrade build system from qmake to cmake

See merge request then-try-this/samplebrain!11
2022-10-14 20:34:17 +00:00
dave griffiths
bbdcd4b29c Merge branch 'main' into 'upgrade-to-cmake'
# Conflicts:
#   app/MainWindow.h
#   app/SettingsDialog.h
2022-10-14 20:31:07 +00:00
Dave Griffiths
385563e64e forgot to add flac 2022-10-14 21:24:56 +01:00
Dave Griffiths
e1c8e0ea67 added more soundfile formats to the loading dialog and new error report when it can't load 2022-10-14 20:30:12 +01:00
Dave Griffiths
b5fd6dd3e0 added osc ports to the settings interface, bumped the version num 2022-10-14 19:23:07 +01:00
Dave Griffiths
5e347f7f13 made the 3 osc ports configurable via (cross-platform) config scripts and move them outside of well used ranges for UDP 2022-10-14 18:27:59 +01:00
fshstk
cf06a21160 Add Gitlab CI script 2022-10-12 15:22:37 +02:00
fshstk
6471b1e066 Clean up CMakeLists
- Remove redundant libraries
- Change compile definitions to CMake variables
2022-10-12 15:21:51 +02:00
fshstk
7d7a7d24a2 Remove Qt .pro file
CMakeLists.txt now does everything we need
2022-10-12 14:56:16 +02:00
fshstk
2c1a3692e7 Update building.md
- Add info about installing cmake
- Change build instructions from qmake to cmake
- Remove info about installing deps
  We don't need to do this anymore. CMake will do it automatically at
  configure-time!
2022-10-12 14:56:16 +02:00
fshstk
30e16d80d9 Add libsndfile dependency 2022-10-12 14:56:16 +02:00
fshstk
2743caa02a Add portaudio dependency 2022-10-12 14:56:16 +02:00
fshstk
572d6a127c Add liblo dependency 2022-10-12 14:56:16 +02:00
fshstk
6aa25397de Add fftw3 dependency 2022-10-12 14:56:16 +02:00
fshstk
55e5427ec4 Fix path to .ui files 2022-10-12 14:56:16 +02:00
fshstk
c2e923bcee Ignore build folder
This should cover all files generated by the build system...
2022-10-12 14:56:16 +02:00
fshstk
ddf7f8538a Fix CMakeLists syntax
target_compile_options requires the PUBLIC/PRIVATE keyword. I don't know
why the qmake2cmake script doesn't provide the correct syntax here...
2022-10-12 14:56:16 +02:00
fshstk
1dc55a982c Run qmake2cmake command
Command used:
qmake2cmake_all . --min-qt-version 6.2.4
2022-10-12 14:56:07 +02:00
Dave Griffiths
5469a8f253 added build instructions for ubuntu 22.04 fixes: #66 2022-10-07 08:39:45 +01:00
Dave Griffiths
ac83efce3b readme tweak 0.18.4_release 2022-10-06 20:55:23 +01:00
Dave Griffiths
7b41c94610 readme tweak 2022-10-06 20:54:40 +01:00
Dave Griffiths
07ea3e63ef readme tweak 2022-10-06 20:51:42 +01:00
Dave Griffiths
182baa59c3 readme tweak 2022-10-06 20:50:47 +01:00
Dave Griffiths
ed0cf2eaac readme tweak 2022-10-06 20:47:48 +01:00
Dave Griffiths
a9755b3f72 readme tweak 2022-10-06 20:46:44 +01:00
Dave Griffiths
a30779b759 separated building and changelog 2022-10-06 20:44:28 +01:00
Dave Griffiths
1c912d3977 readme tweaks 2022-10-06 20:43:06 +01:00
dave griffiths
004d9970c8 Merge branch 'tooltip-fixup' into 'main'
fix some tooltips in the GUI

See merge request then-try-this/samplebrain!13
2022-10-05 11:32:45 +00:00
dave griffiths
0a309ef8cd Merge branch 'theme' into 'main'
set dark foreground when using light background

See merge request then-try-this/samplebrain!14
2022-10-05 11:31:29 +00:00
Claude Heiland-Allen
28a8bd31f8 set dark foreground when using light background
fixes hard-to-read light text on light background
when using a dark system theme enabled for QT apps
2022-10-05 11:06:18 +01:00
Dave Griffiths
b569c47d40 soundcard text top aligned 2022-10-04 13:55:12 +01:00
Claude Heiland-Allen
ad2a70a8d6 fix some tooltips in the GUI
- some were incorrect, now corrected
- some spinboxes were missing, now added (same as slider)
- still not all widgets have tooltips (notably blocksize + overlap)
2022-10-04 12:44:52 +01:00